paper-with-me

Papers

Random Entity Quantization for Parameter-Efficient Compositional Knowledge Graph Representation

2023-10-24 · Jiaang Li, Quan Wang, Yi Liu, Licheng Zhang, Zhendong Mao

Representation Learning on Knowledge Graphs (KGs) is essential for downstream tasks. The dominant approach, KG Embedding (KGE), represents entities with independent vectors and faces the scalability challenge. Recent studies propose an alternative way for parameter efficiency, which represents entities by composing entity-corresponding codewords matched from predefined small-scale codebooks. We refer to the process of obtaining corresponding codewords of each entity as entity quantization, for which previous works have designed complicated strategies. Surprisingly, this paper shows that simple random entity quantization can achieve similar results to current strategies. We analyze this phenomenon and reveal that entity codes, the quantization outcomes for expressing entities, have higher entropy at the code level and Jaccard distance at the codeword level under random entity quantization. Therefore, different entities become more easily distinguished, facilitating effective KG representation. The above results show that current quantization strategies are not critical for KG representation, and there is still room for improvement in entity distinguishability beyond current strategies. The code to reproduce our results is available at https://github.com/JiaangL/RandomQuantization.

📄 PDF Abstract BibTeX arXiv:2310.15797

Code (1)

jiaangl/randomquantization 공식 구현 pytorch

Tasks

Knowledge GraphsQuantizationRepresentation Learning

Similar Papers 제목 키워드 기반

Mapping Text to Knowledge Graph Entities using Multi-Sense LSTMs

2018-08-23 · EMNLP 2018 10 · Dimitri Kartsaklis, Mohammad Taher Pilehvar, Nigel Collier

This paper addresses the problem of mapping natural language text to knowledge base entities. The mapping process is approached as a composition of a phrase or a sentence into a point in a multi-dimensional entity space …

General ClassificationSentenceWord Embeddings

Interpretable and Compositional Relation Learning by Joint Training with an Autoencoder

2018-05-24 · ACL 2018 7 · Ryo Takahashi, Ran Tian, Kentaro Inui

Embedding models for entities and relations are extremely useful for recovering missing facts in a knowledge base. Intuitively, a relation can be modeled by a matrix mapping entity vectors. However, relations reside on l…

Dimensionality ReductionKnowledge Base CompletionRelation

CompGS: Unleashing 2D Compositionality for Compositional Text-to-3D via Dynamically Optimizing 3D Gaussians

2024-10-28 · CVPR 2025 1 · Chongjian Ge, Chenfeng Xu, Yuanfeng Ji, Chensheng Peng 외

Recent breakthroughs in text-guided image generation have significantly advanced the field of 3D generation. While generating a single high-quality 3D object is now feasible, generating multiple objects with reasonable i…

3D GenerationImage GenerationScene GenerationText to 3D

From Wide to Deep: Dimension Lifting Network for Parameter-efficient Knowledge Graph Embedding

2023-03-22 · Borui Cai, Yong Xiang, Longxiang Gao, Di wu 외

Knowledge graph embedding (KGE) that maps entities and relations into vector representations is essential for downstream applications. Conventional KGE methods require high-dimensional representations to learn the comple…

Graph EmbeddingKnowledge DistillationKnowledge Graph EmbeddingKnowledge Graphs+1

Starting Positions Matter: A Study on Better Weight Initialization for Neural Network Quantization

2025-06-12 · Stone Yun, Alexander Wong

Deep neural network (DNN) quantization for fast, efficient inference has been an important tool in limiting the cost of machine learning (ML) model inference. Quantization-specific model development techniques such as re…

Quantization