paper-with-me

Papers

Weakly-supervised Contextualization of Knowledge Graph Facts

2018-05-07 · Nikos Voskarides, Edgar Meij, Ridho Reinanda, Abhinav Khaitan, Miles Osborne, Giorgio Stefanoni, Prabhanjan Kambadur, Maarten de Rijke

Knowledge graphs (KGs) model facts about the world, they consist of nodes (entities such as companies and people) that are connected by edges (relations such as founderOf). Facts encoded in KGs are frequently used by search applications to augment result pages. When presenting a KG fact to the user, providing other facts that are pertinent to that main fact can enrich the user experience and support exploratory information needs. KG fact contextualization is the task of augmenting a given KG fact with additional and useful KG facts. The task is challenging because of the large size of KGs, discovering other relevant facts even in a small neighborhood of the given fact results in an enormous amount of candidates. We introduce a neural fact contextualization method (NFCM) to address the KG fact contextualization task. NFCM first generates a set of candidate facts in the neighborhood of a given fact and then ranks the candidate facts using a supervised learning to rank model. The ranking model combines features that we automatically learn from data and that represent the query-candidate facts with a set of hand-crafted features we devised or adjusted for this task. In order to obtain the annotations required to train the learning to rank model at scale, we generate training data automatically using distant supervision on a large entity-tagged text corpus. We show that ranking functions learned on this data are effective at contextualizing KG facts. Evaluation using human assessors shows that it significantly outperforms several competitive baselines.

📄 PDF Abstract BibTeX arXiv:1805.02393

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsLearning-To-Rank

Similar Papers 제목 키워드 기반

Molecular Facts: Desiderata for Decontextualization in LLM Fact Verification

2024-06-28 · Anisha Gunjal, Greg Durrett

Automatic factuality verification of large language model (LLM) generations is becoming more and more widely used to combat hallucinations. A major point of tension in the literature is the granularity of this fact-check…

Fact CheckingFact VerificationLanguage ModelingLanguage Modelling+1

DnDScore: Decontextualization and Decomposition for Factuality Verification in Long-Form Text Generation

2024-12-17 · Miriam Wanner, Benjamin Van Durme, Mark Dredze

The decompose-then-verify strategy for verification of Large Language Model (LLM) generations decomposes claims that are then independently verified. Decontextualization augments text (claims) to ensure it can be verifie…

FormLanguage ModelingLanguage ModellingLarge Language Model+1

SABET-QA: Temporal Knowledge Graph Question Answering

2026-08-20 · Brahim Touayouch, Mirette Moawad, Dmitry Akulov arxiv

Question Answering over Temporal Knowledge Graphs (TKGQA) requires reasoning over time-sensitive facts, yet existing embedding-based methods struggle with multi-step queries due to single-pass reasoning pipelines. We pro…

Graph Question AnsweringKnowledge Graphs

Weakly-supervised Knowledge Graph Alignment with Adversarial Learning

2019-07-06 · ICLR 2019 5 · Meng Qu, Jian Tang, Yoshua Bengio

This paper studies aligning knowledge graphs from different sources or languages. Most existing methods train supervised methods for the alignment, which usually require a large number of aligned knowledge triplets. Howe…

Knowledge Graphs

Hypergraph Transformer: Weakly-supervised Multi-hop Reasoning for Knowledge-based Visual Question Answering

2022-04-22 · ACL 2022 5 · Yu-Jung Heo, Eun-Sol Kim, Woo Suk Choi, Byoung-Tak Zhang

Knowledge-based visual question answering (QA) aims to answer a question which requires visually-grounded external knowledge beyond image content itself. Answering complex questions that require multi-hop reasoning under…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)