FrontierThe story, in brief

Talk like a graph: Encoding graphs for large language models

60% accuracy boost. That's what the right graph encoding does for LLMs solving complex reasoning tasks.

Illustration of a transparent lens revealing connected networks across layers of paper.
Exploring the next frontier of AI research.AI illustration by KeyNews
The KeyNews take

Why it matters

Google Research reveals how to translate graph structures into text that LLMs can actually understand—with encoding choices that can swing accuracy from 5% to over 60%. Critical for enterprises building knowledge graph applications.

The key facts

8 to know
  1. Right encoding techniques can improve LLM accuracy on graph tasks by up to 60%

  2. GraphQA benchmark created to evaluate LLM performance on graph reasoning across diverse graph types

  3. Incident encoding method outperformed alternatives for most graph tasks

  4. Model size matters for graph reasoning—bigger models (PaLM 2-L) generally outperformed smaller variants

  5. Graph structure significantly impacts LLM performance (tested Erdős-Rényi, Barabási-Albert, Stochastic Block Model, Scale-Free Networks)

  6. LLMs still struggle with cycle detection compared to baseline solutions

  7. Edge existence task showed minimal correlation with model size

  8. Five prompting strategies tested: Zero-shot, Few-shot, Chain-of-Thought, Zero-CoT, and BAG

Go to the source

Google Research Blogblog.research.google

Publisher excerpt: Posted by Bahare Fatemi and Bryan Perozzi, Research Scientists, Google Research Imagine all the things around you — your friends, tools in your kitchen, or even the parts of your bike. They are all connected in different ways. In computer science, the term graph is used to describe connections…
Read original report
Back to today's editionMore frontier news

The wider picture

View all
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Frontier01

SpaceXAI Releases Grok 4.7: A Larger Base Model at the Same $2/$6 Price as Grok 4.6

SpaceXAI shipped a meaningfully larger model without increasing cost or latency — a direct challenge to the frontier labs on capability-per-dollar. Practitioners budgeting inference and building agents need to re-evaluate their cost assumptions.

MarkTechPost
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Frontier02

SpaceX launches Grok 4.7 with long-horizon processing, safety upgrades

A new frontier model release with claimed capability upgrades (long-horizon processing, safety improvements) enters the competitive landscape. Practitioners need to know if Grok 4.7 moves the needle on benchmarks or reasoning capability; enthusiasts track the lab-race drama as Musk's model efforts consolidate inside SpaceX.

SiliconAngle
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Frontier03

Jev introduces a new shape of LLM - System One, aka Decision Models

A new model architecture category ('System One') claims to handle reasoning and decision-making differently than scaling transformer chains. If validated, this shapes how practitioners think about model selection and training for agentic workloads.

Simon Willison