paper-with-me

홈 › Papers

Graph Foundation Models: Bridging Language Model Paradigms and Graph Optimization

2025-09-29 · Yunhao Liang, Pujun Zhang, Yuan Qu, Shaochong Lin, Zuo-jun Max Shen arxiv

The pretrain-transfer paradigm, which underpins the success of large language models (LLMs), has demonstrated the immense power of creating foundation models that learn generalizable representations from vast datasets. However, extending this paradigm to Operations Research (OR) problems on graph structures remains challenging due to the fundamental conflict between the statistical flexibility of language and the strict combinatorial constraints of graphs. To bridge this gap, we introduce the Graph Foundation Model (GFM), the first framework capable of solving all distance-based optimization problems on graph structures. By introducing the LLM-like self-supervised pre-training paradigm on the paths generated from random walks in the graph, GFM is compelled to internalize the graph's complex topological and combinatorial rules, where the connectivity of the structure itself can be treated as the supervisory signal. Unlike existing neural methods that learn complex and task-specific solving policies, our approach leverages the pre-trained GFM as a foundational model of the graph's intrinsic structure, which in turn enables a simple generative heuristic to tackle a diverse range of optimization challenges effectively. Comprehensive experiments on networks ranging from 20 to 893 nodes demonstrate that GFM achieves competitive performance against specialized solvers across a variety of distinct optimization task classes, while maintaining significantly faster inference times. Our work establishes a new paradigm of adapting the pretrain-transfer framework to graph optimization, opening the door for applying foundation model innovations to OR.

📄 PDF Abstract BibTeX arXiv:2509.24256

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLM-empowered knowledge graph construction: A survey

2025-10-23 · Haonan Bian arxiv

Knowledge Graphs (KGs) have long served as a fundamental infrastructure for structured knowledge representation and reasoning. With the advent of Large Language Models (LLMs), the construction of KGs has entered a new pa…

Knowledge Graphs

GraphVLM: Benchmarking Vision Language Models for Multimodal Graph Learning

2026-03-09 · Jiajin Liu, Dongzhe Fan, Chuanhao Ji, Daochen Zha 외 arxiv

Vision-Language Models (VLMs) have demonstrated remarkable capabilities in aligning and understanding multimodal signals, yet their potential to reason over structured data, where multimodal entities are connected throug…

Recommendation SystemsGraph Learning

Structure and Destructure: Dual Forces in the Making of Knowledge Engines

2025-08-31 · Yihong Chen arxiv

The making of knowledge engines in natural language processing has been shaped by two seemingly distinct paradigms: one grounded in structure, the other driven by massively available unstructured data. The structured par…

General KnowledgeKnowledge Graphs

Bridging Input Feature Spaces Towards Graph Foundation Models

2026-05-06 · Moshe Eliasof, Krishna Sri Ipsit Mantri, Beatrice Bevilacqua, Bruno Ribeiro 외 arxiv

Unlike vision and language domains, graph learning lacks a shared input space, as input features differ across graph datasets not only in semantics, but also in value ranges and dimensionality. This misalignment prevents…

Graph Learning

SymbolicAI: A framework for logic-based approaches combining generative models and solvers

2024-02-01 · Marius-Constantin Dinu, Claudiu Leoveanu-Condrei, Markus Holzleitner, Werner Zellinger 외

We introduce SymbolicAI, a versatile and modular framework employing a logic-based approach to concept learning and flow management in generative processes. SymbolicAI enables the seamless integration of generative model…

Few-Shot LearningIn-Context LearningProbabilistic Programming