paper-with-me

Papers

Joint Open Knowledge Base Canonicalization and Linking

2022-12-02 · Proceedings of the 2021 International Conference on Management of Data 2021 6 · Yinan Liu, Wei Shen, Yuanfei Wang, Jianyong Wang, Zhenglu Yang, Xiaojie Yuan

Open Information Extraction (OIE) methods extract a large number of OIE triples (noun phrase, relation phrase, noun phrase) from text, which compose large Open Knowledge Bases (OKBs). However, noun phrases (NPs) and relation phrases (RPs) in OKBs are not canonicalized and often appear in different paraphrased textual variants, which leads to redundant and ambiguous facts. To address this problem, there are two related tasks: OKB canonicalization (i.e., convert NPs and RPs to canonicalized form) and OKB linking (i.e., link NPs and RPs with their corresponding entities and relations in a curated Knowledge Base (e.g., DBPedia). These two tasks are tightly coupled, and one task can benefit significantly from the other. However, they have been studied in isolation so far. In this paper, we explore the task of joint OKB canonicalization and linking for the first time, and propose a novel framework JOCL based on factor graph model to make them reinforce each other. JOCL is flexible enough to combine different signals from both tasks, and able to extend to fit any new signals. A thorough experimental study over two large scale OIE triple data sets shows that our framework outperforms all the baseline methods for the task of OKB canonicalization (OKB linking) in terms of average F1 (accuracy).

📄 PDF Abstract BibTeX arXiv:2212.01207

Code (0)

등록된 구현이 없습니다.

Tasks

Open Information ExtractionRelation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

COMBO: A Complete Benchmark for Open KG Canonicalization

2023-02-08 · Chengyue Jiang, Yong Jiang, Weiqi Wu, Yuting Zheng 외

Open knowledge graph (KG) consists of (subject, relation, object) triples extracted from millions of raw text. The subject and object noun phrases and the relation in open KG have severe redundancy and ambiguity and need…

Open Knowledge Graph CanonicalizationRelation

Open Knowledge Base Canonicalization with Multi-task Learning

2024-03-21 · Bingchen Liu, Huang Peng, Weixin Zeng, Xiang Zhao 외

The construction of large open knowledge bases (OKBs) is integral to many knowledge-driven applications on the world wide web such as web search. However, noun phrases and relational phrases in OKBs often suffer from red…

ClusteringGraph EmbeddingKnowledge Graph EmbeddingMulti-Task Learning

Open Knowledge Graphs Canonicalization using Variational Autoencoders

2020-12-08 · EMNLP 2021 11 · Sarthak Dash, Gaetano Rossiello, Nandana Mihindukulasooriya, Sugato Bagchi 외

Noun phrases and Relation phrases in open knowledge graphs are not canonicalized, leading to an explosion of redundant and ambiguous subject-relation-object triples. Existing approaches to solve this problem take a two-s…

ClusteringKnowledge GraphsRelation

Open Knowledge Base Canonicalization with Multi-task Unlearning

2023-10-25 · Bingchen Liu, Shihao Hou, Weixin Zeng, Xiang Zhao 외

The construction of large open knowledge bases (OKBs) is integral to many applications in the field of mobile computing. Noun phrases and relational phrases in OKBs often suffer from redundancy and ambiguity, which calls…

ClusteringGraph EmbeddingKnowledge Graph EmbeddingMachine Unlearning+1

CESI: Canonicalizing Open Knowledge Bases using Embeddings and Side Information

2019-02-01 · Shikhar Vashishth, Prince Jain, Partha Talukdar

Open Information Extraction (OpenIE) methods extract (noun phrase, relation phrase, noun phrase) triples from text, resulting in the construction of large Open Knowledge Bases (Open KBs). The noun phrases (NPs) and relat…

ClusteringFeature EngineeringNoun Phrase CanonicalizationOpen Information Extraction+2