paper-with-me

Papers

Knowledge Is Flat: A Seq2Seq Generative Framework for Various Knowledge Graph Completion

2022-09-15 · COLING 2022 10 · Chen Chen, YuFei Wang, Bing Li, Kwok-Yan Lam

Knowledge Graph Completion (KGC) has been recently extended to multiple knowledge graph (KG) structures, initiating new research directions, e.g. static KGC, temporal KGC and few-shot KGC. Previous works often design KGC models closely coupled with specific graph structures, which inevitably results in two drawbacks: 1) structure-specific KGC models are mutually incompatible; 2) existing KGC methods are not adaptable to emerging KGs. In this paper, we propose KG-S2S, a Seq2Seq generative framework that could tackle different verbalizable graph structures by unifying the representation of KG facts into "flat" text, regardless of their original form. To remedy the KG structure information loss from the "flat" text, we further improve the input representations of entities and relations, and the inference algorithm in KG-S2S. Experiments on five benchmarks show that KG-S2S outperforms many competitive baselines, setting new state-of-the-art performance. Finally, we analyze KG-S2S's ability on the different relations and the Non-entity Generations.

📄 PDF Abstract BibTeX arXiv:2209.07299

Code (1)

chenchens190009/kg-s2s 공식 구현 pytorch

Tasks

Knowledge Graph Completion

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

KRAFT: A Knowledge Graph-Based Framework for Automated Map Conflation

2025-09-04 · Farnoosh Hashemi, Laks V. S. Lakshmanan arxiv

Digital maps play a crucial role in various applications such as navigation, fleet management, and ride-sharing, necessitating their accuracy and currency, which require timely updates. While the majority of geospatial d…

Knowledge Graphs

Grade Inflation in Generative Models

2024-12-31 · Phuc Nguyen, Miao Li, Alexandra Morgan, Rima Arnaout 외

Generative models hold great potential, but only if one can trust the evaluation of the data they generate. We show that many commonly used quality scores for comparing two-dimensional distributions of synthetic vs. grou…

CodeKGC: Code Language Model for Generative Knowledge Graph Construction

2023-04-18 · Zhen Bi, Jing Chen, Yinuo Jiang, Feiyu Xiong 외

Current generative knowledge graph construction approaches usually fail to capture structural knowledge by simply flattening natural language into serialized texts or a specification language. However, large generative l…

Code Completiongraph constructionLanguage ModelingLanguage Modelling

REVIVE 3D: Refinement via Encoded Voluminous Inflated prior for Volume Enhancement

2026-04-30 · Hankyeol Lee, Wooyeol Baek, Seongdo Kim, Jongyoo Kim arxiv

Recent generative models have shown strong performance in generating diverse 3D assets from 2D images, a fundamental research topic in computer vision and graphics. However, these models still struggle to generate volumi…

REKnow: Enhanced Knowledge for Joint Entity and Relation Extraction

2022-06-10 · Sheng Zhang, Patrick Ng, Zhiguo Wang, Bing Xiang

Relation extraction is an important but challenging task that aims to extract all hidden relational facts from the text. With the development of deep language models, relation extraction methods have achieved good perfor…

Joint Entity and Relation ExtractionRelationRelation Extraction