paper-with-me

홈 › Papers

EntailE: Introducing Textual Entailment in Commonsense Knowledge Graph Completion

2024-02-15 · Ying Su, Tianqing Fang, Huiru Xiao, Weiqi Wang, Yangqiu Song, Tong Zhang, Lei Chen

Commonsense knowledge graph completion is a new challenge for commonsense knowledge graph construction and application. In contrast to factual knowledge graphs such as Freebase and YAGO, commonsense knowledge graphs (CSKGs; e.g., ConceptNet) utilize free-form text to represent named entities, short phrases, and events as their nodes. Such a loose structure results in large and sparse CSKGs, which makes the semantic understanding of these nodes more critical for learning rich commonsense knowledge graph embedding. While current methods leverage semantic similarities to increase the graph density, the semantic plausibility of the nodes and their relations are under-explored. Previous works adopt conceptual abstraction to improve the consistency of modeling (event) plausibility, but they are not scalable enough and still suffer from data sparsity. In this paper, we propose to adopt textual entailment to find implicit entailment relations between CSKG nodes, to effectively densify the subgraph connecting nodes within the same conceptual class, which indicates a similar level of plausibility. Each node in CSKG finds its top entailed nodes using a finetuned transformer over natural language inference (NLI) tasks, which sufficiently capture textual entailment signals. The entailment relation between these nodes are further utilized to: 1) build new connections between source triplets and entailed nodes to densify the sparse CSKGs; 2) enrich the generalization ability of node representations by comparing the node embeddings with a contrastive loss. Experiments on two standard CSKGs demonstrate that our proposed framework EntailE can improve the performance of CSKG completion tasks under both transductive and inductive settings.

📄 PDF Abstract BibTeX arXiv:2402.09666

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionGraph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge GraphsNatural Language Inference

Similar Papers 제목 키워드 기반

Revising Image-Text Retrieval via Multi-Modal Entailment

2022-08-22 · Xu Yan, Chunhui Ai, Ziqiang Cao, Min Cao 외

An outstanding image-text retrieval model depends on high-quality labeled data. While the builders of existing image-text retrieval datasets strive to ensure that the caption matches the linked image, they cannot prevent…

Image-text RetrievalNatural Language InferenceRetrievalSentence+1

CSReader at SemEval-2018 Task 11: Multiple Choice Question Answering as Textual Entailment

2018-06-01 · SEMEVAL 2018 6 · Zhengping Jiang, Qi Sun

In this document we present an end-to-end machine reading comprehension system that solves multiple choice questions with a textual entailment perspective. Since some of the knowledge required is not explicitly mentioned…

Common Sense ReasoningLanguage ModellingMachine Reading ComprehensionMultiple-choice+4

Can You Tell the Difference? Contrastive Explanations for ABox Entailments

2025-11-14 · Patrick Koopmann, Yasir Mahmood, Axel-Cyrille Ngonga Ngomo, Balram Tiwari arxiv

We introduce the notion of contrastive ABox explanations to answer questions of the type "Why is a an instance of C, but b is not?". While there are various approaches for explaining positive entailments (why is C(a) ent…

Explainable Video Entailment With Grounded Visual Evidence

2021-01-01 · ICCV 2021 10 · Junwen Chen, Yu Kong

Video entailment aims at determining if a hypothesis textual statement is entailed or contradicted by a premise video. The main challenge of video entailment is that it requires fine-grained reasoning to understand t…

Visual Grounding

Neutral Utterances are Also Causes: Enhancing Conversational Causal Emotion Entailment with Social Commonsense Knowledge

2022-05-02 · Jiangnan Li, Fandong Meng, Zheng Lin, Rui Liu 외

Conversational Causal Emotion Entailment aims to detect causal utterances for a non-neutral targeted utterance from a conversation. In this work, we build conversations as graphs to overcome implicit contextual modelling…

Causal Emotion Entailment