paper-with-me

Papers

KOGNAC: Efficient Encoding of Large Knowledge Graphs

2016-04-16 · Jacopo Urbani, Sourav Dutta, Sairam Gurajada, Gerhard Weikum

Many Web applications require efficient querying of large Knowledge Graphs (KGs). We propose KOGNAC, a dictionary-encoding algorithm designed to improve SPARQL querying with a judicious combination of statistical and semantic techniques. In KOGNAC, frequent terms are detected with a frequency approximation algorithm and encoded to maximise compression. Infrequent terms are semantically grouped into ontological classes and encoded to increase data locality. We evaluated KOGNAC in combination with state-of-the-art RDF engines, and observed that it significantly improves SPARQL querying on KGs with up to 1B edges.

📄 PDF Abstract BibTeX arXiv:1604.04795

Code (1)

jrbn/kognac 공식 구현

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

KG-LLM-Bench: A Scalable Benchmark for Evaluating LLM Reasoning on Textualized Knowledge Graphs

2025-04-09 · Elan Markowitz, Krupa Galiya, Greg Ver Steeg, Aram Galstyan

Knowledge graphs have emerged as a popular method for injecting up-to-date, factual knowledge into large language models (LLMs). This is typically achieved by converting the knowledge graph into text that the LLM can pro…

Knowledge Graphs

GLaM: Fine-Tuning Large Language Models for Domain Knowledge Graph Alignment via Neighborhood Partitioning and Generative Subgraph Encoding

2024-02-09 · Stefan Dernbach, Khushbu Agarwal, Alejandro Zuniga, Michael Henry 외

Integrating large language models (LLMs) with knowledge graphs derived from domain-specific data represents an important advancement towards more powerful and factual reasoning. As these models grow more capable, it is c…

HallucinationKnowledge GraphsRetrieval-augmented GenerationText Generation+1

Space Efficient Context Encoding for Non-Task-Oriented Dialogue Generation with Graph Attention Transformer

2021-08-01 · ACL 2021 5 · Fabian Galetzka, Jewgeni Rose, David Schlangen, Jens Lehmann

To improve the coherence and knowledge retrieval capabilities of non-task-oriented dialogue systems, recent Transformer-based models aim to integrate fixed background context. This often comes in the form of knowledge gr…

Dialogue GenerationGraph AttentionKnowledge GraphsRetrieval+1

Position: How can Graphs Help Large Language Models?

2026-05-04 · Xiyuan Wang, Yi Hu, Yanbo Wang, Chuan Shi 외 arxiv

With the rapid advancement of large language models (LLMs), classic graph learning tasks have greatly benefited from LLMs, including improved encoding of textual features, more efficient construction of graphs from text,…

Knowledge GraphsGraph Learning

VRKG4Rec: Virtual Relational Knowledge Graphs for Recommendation

2022-04-03 · Lingyun Lu, Bang Wang, Zizhuo Zhang, Shenghao Liu 외

Incorporating knowledge graph as side information has become a new trend in recommendation systems. Recent studies regard items as entities of a knowledge graph and leverage graph neural networks to assist item encoding,…

Knowledge GraphsRecommendation SystemsRelationRepresentation Learning