PSB2: The Second Program Synthesis Benchmark Suite
收藏Zenodo2021-04-10 更新2026-05-25 收录
下载链接:
https://zenodo.org/record/4678740
下载链接
链接失效反馈官方服务:
资源简介:
<strong>General Program Synthesis Benchmark Suite Datasets</strong> Version 1.0 This repository contains datasets for the 25 problems described in the paper <em>PSB2: The Second Program Synthesis Benchmark Suite</em>. These problems come from a variety of sources, and require a range of programming constructs and datatypes to solve. These datasets are designed to be usable for any method of performing general program synthesis, including and not limited to inductive program synthesis and evolutionary methods such as genetic programming. <strong>Use</strong> Each problem in the benchmark suite is located in a separate directory in the `datasets` directory. For each problem, we provide a set of `edge` cases and a set of `random` cases. The `edge` cases are hand-chosen cases representing the limits of the problem. The `random` cases are all generated based on problem-specific distributions. For each problem, we included exactly 1 million `random` cases. A typical use of these datasets for a set of runs of program synthesis would be: - For each run, use every `edge` case in the training set<br> - For each run, use a different, randomly-sampled set of `random` cases in the training set.<br> - Use a larger set of `random` cases as an unseen test set. <strong>Dataset format</strong> Each edge and random dataset is provided in three formats: CSV, JSON, and EDN, with all three formats containing identical data. The CSV files are formatted as follows: - The first row of the file is the column names.<br> - Each following row corresponds to one set of program inputs and expected outputs.<br> - Input columns are labeled `input1`, `input2`, etc., and output columns are labeled `output1`, `output2`, etc.<br> - In CSVs, string inputs and outputs are double quoted when necessary, but not if not necessary. Newlines within strings are escaped.<br> - Columns in CSV files are comma-separated. The JSON and EDN files are formatted using the JSON Lines standard (adapted for EDN).<br> Each case is put on its own line of the data file. The files should be read line-by-line and each parsed into an object/map using a JSON/EDN parser. <strong>Citation</strong> If you use these datasets in a publication, please cite the paper <em>PSB2: The Second Program Synthesis Benchmark Suite</em> and include a link to this repository. BibTeX entry for paper: <pre><code>@InProceedings{Helmuth:2021:GECCO, author = "Thomas Helmuth and Peter Kelly", title = "{PSB2}: The Second Program Synthesis Benchmark Suite", booktitle = "GECCO '21: Proceedings of the 2021 Annual Conference on Genetic and Evolutionary Computation", year = "2021", isbn13 = "978-1-4503-8350-9", organisation = "SIGEVO", address = "Lille, France", URL = "http://doi.acm.org/10.1145/3449639.3459285", DOI = "10.1145/3449639.3459285", publisher = "ACM", publisher_address = "New York, NY, USA", }</code></pre>
提供机构:
Zenodo创建时间:
2021-04-10



