Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

12

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

12 results for “classical planning”

Learn how ShareScore rates datasets ↗
zenodo40/100

Data of the PhD thesis "Merge-and-Shrink Abstractions for Classical Planning: Theory, Strategies, and Implementation"

<p>This data set contains raw data and parsed data of all experiments [1] run for the PhD thesis. They were generated using lab (see https://doi.org/10.5281/zenodo.399255).</p> <p>The raw data files (sievers-phd2017-raw-data-part*.tar.gz) contain a subdirectory for each experiment, each containing a subdirectory for each planner run of the experiment, distributed over the directories runs-*. For each run, there are the input PDDL files, domain.pddl and problem.pddl, the compressed output as generated by the translator component of Fast Downward (output.sas.xz), the run log file &quot;run.log&quot; (stdout), possibly also a run error file &quot;run.err&quot; (stderr), and the run script &quot;run&quot; used to start the experiment. The latter cannot be directly used, however, because the directory containing source code and build (compiled object files) have been removed for space reasons. The code is publicly available under https://doi.org/10.5281/zenodo.1163381. The (lab) scripts for parsing run.log are also available in the main directory of each experiment. All other scripts and a corresponding lab version are available on request.</p> <p>For each raw data experiment, the parsed data file (sievers-phd2017-parsed-data.tar.gz) also contains a directory of the same name, with &quot;-eval&quot; appended. It contains a single file called &quot;properties&quot; that combines all of the experiment&#39;s parsed data (which can be and was generated from the raw data using lab and the parser scripts). They are in the json format and can be used for easy manipulation of the data. The directories with the prefix &quot;paper-&quot; and &quot;talk-&quot; are combinations of other directories (using the &quot;fetch&quot; mechanism of lab). It is recommended to use these, because due to technical errors, the original eval directories do not contain all runs of all planners (to be more precise: they contain all runs, but a subset of the planner have not been started in these experiments for technical errors and thus considered not solving the task). The missing ones have been run separately, see the directories with &quot;missing-runs&quot; in their name. This is also the reason some of these directories (&quot;paper-&quot;, &quot;talk-&quot;) contain files named &quot;old-properties&quot; and &quot;fixed-properties&quot; besides the actual &quot;properties&quot;. &quot;old-properties&quot; are those with missing/faulty runs, &quot;fixed-properties&quot; are as &quot;old-properties&quot;, however with the data of faulty runs removed, and &quot;properties&quot; are as &quot;fixed-properties&quot;, however with the addition of the fixed missing runs (in fact, these always contain *all* fixed missing runs of all experiments, for technical reasons).</p> <p>The file sievers-phd2017-parsed-data-all-and-random-merge-strategies.tar.gz contains parsed data of earlier experiments (see [1]), for which no raw data has been archived. The directories contain properties files in the json format.</p> <p>[1] except raw data for the parsed data &quot;sota-symba-spmas-eval&quot; (which in the meantime was added to a separate data set available under https://doi.org/10.5281/zenodo.1189912) and all re-used experiments from the paper &quot;An Analysis of Merge Strategies for Merge-and-Shrink Heuristics&quot; (Silvan Sievers, Martin Wehrle and Malte Helmert, ICAPS 2016), for which the raw data was too large to be archived.</p>

opencc-by-4.0Feb 2018View details →
zenodo40/100

Dataset used in the paper "Merge-and-Shrink Heuristics for Classical Planning: Efficient Implementation and Partial Abstractions"

<p>This dataset contains all raw and processed data used in the paper. It has been generated using Downward-Lab (see https://doi.org/10.5281/zenodo.399255).</p> <p>Directories without the &quot;-eval&quot; ending contain raw data, distributed over a subdirectory for each experiment. Each of these contain a subdirectory tree structure &quot;runs-*&quot; where each planner run has its own directory. For each run, there are the input PDDL files, domain.pddl and problem.pddl, the compressed output as generated by the translator component of Fast Downward (output.sas.xz), the run log file &quot;run.log&quot; (stdout), possibly also a run error file &quot;run.err&quot; (stderr), the run script &quot;run&quot; used to start the experiment, and a &quot;properties&quot; file that contains data parsed from the log file(s).</p> <p>Directories with the &quot;-eval&quot; ending contain a &quot;properties&quot; file, which contains a JSON directory with combined data of all runs of the corresponding experiment. In essence, the properties file is the union over all properties files generated for each individual planner run.</p> <p>To process the data further, we used the scripts available in the software bundle of the paper: https://doi.org/10.5281/zenodo.1290524</p>

opencc-by-4.0Jun 2018View details →
zenodo36/100

Additional data of the PhD thesis "Merge-and-Shrink Abstractions for Classical Planning: Theory, Strategies, and Implementation"

<p>The original data set for the thesis &quot;Merge-and-Shrink Abstractions for Classical Planning: Theory, Strategies, and Implementation&quot; by Sievers, 2017, available under https://doi.org/10.5281/zenodo.1164137, accidentally did not include the data of one experiment, namely the raw data of the parsed data contained in &quot;sota-symba-spmas-eval&quot;. It can be found in this data set.</p>

opencc-by-4.0Mar 2018View details →
zenodo36/100

Experimental data from the PhD thesis "Counterexample-guided Cartesian Abstraction Refinement and Saturated Cost Partitioning for Optimal Classical Planning"

<p>The three data sets contain the raw experiment data, parsed values and basic reports for the three parts of the thesis. For each experiment there are two directories. The first directory contains the raw data of all experiment runs. The code directories and benchmark files&nbsp;have been removed to avoid duplication and&nbsp;save space. The second directory (*-eval) contains &quot;properties&quot; file with all parsed values and an HTML report.</p>

opencc-by-4.0Mar 2018View details →
zenodo36/100

Experimental data of the paper "Counterexample-Guided Abstraction Refinement for Pattern Selection in Optimal Classical Planning"

<p>This dataset contains experimental data used in the paper. They were generated<br> using Downward-Lab (see https://doi.org/10.5281/zenodo.399255). The scripts<br> used to run the experiments can be found in the software bundle for this paper<br> (see https://doi.org/10.5281/zenodo.2628703).</p> <p>Directories without the &quot;-eval&quot; ending contain raw data, distributed over a<br> subdirectory for each experiment. Each of these contain a subdirectory tree<br> structure &quot;runs-*&quot; where each planner run has its own directory. For each run,<br> there are symbolic links to the input PDDL files domain.pddl and problem.pddl<br> (can be resolved by putting the benchmarks directory to the right place), the<br> run log file &quot;run.log&quot; (stdout), possibly also a run error file &quot;run.err&quot;<br> (stderr), the run script &quot;run&quot; used to start the experiment, and a &quot;properties&quot;<br> file that contains data parsed from the log file(s).</p> <p>Directories with the &quot;-eval&quot; ending contain a &quot;properties&quot; file, which contains<br> a JSON directory with combined data of all runs of the corresponding<br> experiment. In essence, the properties file is the union over all properties<br> files generated for each individual planner run.</p>

opencc-by-4.0Apr 2019View details →
zenodo36/100

Experimental data and benchmarks of the paper "Merge-and-Shrink Task Reformulation for Classical Planning"

<p>This dataset contains both benchmarks and data used in the paper.</p> <p>PDDL benchmark files can be found in the file optimal-strips-benchmarks.tar.gz<br> and satisficing-strips-benchmarks.tar.gz, which contain the STRIPS domains from<br> the sequential optimal/satisficing tracks of all IPCs as collected in the<br> repository https://bitbucket.org/aibasel/downward-benchmarks.</p> <p>All other files in this dataset contain raw and processed data of all<br> experiments, which were generated using Downward-Lab (see<br> https://doi.org/10.5281/zenodo.399255). The scripts used to run the experiments<br> can be found in the software bundle for this paper (see<br> https://doi.org/10.5281/zenodo.3232878).</p> <p>Directories without the &quot;-eval&quot; ending contain raw data, distributed over a<br> subdirectory for each experiment. Each of these contain a subdirectory tree<br> structure &quot;runs-*&quot; where each planner run has its own directory. For each run,<br> there are symbolic links to the input PDDL files domain.pddl and problem.pddl<br> (can be resolved by putting the benchmarks directory to the right place), the<br> run log file &quot;run.log&quot; (stdout), possibly also a run error file &quot;run.err&quot;<br> (stderr), the run script &quot;run&quot; used to start the experiment, and a &quot;properties&quot;<br> file that contains data parsed from the log file(s).</p> <p>Directories with the &quot;-eval&quot; ending contain a &quot;properties&quot; file, which contains<br> a JSON directory with combined data of all runs of the corresponding<br> experiment. In essence, the properties file is the union over all properties<br> files generated for each individual planner run.</p>

opencc-by-4.0Jun 2019View details →
zenodo32/100

Data for domains without generator for the ICAPS 2021 paper "Automatic Instance Generation for Classical Planning"'

<p>This dataset contains raw data (log files) and parsed data (JSON files) of all planners used in the paper run on planning domains for which there is no generator that could directly be used for the Autoscale training process. This dataset was used to select a subset of tasks as described in the paper, for all Autoscale versions up to this point (Autoscale 21.08 and 21.11). As such, it complements the original Zenodo entry https://zenodo.org/record/4586397.</p> <p>domains-without-generator.zip contains the raw experimental data, distributed over a subdirectory for each experiment. Each of these contain a subdirectory tree structure &quot;runs-*&quot; where each planner run has its own directory. For each run, there are symbolic links to the input PDDL files domain.pddl and problem.pddl (can be resolved by putting the benchmarks directory to the right place), the run log file &quot;run.log&quot; (stdout), possibly also a run error file &quot;run.err&quot; (stderr), the run script &quot;run&quot; used to start the experiment, and a &quot;properties&quot; file that contains data parsed from the log file(s).</p> <p>domains-without-generator-eval.zip contains the parsed data, again distributed over a subdirectory for each experiment. Each contains a &quot;properties&quot; file, which is a JSON file with combined data of all runs of the corresponding experiment. In essence, the properties file is the union over all properties files generated for each individual planner run.</p>

opencc-by-4.0Jun 2022View details →
zenodo32/100

Experimental data from the paper "Counterexample-guided Cartesian Abstraction Refinement for Classical Planning"

<p>The data set&nbsp;contains the raw experiment data, parsed values and basic reports for the experiments&nbsp;in the paper. For each experiment there are two directories. The first directory contains the raw data of all experiment runs. The code directories and benchmark files&nbsp;have been removed to avoid duplication and&nbsp;save space. The second directory (*-eval) contains a &quot;properties&quot; file with all parsed values and an HTML report.</p>

opencc-by-4.0May 2018View details →
zenodo32/100

Experimental data from the paper "Subset-Saturated Cost Partitioning for Optimal Classical Planning"

<p>The data set&nbsp;contains the raw experiment data, parsed values and basic reports for the experiments&nbsp;in the paper. For each experiment there are two directories. The first directory contains the raw data of all experiment runs. The code directories and benchmark files&nbsp;have been removed to avoid duplication and&nbsp;save space. The second directory (*-eval) contains a &quot;properties&quot; file with all parsed values and an HTML report.</p>

opencc-by-4.0Mar 2019View details →
zenodo32/100

Experimental data from the IJCAI 2019 paper "Pattern Selection for Optimal Classical Planning with Saturated Cost Partitioning"

<p>This data set&nbsp;contains the raw experiment data, parsed values and basic reports for the experiments&nbsp;in the paper. For each experiment there are two directories. The first directory contains the raw data of all experiment runs. The code directories and benchmark files&nbsp;have been removed to avoid duplication and to save space. The second directory (*-eval) contains a &quot;properties&quot; file with all parsed values and an HTML report.</p>

opencc-by-4.0May 2019View details →
zenodo32/100

Experimental data from the JAIR 2020 paper "Saturated Cost Partitioning for Optimal Classical Planning"

<p>This data set&nbsp;contains the raw experiment data, parsed values and basic reports for the experiments&nbsp;in the paper. For each experiment there are two directories. The first directory contains the raw data of all experiment runs. The code directories and benchmark files&nbsp;have been removed to avoid duplication and to save space. The second directory (*-eval) contains a &quot;properties&quot; file with all parsed values and an HTML report.</p>

opencc-by-4.0Oct 2019View details →
ClinicalTrials.gov24/100

The Effect of Digital and Classical Education Based on Planned Behavior Theory Given to Mothers in the Risk Group on Their Self-Efficacy in Identifying Safety Measures and First Aid for Home Accidents

ClinicalTrials.gov study NCT06981416. IPD Sharing: NO. Countries: 1. Publications: 0.

closedIPD-NOFeb 2026View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record