Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
102 tokens/sec
GPT-4o
59 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
50 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Prompting Disentangled Embeddings for Knowledge Graph Completion with Pre-trained Language Model (2312.01837v1)

Published 4 Dec 2023 in cs.CL

Abstract: Both graph structures and textual information play a critical role in Knowledge Graph Completion (KGC). With the success of Pre-trained LLMs (PLMs) such as BERT, they have been applied for text encoding for KGC. However, the current methods mostly prefer to fine-tune PLMs, leading to huge training costs and limited scalability to larger PLMs. In contrast, we propose to utilize prompts and perform KGC on a frozen PLM with only the prompts trained. Accordingly, we propose a new KGC method named PDKGC with two prompts -- a hard task prompt which is to adapt the KGC task to the PLM pre-training task of token prediction, and a disentangled structure prompt which learns disentangled graph representation so as to enable the PLM to combine more relevant structure knowledge with the text information. With the two prompts, PDKGC builds a textual predictor and a structural predictor, respectively, and their combination leads to more comprehensive entity prediction. Solid evaluation on two widely used KGC datasets has shown that PDKGC often outperforms the baselines including the state-of-the-art, and its components are all effective. Our codes and data are available at https://github.com/genggengcss/PDKGC.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (8)
  1. Yuxia Geng (22 papers)
  2. Jiaoyan Chen (85 papers)
  3. Yuhang Zeng (2 papers)
  4. Zhuo Chen (319 papers)
  5. Wen Zhang (170 papers)
  6. Jeff Z. Pan (78 papers)
  7. Yuxiang Wang (57 papers)
  8. Xiaoliang Xu (13 papers)
Citations (1)
Github Logo Streamline Icon: https://streamlinehq.com

GitHub