structured-output

Tag

Cards List
#structured-output

Trie Automata for Constrained Decoding over Large Finite Sets

arXiv cs.AI · 2026-08-14 Cached

This paper introduces the trie automaton, a specialized constrained decoding mechanism for finite sets that precomputes token masks via Aho-Corasick matching, achieving up to 29x end-to-end throughput improvements over XGrammar in vLLM batch serving while guaranteeing 100% output validity.

0 favorites 0 likes
#structured-output

How I made small local AI models stop breaking JSON - a grammar-based approach

Reddit r/artificial · 2026-07-29

The author presents a method using GBNF grammars in llama.cpp to constrain local AI model outputs, ensuring valid JSON. A compiler is built to convert tool schemas into grammar rules, with per-turn narrowing for relevant tools.

0 favorites 0 likes
#structured-output

@Raullen: Rapid-MLX 0.11.0 is out! Making local models on Apple Silicon reliable enough to run your agent workflows, not just dem…

X AI KOLs Following · 2026-07-24 Cached

Rapid-MLX 0.11.0 brings major performance gains with prefix-cache and response caching, supports new model families including HY3 295B MoE and Qwen3-Coder-Next 80B, introduces structured output with guaranteed valid tool calls, and adds seamless integration with MCP servers for autonomous agent workflows.

0 favorites 0 likes
#structured-output

Structured Output Collapses Answer Diversity Across 44 Language Models

arXiv cs.CL · 2026-07-22 Cached

A study shows that when LLMs are asked to output in JSON format, their answer diversity collapses significantly compared to plain chat, with modal answers becoming more common and distinctive models losing half their uniqueness.

0 favorites 0 likes
#structured-output

When JSON Is Not Enough: Semantic Reliability of Schema-Constrained LLM Ordering Agents

arXiv cs.AI · 2026-07-22 Cached

The paper introduces OrderBench, a benchmark for restaurant ordering LLM agents that evaluates semantic reliability beyond schema validity, demonstrating that structured output modes can achieve perfect schema validity while still having high semantic error rates.

0 favorites 0 likes
#structured-output

Democratizing AI with Small Language Models: Structured Benchmarking and Parameter-Efficient Fine-Tuning for Local Deployment

arXiv cs.AI · 2026-07-21 Cached

This paper evaluates nine open-weight small language models (135M to 3B parameters) on a structured benchmark and shows that parameter-efficient fine-tuning significantly improves accuracy, making them viable for local deployment in structured niche workloads.

0 favorites 0 likes
#structured-output

@Pluvio9yte: After integrating AnySearch, my agent's search efficiency improved. Tools like Parallel, Perplexity, and Tavily have a persistent issue when used by agents — they return links and summaries, so the agent still has to open pages, filter content, and assess relevance. For verticals like finance, academia, and code, search quality is even worse. Output lacks structure, and parsing content alone burns a lot of tokens.

X AI KOLs Timeline · 2026-07-15 Cached

AnySearch is a search infrastructure designed for AI agents. It supports real-time web search and vertical domain search, outputting structured Markdown that agents can directly use, improving search efficiency.

0 favorites 0 likes
#structured-output

Structured output reliability with LLMs — 3-month production learnings

Reddit r/artificial · 2026-07-14

The article shares production learnings for reliably generating structured JSON output from LLMs, covering methods like JSON mode, schema validation, and retry loops, achieving 99.5% validity.

0 favorites 0 likes
#structured-output

Faithful, Not Corrective: Message-Format Effects in Multi-Hop Agent Relays Are Tier-Dependent

arXiv cs.AI · 2026-07-14 Cached

This paper investigates how message format (e.g., free text, JSON, triples) affects information loss across multiple hops in LLM agent relays, finding that format effects depend on the relay model's capability and that structure preserves content faithfully but does not correct errors.

0 favorites 0 likes
#structured-output

Gauge dependence and structured-output corruption in sign-branched repetition penalties: measurements across models, inference stacks, and alternative repetition controls

arXiv cs.LG · 2026-07-14 Cached

This paper investigates how sign-branched repetition penalties cause structured-output corruption and gauge dependence across different models and inference frameworks, providing measurements and comparisons with alternative repetition controls.

0 favorites 0 likes
#structured-output

Producing Structured Outputs from LLMs with Constrained Sampling

Reddit r/LocalLLaMA · 2026-07-10

Discusses methods for generating structured outputs from large language models using constrained sampling techniques.

0 favorites 0 likes
#structured-output

@maximelabonne: IFStruct now has a leaderboard on @huggingface!

X AI KOLs Following · 2026-07-02 Cached

IFStruct, an instruction-following benchmark for structured output by Liquid AI, now has a leaderboard on Hugging Face, aimed at improving small models for local execution and correct tool use.

0 favorites 0 likes
#structured-output

@nathanhabib1011: ifstruct by @liquidai, an instruction-following benchmark for structured output. Why is this important? Because smaller…

X AI KOLs Following · 2026-07-02 Cached

ifstruct is an instruction-following benchmark for structured output by Liquid AI, designed to push the field toward better small models that can run locally.

0 favorites 0 likes
#structured-output

A cheap trick for reliable structured output: feed the validation error back into the retry

Reddit r/LocalLLaMA · 2026-07-02

A practical technique for improving structured output generation from LLMs by feeding validation errors back into retry prompts, allowing the model to self-correct rather than blindly retrying. The method involves describing the error in model-friendly terms and providing the previous output for editing.

0 favorites 0 likes
#structured-output

I've killed more agents than I've kept. Sharing the patterns in what dies and why.

Reddit r/AI_Agents · 2026-06-25

The author shares five patterns that consistently kill AI agents: too many jobs per agent, no human-in-the-loop for destructive actions, unstructured outputs, no spend caps, and lack of uncertainty escalation paths. Practical guardrails and a checklist for reliable agent deployment are provided.

1 favorites 1 likes
#structured-output

Constraint Tax in Open-Weight LLMs: An Empirical Study of Tool Calling Suppression Under Structured Output Constraints

arXiv cs.CL · 2026-06-25 Cached

This paper identifies and analyzes 'tool suppression' in open-weight LLMs when both tool calling and JSON schema constraints are simultaneously enabled, proposing the Constraint Priority Inversion hypothesis and a mitigation strategy called Transparent Two-Pass Execution.

0 favorites 0 likes
#structured-output

Why might DiffusionGemma be better at tool calls than its benchmark quality suggests

Reddit r/LocalLLaMA · 2026-06-16

Analyzes how DiffusionGemma's bidirectional attention and parallel block generation could potentially yield higher valid tool call rates due to its ability to revise tokens, even though its base quality is lower than Gemma 4.

0 favorites 0 likes
#structured-output

Can we stop dunking on DiffusionGemma and hack it instead?

Reddit r/LocalLLaMA · 2026-06-14

Discusses various methods to optimize DiffusionGemma inference, reduce hallucination, and improve performance for tool use and agents, including entropy-bounded sampling, schema scaffolding, and retrieval during denoising.

0 favorites 0 likes
#structured-output

@akshay_pachaar: https://x.com/akshay_pachaar/status/2064700531600458093

X AI KOLs Following · 2026-06-10 Cached

This article explains how to use GRPO to fine-tune an LLM (Qwen3-8B) for reliable JSON structured output, improving schema accuracy from 62% to 82%, surpassing GPT-4.1's 58%.

0 favorites 0 likes
#structured-output

Three things surprised us while running a live agent through a governed runtime

Reddit r/AI_Agents · 2026-06-09

Experiments with a live agent processing market data through a governed runtime revealed three surprises: prompt structure drives execution reliability over reasoning quality; structured output can influence agent decisions; and separating reasoning and extraction into two calls maintains high parse success. The findings suggest governance belongs at the execution boundary, not on freeform reasoning.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback