Tagged articles

constrained decoding

5 articles · Page 1 of 1
Machine Heart
Machine Heart
Jul 15, 2026 · Artificial Intelligence

LAVE: Constrained Decoding for Diffusion Language Models (ISSTA 2026)

LAVE introduces a lookahead‑then‑verify constrained decoding technique that dramatically raises syntax correctness for diffusion language models across code, JSON, and SMILES generation, improves functional correctness, and adds only minimal inference overhead.

AIcode generationconstrained decoding
0 likes · 8 min read
LAVE: Constrained Decoding for Diffusion Language Models (ISSTA 2026)
DeepHub IMBA
DeepHub IMBA
Apr 23, 2026 · Artificial Intelligence

Architectural Fixes for LLM Hallucinations: Inference Parameters, RAG, Constrained Decoding, and Post‑Generation Validation

The article breaks down LLM hallucination mitigation into five layers—runtime inference parameters, retrieval‑augmented generation and prompting tricks, constrained decoding with confidence calibration, post‑generation verification checks, and domain‑specific fine‑tuning plus continuous evaluation—showing how each layer reduces false, confident outputs.

LLMRAGconstrained decoding
0 likes · 11 min read
Architectural Fixes for LLM Hallucinations: Inference Parameters, RAG, Constrained Decoding, and Post‑Generation Validation
Programmer XiaoFu
Programmer XiaoFu
Apr 13, 2026 · Artificial Intelligence

Why Prompt‑Based JSON Extraction Breaks LLM‑Driven Intent and NER

The article explains how using plain prompts to force large language models to output JSON for intent recognition and named‑entity extraction leads to unpredictable extra text, key mismatches, and hallucinated fields, and it presents three robust alternatives—placeholders, function calling, and constrained decoding—to achieve reliable structured outputs.

Function CallingLLMNamed Entity Recognition
0 likes · 8 min read
Why Prompt‑Based JSON Extraction Breaks LLM‑Driven Intent and NER
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 15, 2025 · Artificial Intelligence

Mastering Structured Output in Large Language Models: Techniques, Challenges, and Future Trends

Large language models are evolving from free‑form text generators to reliable data providers by mastering structured output through prompt engineering, validation frameworks, constrained decoding, supervised fine‑tuning, reinforcement learning, and API‑level capabilities, enabling seamless integration with software systems while addressing hallucinations and format reliability.

EvaluationLLMReinforcement Learning
0 likes · 28 min read
Mastering Structured Output in Large Language Models: Techniques, Challenges, and Future Trends