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.

677

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

677 results for “Replication package”

Learn how ShareScore rates datasets ↗
zenodo36/100

Replication package for "Method Chaining Redux: An Empirical Study of Method Chaining in Java, Kotlin, and Python"

<p>This dataset includes scripts and data files used to generate all analysis and results from the paper.&nbsp; A <strong>README.md</strong> file is included for details on using the scripts.</p> <p>The dataset is quite large.&nbsp; It is broken down into three archives.&nbsp; All scripts are in <strong>replication-pkg.zip</strong> and the other 2 files only contain data.&nbsp; So if you want to just inspect the analysis, you only need that single zip.</p> <p>If you grab the <strong>data-cached.zip</strong> file&nbsp;and extract it, it will need around 3GB of space.&nbsp; This is the processed dataset stored in Parquet files.&nbsp; Use this if you want to just recreate the tables/figures from the paper.</p> <p>If you want to make changes to the analyses, you will need the raw data in <strong>data-raw.zip</strong>.&nbsp; This will need around 29GB of space once extracted.&nbsp; If you then generate the CSV files from those TXT files (which you will need to do for any custom analysis), you will need an additional 22GB of space.</p>

opencc-by-4.0Jan 2023View details →
zenodo36/100

[Replication package] Explainable Human-Machine Teaming using Model Checking and Interpretable Machine Learning

<p>Anonymized replication package of submission #1917: &quot;Explainable Human-Machine Teaming using Model Checking and Interpretable Machine Learning&quot;.</p> <p>See README.md for further instructions.</p>

opencc-by-4.0Jan 2023View details →
zenodo36/100

Code Review of Build System Specifications: Prevalence, Purposes, Patterns, and Perceptions (Replication Package)

<p>Online appendix for &quot;Code Review of Build System Specifications: Prevalence, Purposes, Patterns, and Perceptions&quot;, in the Proceedings of the&nbsp;International Conference on Software Engineering (ICSE), 2023.&nbsp;</p>

opencc-by-4.0Sep 2022View details →
zenodo36/100

Reaction Data - Replication Package

<p><strong>Reaction Data - Replication Package:</strong> Contains four .py files to collect for each of the six studied projects :</p> <ul> <li>The reactions on the pull requests</li> <li>The reactions on the pull requests&#39; comments</li> <li>The reactions on the comments of the pull requests&#39; reviews</li> <li>The reactions on the comments of the pull requests&#39; commits Additionally, this package contains all the data used in the quantitative and qualitative analyses.</li> </ul>

opencc-by-4.0Feb 2023View details →
zenodo36/100

Qualitative Analyses - Replication Package

<p><strong>Qualitative Analyses - Replication Package:</strong> Contains 4 csv files for:</p> <ul> <li>The manual classification of pull requests in RQ1</li> <li>The qualitative analysis of negative reactions in RQ1</li> <li>The qualitative analysis of positive reactions in RQ1</li> <li>The qualitative analysis on the five categories of reactors in RQ2</li> </ul>

opencc-by-4.0Feb 2023View details →
zenodo36/100

Pull Request Classification - Replication Package

<p><strong>Pull Request Classification - Replication Package:</strong> Contains two .java files (Heuristics.java and a helper class, namely Formatter.java) for the classification of pull request into the eight categories (i.e., bug, feature, test, resources, refactoring, merge, deprecate and others). Additionally, the results of the classification are presented in .csv files.</p>

opencc-by-4.0Feb 2023View details →
zenodo36/100

Replication package for the paper: "Towards Effective Gamification of Existing Systems: Method and Experience Report"

<p>This is the replication package for the paper: "Towards Effective Gamification of Existing Systems: Method and Experience Report", submitted to Software Quality Journal.</p> <p>It contains all the artifacts used to conduct our study.</p>

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

Replication package for "Bilateral Trade Imbalances"

<p>Replication package for</p> <p>Cu&ntilde;at, A., and R. Zymek. &quot;Bilateral Trade Imbalances&quot;, Review of Economic Studies (forthcoming).</p> <p>The package contains raw data and STATA .do-files that permit the replication of all steps in the production of the key outputs in the accepted version of the paper, as well as those outputs.</p>

opencc-by-4.0Feb 2023View details →
zenodo36/100

Replication package for: "The Intergenerational Transmission of World War I on Female Labour"

<p>Replication package for: Gay, Victor. 2023. &quot;The Intergenerational Transmission of World War I on Female Labor.&quot; The Economic Journal.</p>

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

# Blocks? Graphs? Why Not Both? Designing and Evaluating a Hybrid Programming Environment for End-users: Replication Package

<p><strong>Blocks? Graphs? Why Not Both? Designing and Evaluating a Hybrid Programming Environment for End-users: Replication Package</strong></p> <p>This repository contains supplementary materials for the paper &quot;Blocks? Graphs? Why Not Both? Designing and Evaluating a Hybrid Programming Environment for End-users&quot;. We provide this data for transparency reasons and to support replications of our experiemnts.</p> <p><em>Note: This package is anonymized for peer review purposes. We will provide contact information for the authors at a later date. We also plan to add interactive versions of our tasks and tutorials in an updated version to allow readers easier exploration/experimentation.</em></p> <p><strong>Summary of files contained in this package</strong></p> <p>This package contains two parts:</p> <ul> <li> <p>The <code>data-analysis/</code> folder contains the raw dataset we collected for our experiment in CSV format, as well as scripts we used for our analyses.</p> <ul> <li>Column <code>ID</code> contains a unique 4-digit identifier for each participant that they were assigned throughout our study.</li> <li>Column <code>Group</code> contains the group (Blocks/Graph) that participants were randomly assigned to.</li> <li>Columns <code>Task1Time</code> and <code>Task2Time</code> contain the time participants spent to complete the two programming tasks of our study in minutes.</li> <li>Columns <code>Task1Success</code> and <code>Task2Success</code> contain a boolean value indicating whether the participants successfully completed the given task. Note that participants had unlimited attempts until they timed out after a strict time limit of 30 minutes, so if a participant was unsuccessful the corresponding time value is 30.</li> <li>Columns <code>Task1Tests</code> and <code>Task2Tests</code> contain the number of times a participant executed their code throughout a task, including their final submission if they were successful.</li> <li>Columns <code>LearnTask</code>, <code>ReadTask</code> and <code>WriteTask</code> contain the scores that participants gave to the task editor component of their assigned programming environment. There are 3 scores for the categories &quot;learnability&quot;, &quot;readability&quot; and &quot;writability&quot;. Scores are on a 5-point scale from 1 (worst) to 5 (best).</li> <li>Columns <code>LearnTrig</code>, <code>ReadTrig</code> and <code>WriteTrig</code> contain the scores that participants gave to the trigger editor component of their assigned programming environment. There are 3 scores for the categories &quot;learnability&quot;, &quot;readability&quot; and &quot;writability&quot;. Scores are on a 5-point scale from 1 (worst) to 5 (best).</li> <li>Columns <code>LearnComp</code>, <code>ReadComp</code> and <code>WriteComp</code> contain the scores that participants gave to their assigned assigned programming environment in direct comparison to the other alternative. There are 3 scores for the categories &quot;learnability&quot;, &quot;readability&quot; and &quot;writability&quot;. Unlike in the paper, where scores are on a scale from -2 to 2, the raw scores here are on a 5-point scale from 1 (strong preference for other environment) to 5 (strong preference for own environment).</li> <li>The script <code>survival.py</code> was used to perform the survival analysis presented in the paper and generate the related figure.</li> <li>The script <code>batplot.py</code> was used to generate the 3x3 grid of ratings used in a figure in the paper.</li> </ul> </li> <li> <p>The <code>materials/</code> folder contains the tutorials and task descriptions we presented to study participants. It also contains the exact wording of pre-screening and post-experiemental survey questions.</p> <ul> <li>The image <code>pre-screening.png</code> shows the three pre-screening questions we used to determine whether our participants could be included in our study.</li> <li>The images <code>tutorial1_instructions.png</code> and <code>tutorial1_sim.png</code> contain the instructions and initial simulator state we provided to participants for the first programming tutorial. This tutorial did not provide starter code and was identical for both participant groups.</li> <li>The images <code>tutorial2_instructions.png</code> and <code>tutorial2_sim.png</code> contain the instructions and initial simulator state we provided to participants for the second programming tutorial. This tutorial was identical for both participant groups and provided participants with starter code, which is shown in the images: <ul> <li><code>tutorial2_code_main.png</code> for the main program in the left canvas</li> <li><code>tutorial2_code_move.png</code> for the definition of &quot;Move box to the right&quot;.</li> </ul> </li> <li>The images <code>tutorial3_instructions_blocks.png</code>/<code>tutorial3_instructions_graph.png</code> and <code>tutorial3_sim.png</code> contain the instructions and initial simulator state we provided to participants for the third programming tutorial. This tutorial also provided participants with starter code, which is shown in the images: <ul> <li><code>tutorial3_code_main.png</code> for the main program in the left canvas</li> <li><code>tutorial3_code_pick.png</code> for the definition of &quot;Pick up box&quot;</li> <li><code>tutorial3_code_place.png</code> for the definition of &quot;Place box&quot;</li> </ul> </li> <li>The images <code>task1_instructions.png</code> and <code>task1_sim.png</code> contain the instructions and initial simulator state we provided to participants for the first programming task. The task did not provide starter code and the instructions were identical for both participant groups.</li> <li>The images <code>task2_instructions.png</code> and <code>task2_sim.png</code> contain the instructions and initial simulator state we provided to participants for the second programming task. The instructions were identical for both groups. This task also provided participants with starter code, which is shown in the images: <ul> <li><code>task2_code_main.png</code> for the main program in the left canvas</li> <li><code>task2_code_pick_prog.png</code> for the definition of &quot;Pick up block&quot;</li> <li><code>task2_code_load_trig_blocks.png</code>/<code>task2_code_load_trig_graph.png</code> for the definition of the trigger &quot;Ready to load machine&quot;</li> <li><code>task2_code_load_prog.png</code> for the definition of &quot;Load and activate machine&quot;</li> <li><code>task2_code_finished_trig_blocks.png</code>/<code>task2_code_finished_trig_graph.png</code> for the definition of the trigger &quot;Machine finished&quot;</li> <li><code>task2_code_finished_prog1.png</code> for the definition of &quot;Get block from machine&quot;</li> <li><code>task2_code_finished_prog2.png</code> for the definition of &quot;Place block in bin&quot;</li> </ul> </li> <li>The image <code>usability.png</code> shows the usability questions we used to determine a participant&#39;s rating of their assigned programming environment. The questions were identical for both participant groups.</li> <li>The images <code>comprehension_blocks_1.png</code> and <code>comprehension_blocks_2.png</code> show the program comprehension questions we used to determine whether participants in the Blocks group could understand more complex triggers.</li> <li>The images <code>comprehension_graph_1.png</code> and <code>comprehension_graph_2.png</code> show the program comprehension questions we used to determine whether participants in the Graph group could understand more complex triggers.</li> <li>The images <code>comparison_blocks.png</code> and <code>comparison_graph.png</code> show the images of triggers in the alternative environment that we showed to our participants before choosing their preferred environment. The questions were identical for both participant groups.</li> <li>The image <code>comparison.png</code> shows the questions we used to determine a participant&#39;s preference between the two programming environment alternatives.</li> </ul> </li> </ul>

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

Replication Package for Identifying Self-Admitted Technical Debt in Issue Tracking Systems using Machine Learning

<p>This dataset includes pre-trained word embeddings and a weighted file that can be used to identify self-admitted technical debt (SATD) from issue tracking systems.</p>

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

Replication package for: The Slaughter of the Bison and Reversal of Fortunes on the Great Plains

<p>These files include the code and data to replicate the results for &quot;The slaughter of the bison and reversal of fortunes on the Great Plains&quot; by&nbsp;Donn. L. Feir, Rob Gillezeau, and Maggie EC Jones forthcoming in The Review of Economic Studies.&nbsp;</p>

opencc-by-4.0Jan 2023View details →
zenodo36/100

Replication package for: DEMAND AND WELFARE ANALYSIS IN DISCRETE CHOICE MODELS WITH SOCIAL INTERACTIONS

<p>This replication package includes the dataset and stata code needed to produce the empirical results in the paper.</p>

opencc-by-4.0Dec 2022View details →
zenodo36/100

Replication package for: "WHEN LESS IS MORE: EXPERIMENTAL EVIDENCE ON INFORMATION DELIVERY DURING INDIA'S DEMONETIZATION"

<p>This package contains all data, codes, documentation required to reproduce figures and tables from <em>Banerjee, Breza, Chandrasekhar, &amp; Golub (forthcoming). &quot;When Less is More: Experimental Evidence on Information Delivery During India&#39;s Demonetization&quot; Review of Economic Studies.</em></p>

opencc-by-4.0Jan 2023View details →
zenodo36/100

Replication package for: Resolving Failed Banks: Uncertainty, Multiple Bidding & Auction Design

<p>&quot;Resolving Failed Banks: Uncertainty, Multiple Bidding, and Auction Design,&quot; Jason Allen, Robert Clark, Brent Hickman and Eric Richert, forthcoming, <em>Review of Economic Studies.</em></p> <p>&nbsp;</p> <p>DATA AND CODE NEEDED TO REPLICATE ANALYSIS</p>

opencc-by-4.0Feb 2023View details →
zenodo36/100

Replication Package: A Systematic Mapping Study on Security in Configurable Safety-critical Systems Based on Product-Line Concepts

<p><strong>Welcome to the public repository for the additional content of the paper &quot;A Systematic Mapping Study on Security in Configurable Safety-critical Systems Based on Product-Line Concepts&quot;, accepted at the ICSOFT 2023.</strong></p> <p>This repository provides additional information to the conducted mapping study, including the following files:</p> <ul> <li>fetched_results_ICSOFT2023.csv: sheet containing all papers fetched from IEEEXplore, Scopus, and the ACM Guide to Computing Literature.</li> <li>excluded_paper.csv: sheet containing all excluded papers related to safety-critical systems but not referring to security.</li> <li>analysis_sheet_ICSOFT2023.csv: sheet containing information regarding the analysis results of 44 included papers based on the extraction criteria.</li> </ul>

opencc-by-4.0Jan 2023View details →
zenodo36/100

Replication Package for the paper "AI-based Fault-proneness Metrics for Source Code Changes"

<p>This is the replication package for the paper &quot;<em>AI-based Fault-proneness Metrics for Source Code Changes</em>&quot;, submitted at the <em>IWSM-Mensura &#39;23 </em>conference.</p> <p>The archive is a <em>Docker&nbsp;</em>image file with a fully setup and working environment to re-execute the experiments involved in the manuscript. We pre-loaded all libraries and codeBERT models to ease the replication process and avoid compatibility issues, as the environment cannot be easily managed using <em>Dockerfile</em>s.</p> <p>To run the image, a <em>Docker</em>&nbsp;installation is needed. Once downloaded, from the command line type:</p> <pre><code>docker load -i &lt;/path/to/downloaded/ai-proneness-replication.tar&gt;</code></pre> <p>After the loading process, you can run the container by typing:</p> <pre><code>docker run -it mensura/ai-proneness-replication:1.0</code></pre> <p>All the source code and the dataset to re-execute the experiment is located into the&nbsp;<em>/Replication</em>&nbsp;folder. The folder contains the results of our experimentation in CSV and MS Excel format, along with the following subdirectories:</p> <ul> <li><em>dataset</em>: a replication of the used dataset. The file&nbsp;<em>dataset.csv</em>&nbsp;gives information on all the entries, while the&nbsp;<em>code </em>folder contains a subdirectory for each sample, named by its id. In the folder, the file <em>old.txt&nbsp;</em>and<em>&nbsp;</em><em>new.txt&nbsp;</em>refers to the older and newer version of the method, respectively;&nbsp;<em>gitdiff.txt </em>stores the raw <em>git-diff</em>&nbsp;command output, while&nbsp;<em>diff.html</em>&nbsp;stores a more human-readable version of the differences.</li> <li><em>ai-fault-proneness-tk-replication</em>: the Java code used to apply Tree Kernel techniques on the dataset (we used JDK-11, embedded within the container). To build and execute the package, refer to the file&nbsp;<em>README.md</em>&nbsp;in the folder. For convenience, we also provided an executable&nbsp;JAR file&nbsp;<em>ai-fault-proneness-tk-replication-1.0-jar-with-dependencies.jar </em>that can be run directly and saves the output in a CSV file in the&nbsp;<em>results</em>&nbsp;folder of the replication package.</li> <li><em>code-embeddings-and-analysis</em>: python scripts to execute the <em>codeBERT</em>-based approaches and to extract the&nbsp;<em>diff</em>&nbsp;statistics. To execute all the steps, a convenience shell script&nbsp;<em>execute.sh</em>&nbsp;has been pre-loaded and can be executed to automatize all the process.</li> </ul>

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

Towards a Catalog of Refactorings for Elixir [Replication Package]

<p>Replication Package of the paper accepted into ICSME NIER 2023</p>

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

Replication package of "How Do Deep Learning Faults Affect AI-Enabled Cyber-Physical Systems in Operation? A Preliminary Study Based on DeepCrime Mutation Operators"

<p>Cyber-Physical Systems (CPSs) combine digital cyber technologies with physical processes. As in any other software system, in the case of CPSs, the use of Artificial Intelligence (AI) techniques in general, and Deep Neural Networks (DNNs) in particular, is contantly increasing. While recent studies have considerably advanced the field of testing AI-enabled systems, it has not yet been investigated how different Deep Learning (DL) bugs affect AI-enabled CPSs in operation. This work-in-progress paper presents a preliminary evaluation on how such bugs can affect CPSs in operation by using a mobile robot as a case study system. For that, we generated DL mutants by using operators proposed by Humbatova et al., which are operators based on real-world DL faults. Our preliminary investigation suggests that such bugs are more difficult to detect when they are deployed in operation rather than when testing their DNN in an off-line setup, which contrast with related studies.</p> <p>&nbsp;</p> <p>This repository provides the replication data employed in our study.</p>

opencc-by-4.0Oct 2023View details →
zenodo36/100

Replication package for: "Corrupted by Algorithms? How AI-generated and Human-written Advice Shape (Dis)honesty"

<p>Package to the following paper:</p> <p>Leib, M; K&ouml;bis, N; Rilke, R M; Hagens, M; Irlenbusch, B (2023)&nbsp; Corrupted by Algorithms? How AI-generated and Human-written Advice Shape (Dis)honesty</p>

opencc-by-4.0Jul 2023View 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