Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ai 90% Match Research Paper AI Researchers,NLP Engineers,Graph ML Practitioners,Data Scientists 1 week ago

FoGE: Fock Space inspired encoding for graph prompting

graph-neural-networks › graph-learning
📄 Abstract

Abstract: Recent results show that modern Large Language Models (LLM) are indeed capable of understanding and answering questions about structured data such as graphs. This new paradigm can lead to solutions that require less supervision while, at the same time, providing a model that can generalize and answer questions beyond the training labels. Existing proposals often use some description of the graph to create an ``augmented'' prompt fed to the LLM. For a chosen class of graphs, if a well-tailored graph encoder is deployed to play together with a pre-trained LLM, the model can answer graph-related questions well. Existing solutions to graph-based prompts range from graph serialization to graph transformers. In this work, we show that the use of a parameter-free graph encoder based on Fock space representations, a concept borrowed from mathematical physics, is remarkably versatile in this problem setting. The simple construction, inherited directly from the theory with a few small adjustments, can provide rich and informative graph encodings, for a wide range of different graphs. We investigate the use of this idea for prefix-tuned prompts leveraging the capabilities of a pre-trained, frozen LLM. The modifications lead to a model that can answer graph-related questions -- from simple graphs to proteins to hypergraphs -- effectively and with minimal, if any, adjustments to the architecture. Our work significantly simplifies existing solutions and generalizes well to multiple different graph-based structures effortlessly.
Authors (3)
Sotirios Panagiotis Chytas
Rudrasis Chakraborty
Vikas Singh
Submitted
June 26, 2025
arXiv Category
cs.LG
arXiv PDF

Key Contributions

This paper introduces a novel, parameter-free graph encoder based on Fock space representations for use with Large Language Models (LLMs) in graph prompting tasks. This approach offers a versatile and efficient method for LLMs to understand and answer questions about structured graph data.

Business Value

Enables LLMs to more effectively process and reason over structured data like knowledge graphs or network data, potentially leading to more intelligent data analysis tools and automated insights.