paperbot · PL 论文追踪

RSS

Recursive Program Synthesis using Paramorphisms

PLDI 8(PLDI)2024
Qiantan Hong, Alex Aiken

尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。

原文摘要(Abstract)

We show that synthesizing recursive functional programs using a class of primitive recursive combinators is both simpler and solves more benchmarks from the literature than previously proposed approaches. Our method synthesizes paramorphisms, a class of programs that includes the most common recursive programming patterns on algebraic data types. The crux of our approach is to split the synthesis problem into two parts: a multi-hole template that fixes the recursive structure, and a search for non-recursive program fragments to fill the template holes.

链接与引用

DOI 原文 ·

BibTeX
@article{paperbot2508,
  title = {Recursive Program Synthesis using Paramorphisms},
  author = {Qiantan Hong and Alex Aiken},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {8},
  number = {PLDI},
  year = {2024},
  doi = {10.1145/3656381}
}