paperbot · PL 论文追踪

RSS

Synthesizing DSLs for Few-Shot Learning

OOPSLA 9(OOPSLA2)2025
Paul Krogmeier, P. Madhusudan

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

原文摘要(Abstract)

We study the problem of synthesizing domain-specific languages (DSLs) for few-shot learning in symbolic domains. Given a base language and instances of few-shot learning problems, where each instance is split into training and testing samples, the DSL synthesis problem asks for a grammar over the base language that guarantees that small expressions solving training samples also solve corresponding testing samples. We prove that the problem is decidable for a class of languages whose semantics over fixed structures can be evaluated by tree automata and when expression size corresponds to parse tree depth in the grammar, and, furthermore, the grammars solving the problem correspond to a regular set of trees. We also prove decidability results for variants of the problem where DSLs are only required to express solutions for input learning problems and where DSLs are defined using macro grammars.

链接与引用

DOI 原文 ·

BibTeX
@article{paperbot2961,
  title = {Synthesizing DSLs for Few-Shot Learning},
  author = {Paul Krogmeier and P. Madhusudan},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {9},
  number = {OOPSLA2},
  year = {2025},
  doi = {10.1145/3763073}
}