program-synthesis

Tag

Cards List
#program-synthesis

Proof-Carrying Cognition: Closing the Verification Gap with Reality-Settled Reward

arXiv cs.AI · 9h ago Cached

This paper identifies the verification gap as a key constraint in AI reasoning progress, provides theoretical and empirical analysis of verifier soundness trade-offs, and introduces proof-carrying cognition to enhance reward settlement in reinforcement learning.

0 favorites 0 likes
#program-synthesis

I gave a repair tool exactly one worked example. It inferred the rest and fixed 5/5 bugs in code it had never seen — 4 CPU instructions, zero tokens.[p]

Reddit r/MachineLearning · 2026-08-23

A repair tool that infers fixes from a single worked example and successfully repairs 5 out of 5 bugs in unseen code using only 4 CPU instructions and zero tokens, with exhaustive verification.

0 favorites 0 likes
#program-synthesis

ClosureBench: A Constructive Benchmark for Compositional Graph Reasoning

arXiv cs.LG · 2026-08-20 Cached

ClosureBench is a constructive benchmark for evaluating language models on compositional graph reasoning tasks, revealing that frontier models degrade with complexity while a fine-tuned model maintains performance through program synthesis.

0 favorites 0 likes
#program-synthesis

aDSL: Agentic 3D Creation via Joint Agent-Program Design

Hugging Face Daily Papers · 2026-08-18 Cached

The paper introduces aDSL, a co-designed domain-specific language and multi-agent system that improve LLM-driven 3D program synthesis through relational operators and iterative feedback, enhancing robustness and controllability in 3D content creation.

0 favorites 0 likes
#program-synthesis

Can recurring LLM traces be synthesized into deterministic pipelines of typed ML and NLP operators? [D]

Reddit r/MachineLearning · 2026-08-06

The article investigates whether recurring LLM workloads can be replaced by automatically synthesized deterministic pipelines of typed ML/NLP operators, and asks for feedback on feasibility and approaches.

0 favorites 0 likes
#program-synthesis

Towards Bottom-Up Enumeration in miniKanren via Pruning and Memoization

Hacker News Top · 2026-08-03 Cached

This paper introduces two library combinators, prune and defrel/bank, that bring bottom-up enumeration with observational deduplication to miniKanren relational programming, improving program-by-example synthesis performance.

0 favorites 0 likes
#program-synthesis

Lossless Tensor Compression as Program Synthesis

Hugging Face Daily Papers · 2026-08-03 Cached

This paper introduces Brevis, a lossless tensor compression method that formulates compression as program synthesis using a typed DSL. It achieves 33.93% storage reduction on public checkpoints and outperforms general-purpose and tensor-specific compressors.

0 favorites 0 likes
#program-synthesis

SpecFirst: Behavioral Specification Elicitation as a First-Class Step in Agent-Based Program Synthesis from Scratch

Hugging Face Daily Papers · 2026-07-29 Cached

SpecFirst proposes making behavioral specification elicitation a first-class step in agent-based program synthesis, separating it from exploration and coding. Evaluated on 200 program instances, it significantly improves test pass rates and binary exploration coverage across multiple models.

0 favorites 0 likes
#program-synthesis

MindForge: Teaching Small Language Models Whole-Life-Cycle Software Engineering via Source-Free Program Synthesis

Hugging Face Daily Papers · 2026-07-29 Cached

MindForge is an automated pipeline that converts open-source command-line programs into source-free training environments for small language models. Fine-tuning Qwen3.6-27B on trajectories generated by GLM-5.2 significantly improves its performance on software engineering benchmarks, achieving results comparable to larger models.

0 favorites 0 likes
#program-synthesis

ARCANA: A Reflective Multi-Agent Program Synthesis Framework for ARC-AGI-2 Reasoning

arXiv cs.AI · 2026-07-13 Cached

ARCANA is a reflective multi-agent framework that decomposes ARC-AGI-2 abstract reasoning tasks into iterative perception, hypothesis generation, symbolic execution, and reflective refinement, improving reasoning efficiency under strict constraints.

0 favorites 0 likes
#program-synthesis

@AnimaAnandkumar: Excited to share four Lean-related papers from our group at @icmlconf workshops in Math and Physics! Together, these wo…

X AI KOLs Timeline · 2026-07-09 Cached

Anima Anandkumar announces four Lean-related papers from their group at ICML workshops, covering verified ML systems, functional program synthesis, proof assistant interoperability, and scientific reasoning, positioning Lean as infrastructure for AI.

0 favorites 0 likes
#program-synthesis

Cost-Effective Agent Harnesses for Abstract Reasoning and Generalization on ARC-AGI-1

arXiv cs.AI · 2026-07-09 Cached

This paper presents cost-effective agent harnesses for ARC-AGI-1 that achieve strong performance using DeepSeek V3.2 without fine-tuning, via an Explorer-Definer Pipeline and a Reflective Orchestrator, achieving 67.25% pass@2 at low cost.

0 favorites 0 likes
#program-synthesis

@fchollet: Eventually, much of AI will converge towards intuition-guided symbolic world modeling, i.e. deep learning-guided progra…

X AI KOLs Timeline · 2026-07-02

François Chollet predicts AI will converge towards intuition-guided symbolic world modeling, specifically deep learning-guided program synthesis, which allows systems to build compact, reusable, and generalizable mental models from minimal data.

0 favorites 0 likes
#program-synthesis

AlgoEvolve: LLM-driven Meta-evolution of Algorithmic Trading Programs

arXiv cs.AI · 2026-06-26 Cached

Introduces AlgoEvolve, an LLM-driven evolutionary framework that generates and iteratively improves algorithmic trading strategies, with a meta-evolutionary outer loop that evolves prompts to guide the inner loop synthesis.

0 favorites 0 likes
#program-synthesis

Interpreting Neural Combinatorial Optimization via Evolving Programmatic Bottlenecks

arXiv cs.AI · 2026-06-20 Cached

Introduces Evolving Programmatic Bottlenecks (EPB), a framework for interpreting neural combinatorial optimization policies by distilling black-box models into human-readable program portfolios using LLM-guided evolution.

0 favorites 0 likes
#program-synthesis

Human Judgment as a Specification

Hacker News Top · 2026-06-17 Cached

Discusses the need for formal specifications in AI-generated code and introduces PICK, a tool that leverages human judgment to help programmers specify desired properties for LLM-generated regular expressions.

0 favorites 0 likes
#program-synthesis

Lifting E-Graphs

Lobsters Hottest · 2026-06-13 Cached

The article presents 'Lifting E-Graphs', a refined approach to e-graphs that explicitly encodes the context (dimension) of functions to resolve issues with variable naming, missed sharing, and accidental over-sharing, based on a semantic model of functions from R^n to R.

0 favorites 0 likes
#program-synthesis

ReSyn: A Generalized Recursive Regular Expression Synthesis Framework

Hugging Face Daily Papers · 2026-06-13 Cached

ReSyn is a generalized recursive framework for synthesizing regular expressions from examples, aiming to improve upon existing synthesis techniques.

0 favorites 0 likes
#program-synthesis

Counterexample Guided Learning in the Large using Reasoning Agents

arXiv cs.LG · 2026-06-11 Cached

This paper proposes using counterexample-guided learning for LLMs to perform regular-expression induction, where a verifier provides counterexamples to refine candidate expressions. The method significantly improves sample efficiency and success rates on challenging tasks, demonstrating that LLMs can benefit from structured feedback beyond treating it as additional data.

0 favorites 0 likes
#program-synthesis

Semantic Reification: A new paradigm for random program generation

Lobsters Hottest · 2026-06-05 Cached

Introduces Semantic Reification, a new paradigm for random program generation, as detailed in this research paper.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback