iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Home ›› Technology ›› Ai ›› Llms ›› StateGen Platform Generates Synthetic Training Data for Tool-Augmented LLMs with 9.66/10 Hallucination Score

StateGen Platform Generates Synthetic Training Data for Tool-Augmented LLMs with 9.66/10 Hallucination Score

Researchers introduce StateGen, a synthetic data generation platform that produces scored, reasoning-trace-rich training conversations for tool-augmented LLMs. The platform uses a four-role LLM loop and an authoritative state manager to eliminate tool-call hallucinations, achieving a 9.66/10 score across 64,698 evaluated conversations.

iG
iGEN Editorial
June 16, 2026
StateGen Platform Generates Synthetic Training Data for Tool-Augmented LLMs with 9.66/10 Hallucination Score

Enterprise teams building AI agents that interact with external tools face a chronic shortage of high-quality training data. Manual annotation is expensive, production data carries privacy risks, and public datasets rarely capture multi-turn tool use. According to a paper published on arXiv, researchers have developed StateGen, a synthetic data generation platform designed to address this gap.

StateGen orchestrates a four-role LLM loop: a persona-conditioned user simulator, an agent under test, a state-grounded tool simulator, and a multi-axis LLM judge. The architectural core is an authoritative state manager that maintains a structured world-state object across conversation turns. The paper describes this as enforcing a "backend-is-truth" invariant, which by construction eliminates the dominant class of tool-call hallucinations.

How StateGen Works

The platform produces scored, reasoning-trace-rich training conversations. The four roles interact as follows:

  • Persona-conditioned user simulator: Generates diverse user queries based on a 23-dimensional trait vector, enabling persona-driven variation.
  • Agent under test: The LLM being trained to use tools.
  • State-grounded tool simulator: Simulates tool responses based on the shared state object, ensuring consistency.
  • Multi-axis LLM judge: Evaluates the conversation on multiple criteria, providing a score.

StateGen extends naturally to hierarchical multi-agent settings by declaring sub-agents as tools, all sharing the same state object. This allows the platform to generate data for complex workflows where multiple agents collaborate.

Performance and Evaluation

The researchers reported results on 64,698 evaluated conversations across three production corpora. Key metrics include:

Metric Value
Tool-call hallucination score 9.66 / 10
Persona trait vector dimensions 23
Evaluated conversations 64,698
External systems compared 8

A cleanly separated train and golden evaluation set split confirmed that the generated data is not memorization bait, as shown by per-criterion gap analysis.

Comparison with Existing Platforms

According to the paper, comparison with eight external systems revealed that no single publicly available platform combines multi-turn generation, state-grounded tool simulation, hierarchical multi-agent support, and built-in judge scoring. StateGen unifies all these capabilities in one platform.

Implications for Enterprise AI

For organizations developing tool-augmented LLMs for supply chain, logistics, or trade applications, StateGen offers a way to generate large volumes of realistic training data without exposing sensitive production data. The platform's ability to produce scored conversations with reasoning traces could accelerate the development of AI agents that reliably interact with APIs, databases, and enterprise systems. The 23-dimensional persona vector also allows fine-grained control over user behavior, enabling the simulation of diverse scenarios that reflect real-world usage patterns.


Sources:

Keep Reading

Recommended Stories

AgentLeak Benchmark Reveals Internal Channel Privacy Leaks in Multi-Agent LLM Systems Technology

AgentLeak Benchmark Reveals Internal Channel Privacy Leaks in Multi-Agent LLM Systems

A new benchmark called AgentLeak evaluates privacy leakage in multi-agent large language model (LLM) systems, finding that inter-agent messages leak at 68.8% compared to 27.2% for final outputs. Across 1,000 scenarios and five models, total system exposure reaches 68.9%, highlighting risks invisible to standard output-only audits.

June 16, 2026
Multi-Agent RL System MAMO Automates Weight Selection for Constrained Optimization Problems Technology

Multi-Agent RL System MAMO Automates Weight Selection for Constrained Optimization Problems

MAMO decouples task execution from objective design using multi-agent RL to automatically select reward weights for constrained optimization, improving adaptability in dynamic environments.

July 8, 2026
Before the Pull Request: Mining Multi-Agent Coordination to Solve the Trust Gap in AI Coding Agents Technology

Before the Pull Request: Mining Multi-Agent Coordination to Solve the Trust Gap in AI Coding Agents

A study on multi-agent coordination in AI coding agents reveals that monitoring pre-PR coordination can reduce duplicate work to near zero and triple useful throughput. The open-source tool grite records agent interactions inside git, enabling recovery of failure modes invisible in pull-request history.

July 8, 2026
Can In-Context Learning Enable Efficient Data Exploration for Enterprise AI? Technology

Can In-Context Learning Enable Efficient Data Exploration for Enterprise AI?

A research paper investigates whether in-context learning (ICL) can enable intrinsic curiosity—automated data selection—without costly gradient updates. The authors prove that in general Markov decision processes, ICL-based rewards cannot unbiasedly estimate learning progress, but in non-temporal settings like active learning, they succeed. Controlled experiments validate the theory.

July 8, 2026