AIBullisharXiv – CS AI · Jun 27/10
🧠Researchers introduce EPIC, an efficient decoding framework for diffusion language models that operate under context-free grammar constraints. The method reduces inference time by up to 67.5% compared to existing CFG-constrained approaches while preserving the parallel decoding advantage that makes diffusion models competitive with autoregressive alternatives.
AIBullisharXiv – CS AI · May 297/10
🧠Researchers introduce CFGzip, a token space compression technique that dramatically accelerates constrained decoding for large language models using context-free grammars. The method achieves up to 100x latency reduction and 7.5x total speedup, making complex grammar-constrained generation feasible at scale.
AIBullisharXiv – CS AI · May 297/10
🧠Researchers propose In-Writing, a hybrid decoding framework for LLMs that separates reasoning from formatting constraints. The approach allows models to perform free-form reasoning before applying structured output constraints, demonstrating accuracy improvements up to 27% over standard methods across classification and reasoning tasks.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers introduce Libretto, an LLM-native framework that enables AI agents to generate and edit symbolic music with explicit structural control over rhythm, harmony, melody, and form. The system transforms music generation from opaque audio outputs into inspectable, measurable objects that support iterative refinement and educational applications.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers found that structured output formats like JSON degrade AI model performance not because of formatting itself, but because of insufficient model capacity. Models with adequate computational headroom handle JSON constraints without accuracy loss, while smaller models operating near their limits suffer 28-36 percentage point drops, a penalty that can be partially recovered by reasoning first and formatting afterward.
🧠 GPT-4🧠 Opus
AINeutralarXiv – CS AI · Jun 46/10
🧠Researchers introduce Dynamic Infilling Anchors (DIA), a training-free method that improves how diffusion large language models generate structured outputs like JSON or reasoning templates. By dynamically adjusting generation length constraints, DIA achieves better format compliance and accuracy on mathematical reasoning benchmarks without requiring model retraining.
AINeutralarXiv – CS AI · Jun 16/10
🧠Researchers introduce DTBench, a synthetic benchmark for evaluating large language models on document-to-table extraction tasks. Using a reverse Table2Doc synthesis approach with multi-agent workflows, the benchmark covers 13 subcategories across 5 major capability areas, revealing significant performance gaps and persistent challenges in reasoning and conflict resolution across mainstream LLMs.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers introduce Rulers, a three-stage framework that improves how large language models evaluate text against human rubrics by converting qualitative criteria into locked specifications, structured checklists with evidence grounding, and calibrated score interpretation. The approach addresses three key failure modes in LLM-based scoring and demonstrates stronger alignment with human scoring across multiple benchmarks in essay evaluation, summarization, and writing assessment.
AIBullisharXiv – CS AI · May 286/10
🧠Researchers propose Palla, an algorithm that learns symbolic constraint functions called prefix filters to capture and correct systematic error patterns in large language models. By analyzing domain-specific failures (e.g., using Python syntax in TypeScript code), Palla enables constrained sampling to significantly improve compilation rates and output validity without retraining models.
🧠 Llama
AINeutralarXiv – CS AI · Apr 66/10
🧠Researchers introduce StructEval, a comprehensive benchmark for evaluating Large Language Models' ability to generate structured outputs across 18 formats including JSON, HTML, and React. Even state-of-the-art models like o1-mini only achieve 75.58% average scores, with open-source models performing approximately 10 points lower.