Papers for

systems integration teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Graph theory agent improves large language models on complex graph reasoning tasks

GTA: Graph Theory Agent and Benchmark for Algorithmic Graph Reasoning with LLMs

Abstract: Large Language Models (LLMs) are increasingly asked to reason over structured data such as graphs, yet how reliably they can carry out multi-step graph algorithms in language remains unclear. Existing evaluations tend to use simple tasks on small graphs, to score code generation rather than reasoning over the graph itself, or to fix a single input format. We introduce Graph Theory Bench (GT Bench), a benchmark covering 24 classical graph problems in 44 task-structure settings, with over 100,000 examples across four representations: natural language, structured language, adjacency list, and adjacency matrix. Evaluating eight LLMs on GT Bench shows that accuracy is strongly tied to the input representation, that the best representation shifts with graph density, size, and topology as well as with the model, and that this sensitivity persists, attenuated, in the strongest reasoning models. Building on these observations, we propose the Graph Theory Agent (GTA), which pairs a preference-trained representation selector with plan-and-decompose scaffolding around a frozen executor LLM. GTA lifts Phi-4 from 53.5% to 69.1% on the benchmark's easy split and from 33.0% to 41.5% on its hard split, outperforming eight prompting and agent baselines, and transfers without retraining to GraCoRe and NLGraph. Code for benchmark generation and evaluation: https://github.com/xzx34/GTA. The project homepage is available at https://xzx34.github.io/gta/.

Thu 10 SeptArtificial Intelligence
The gist
Large language models (LLMs) struggle to solve complex problems involving graphs, like networks or connections. The authors created a big test set with many graph problems in several formats to see how well different LLMs perform. They found that how you present the graph data greatly affects the model’s accuracy, depending on graph size and type. Then, they designed a new method called Graph Theory Agent that chooses the best graph format and breaks down problems, which makes models better at solving these tasks.
Open 2609.12265v1