paper-with-me

Papers

T2T-LA: A Topology-to-Topology LLM Agent for Graph Learning with Neither Feature Access nor Task Knowledge

2025-11-30 · Yongyu Wang arxiv

Graph learning aims to convert data into graph representations, which are fundamental to many problems in machine learning for CAD, where circuits, layouts, designs, and optimization states are often modeled as graph-structured objects. Existing graph learning methods usually rely on carefully designed graph construction rules, extensive parameter tuning, and sophisticated mathematical theory; moreover, achieving good performance often requires task-specific graph construction tailored to the downstream objective. In this work, we study whether a large language model (LLM) can reason about graph structure and infer a useful topology without observing the feature matrix, without knowing the downstream task, and without relying on any carefully designed graph construction algorithm or parameter tuning process. To this end, we propose T2T-LA, a Topology-to-Topology LLM Agent that receives no input other than a set of previously failed topologies and the scores assigned to them by a private scorer. The agent is not told what task or algorithm produces the scores, how these topologies are generated, or what the scores mean. Since none of the observed topologies is satisfactory, T2T-LA cannot simply imitate a good example. Instead, it is forced to infer hidden relationships between graph connectivity patterns and the observed scores, a capability that is particularly relevant to CAD scenarios where useful design structures may be difficult to specify manually. Experimental results show that T2T-LA can generate, in one shot, a graph topology that enables the downstream algorithm to produce a sufficiently good solution, suggesting a new LLM-driven direction for topology reasoning and graph representation learning in ML-for-CAD workflows.

📄 PDF Abstract BibTeX arXiv:2512.08964

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningGraph Learning

Similar Papers 제목 키워드 기반

Retrieval-Conditioned Topology Selection with Provable Budget Conservation for Multi-Agent Code Generation

2026-05-07 · Abhijit Talluri, Pujith Anne, Bhagavan Choudary Pendiyala, Raghavendra Chilukuri arxiv

Multi-agent LLM systems for code generation face a fundamental routing problem: the optimal orchestration topology depends on the structural complexity of the code under modification, yet existing systems select topologi…

Code Generation

TopoEdge: Topology-Grounded Agentic Framework for Edge Networking Code Generation and Repair

2026-02-28 · Haomin Qi, Bohan Liu, Zihan Dai, Yunkai Gao arxiv

TopoEdge is a topology-grounded, edge-deployable framework for end-to-end software-defined networking (SDN) configuration generation and repair, motivated by the brittleness of configuration artefacts under topology vari…

Graph Neural NetworkCode Generation

Online Graph Learning from Social Interactions

2022-03-11 · Valentina Shumovskaia, Konstantinos Ntemos, Stefan Vlaski, Ali H. Sayed

Social learning algorithms provide models for the formation of opinions over social networks resulting from local reasoning and peer-to-peer exchanges. Interactions occur over an underlying graph topology, which describe…

Graph Learning

Learning Transferable Topology Priors for Multi-Agent LLM Collaboration Across Domains

2026-05-17 · Taolin Zhang, Zijie Zhou, Jiuheng Wan, Tingyuan Hu 외 arxiv

Large language model (LLM)-based multi-agent systems have shown strong potential for complex reasoning by coordinating specialized agents through structured communication. However, existing topology-evolution methods typ…

A Continuous Max-Flow Approach to Cyclic Field Reconstruction

2015-11-11 · John S. H. Baxter, Jonathan McLeod, Terry M. Peters

Reconstruction of an image from noisy data using Markov Random Field theory has been explored by both the graph-cuts and continuous max-flow community in the form of the Potts and Ishikawa models. However, neither model …

Image Reconstruction