Search papers, labs, and topics across Lattice.
The paper introduces RAMP, a Raw-text Anchored Message Passing approach, which leverages LLMs as graph-native aggregation operators on text-rich graphs, moving beyond using LLMs as mere feature extractors. RAMP employs a dual-representation scheme, anchoring inference on raw text while propagating dynamically optimized messages from neighbors, and handles both discriminative and generative tasks under a unified generative formulation. Experiments demonstrate that RAMP effectively bridges graph propagation and deep text reasoning, achieving competitive performance and offering new insights into LLMs as graph kernels.
LLMs can be directly used as graph kernels for text-rich graphs, enabling message passing on raw text and outperforming methods that rely on static embeddings.
Text-rich graphs, which integrate complex structural dependencies with abundant textual information, are ubiquitous yet remain challenging for existing learning paradigms. Conventional methods and even LLM-hybrids compress rich text into static embeddings or summaries before structural reasoning, creating an information bottleneck and detaching updates from the raw content. We argue that in text-rich graphs, the text is not merely a node attribute but the primary medium through which structural relationships are manifested. We introduce RAMP, a Raw-text Anchored Message Passing approach that moves beyond using LLMs as mere feature extractors and instead recasts the LLM itself as a graph-native aggregation operator. RAMP exploits the text-rich nature of the graph via a novel dual-representation scheme: it anchors inference on each node's raw text during each iteration while propagating dynamically optimized messages from neighbors. It further handles both discriminative and generative tasks under a single unified generative formulation. Extensive experiments show that RAMP effectively bridges the gap between graph propagation and deep text reasoning, achieving competitive performance and offering new insights into the role of LLMs as graph kernels for general-purpose graph learning.