Researchers introduced GATS (Graph-Augmented Tree Search), a planning framework achieving 100% success on complex tasks without any LLM calls during planning, outperforming LATS and ReAct while reducing computational costs and ensuring deterministic plans.

1 min read

GATS: New Planning Framework Achieves 100% Success with Zero LLM Calls

Summary

Researchers have introduced GATS (Graph-Augmented Tree Search), a multi-step planning framework combining systematic UCB1-based tree search with a layered world model. The model integrates three layers: (L1) exact symbolic action matching, (L2) statistics learned from execution logs, and (L3) LLM-based prediction for unknown actions.

FAQ

What is GATS?

GATS is a multi-step planning framework using systematic tree search with a layered world model to achieve efficient planning without LLM calls.

How does GATS compare to LATS and ReAct?

GATS outperforms LATS (92%) and ReAct (64%) on synthetic tasks, and maintains 100% on stress tests vs. 88.9% for LATS and 23.9% for ReAct.

Can MENA enterprises use GATS?

Yes, GATS reduces computational costs and increases stability, making it suitable for enterprise applications in the region.

Source: arXiv cs.AI

AI-assisted content, human-reviewed.