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.

21

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

21 results for “debugging”

Learn how ShareScore rates datasets ↗
zenodo48/100

Debugging Questionnaire Dataset

<pre>We conducted an online questionnaire with 102 participants where we asked them about a recently fixed bug. The collected data contains for each bug failure and fault types, the time required to reproduce, localize, and correct the bug, the amount of necessary code changes, and the used debugging method. </pre>

opencc-by-4.0Jan 2021View details →
zenodo48/100

TDA4ContextualEmbeddings - Public - Debug Data for the codebase of the publication "Local Topology Measures of Contextual Language Model Latent Spaces With Applications to Dialogue Term Extraction"

<p>Debug dataset for testing the <a href="https://gitlab.cs.uni-duesseldorf.de/general/dsml/tda4contextualembeddings-public">codebase</a> of the paper <a href="https://doi.org/10.18653/v1/2024.sigdial-1.31">&ldquo;Local Topology Measures of Contextual Language Model Latent Spaces With Applications to Dialogue Term Extraction&rdquo;</a> published at the 25th Meeting of the Special Interest Group on Discourse and Dialogue, Kyoto, Japan (SIGDIAL 2024).</p>

openapache2.0Nov 2024View details →
zenodo44/100

Supplemental Material for a Systematic Literature Review on Benchmarks for Evaluating Debugging Approaches

<p>Bug benchmarks are used in development and evaluation of debugging approaches.&nbsp;Quantitative performance comparison of different debugging approaches is only possible when they have been evaluated on the same dataset or benchmark.&nbsp;However,&nbsp;benchmarks are often specialized towards usage for certain debugging approaches in their contained data,&nbsp;metrics,&nbsp;and artifacts.&nbsp;Such benchmarks can not be easily used on debugging approaches outside their scope as such approach may rely on specific data such as bug reports or code metrics not included in the dataset.&nbsp;Furthermore,&nbsp;benchmarks vary in their size w.r.t.&nbsp;the number of subject programs and the size of the individual subject programs.&nbsp;For these reasons,&nbsp;we have performed a systematic literature review where we have identified 73 benchmarks that can be used to evaluate debugging approaches.</p> <p>We compare the different benchmarks with respect to their size and the provided information such as bug reports,&nbsp;contained test cases,&nbsp;and other code metrics.&nbsp;Furthermore,&nbsp;we have investigated how well the benchmarks realize the&nbsp;<a href="https://www.go-fair.org/fair-principles/">FAIR guiding principles</a>.&nbsp;This comparison is intended to help researchers to quickly identify all suitable benchmarks for evaluating their specific debugging approaches.&nbsp;More information can be found in the publication:</p> <blockquote> <p>Thomas Hirsch and Birgit Hofer: &quot;A Systematic Literature Review on Benchmarks for Evaluating Debugging Approaches&quot;, Journal of Systems and Software,&nbsp;in press, 2022.</p> </blockquote>

opencc-by-4.0Apr 2022View details →
zenodo44/100

Spreadsheet Debugging: The Perils of Tool Over-reliance

<p>Spreadsheets are widely used in organizations for various purposes such as data&nbsp;aggregation, reporting and decision-making. Since spreadsheets, like other types of&nbsp;software, can contain faulty formulas, it is important to provide developers with&nbsp;appropriate methods to find and fix such faults. Recently, various heuristic and&nbsp;statistics-based fault identification methods were proposed, which point developers to&nbsp;potentially faulty parts of the spreadsheets. Due to their heuristic nature, these&nbsp;methods might, however, miss some faults. As a result, if spreadsheet developers rely&nbsp;too strongly on these methods, they might not pay sufficient attention to problems that&nbsp;are not pinpointed by the methods. In this research, we are the first to study this&nbsp;potential problem of over-reliance in spreadsheet debugging, which may lead to limited&nbsp;debugging effectiveness. We report the outcome of a controlled experiment where 59&nbsp;participants were tasked to find faulty formulas in a given spreadsheet with and without&nbsp;support of a novel spreadsheet debugging tool.&nbsp;</p> <p>The provided dataset&nbsp;contains detailed results of the study, the spreadsheet that was used for the study, and other supporting materials.</p>

opencc-by-4.0Sep 2021View details →
zenodo40/100

A Clustering-Based Approach for Visual Debugging of Concurrent Java Programs

<p>Supplementary Material to: A Clustering-Based Approach for Visual Debugging of Concurrent Java Programs</p>

opencc-by-4.0Jan 2021View details →
zenodo40/100

Evaluation of DebIso, a learning platform for systematic debugging

<p>This is the collection of data, produced during the evaluation of DebIso, a learning platform for systematic debugging.</p> <p>See <a href="https://doi.org/10.1145/3677619.3678105">https://doi.org/10.1145/3677619.3678105</a> for the related publication.</p>

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

Data Set for Article "Verification-Aided Debugging: An Interactive Web-Service for Exploring Error Witnesses", Proc. CAV'16

<p>This is the description of the supplementary archive of example interactive reports for the approach described in the article &quot;Verification-Aided Debugging: An Interactive Web-Service for Exploring Error Witnesses&quot;, Proc. CAV&#39;16.</p> <p>This archive contains a static snapshot of our system that allows the reader to<br> a) experience the features of our web-service without relying on its online availability and<br> b) reproduce the bug reports displayed in this static snapshot by validating the provided witnesses against the source code and the corresponding specifications using CPAchecker.</p> <p>The witness database is available at:<br> &nbsp; static/index.html<br> The supplied verification tasks can be found at:<br> &nbsp; static/programs/<br> The supplied error witnesses are grouped by their corresponding verification tasks and can be found at:<br> &nbsp; static/witnesses/<br> The software verifier CPAchecker is placed at:<br> &nbsp; CPAchecker/</p> <p>To browse the witness database and explore the supplied error reports, we recommend using the Firefox web browser,<br> because not all features of our bug reports are guaranteed to be available in other browsers.</p> <p>Like the supplementary archive originally provided to the reviewers, this witness database contains only a small selection of the witnesses harvested from the &quot;Competition on Software Verification 2016&quot;, because we do not want to burden the reader with an enormous amount of data that likely is not relevant for understanding the concepts. Also, error witnesses produced by some competition candidates that were not even syntactically correct were removed, because they do not add any value to the evaluation. However, the full data is still available online via our web service, for example, the list of witnesses for a verification task can be requested by computing the SHA-1 hash of the verification task&#39;s source code and submitting the following query:<br> &nbsp; http://vcloud.sosy-lab.org/webclient/master/witness?inputFile=&lt;program-hash&gt;<br> The resulting JSON data contains all hashes of witnesses stored for the given program.<br> A witness stored in the database can be requested via its SHA-1 hash by submitting the following query:<br> &nbsp; https://vcloud.sosy-lab.org/webclient/files/&lt;hash&gt;<br> All verification tasks are available at the SV-COMP repository:<br> &nbsp; https://github.com/dbeyer/sv-benchmarks<br> If you use verification tasks from the repository and are interested in validating witnesses produced for SV-COMP &#39;16,<br> please use the &#39;svcomp16&#39; tag, because the tasks and their hashes might have changed since then.</p> <p>You can use CPAchecker to validate a witness for a verification task and generate an error report.<br> First, navigate to the CPAchecker directory:</p> <p>&nbsp; cd CPAchecker/</p> <p>Now, perform the validation by providing the verification task (consisting of specification and program source code) and a witness:</p> <p>&nbsp; scripts/cpa.sh -generateReport -witness-validation \<br> &nbsp;&nbsp;&nbsp; -spec &lt;specification&gt; \<br> &nbsp;&nbsp;&nbsp; &lt;source-code&gt; \<br> &nbsp;&nbsp;&nbsp; -spec &lt;witness&gt;</p> <p>For example:</p> <p>&nbsp;scripts/cpa.sh -generateReport -witness-validation \<br> &nbsp;&nbsp;&nbsp; -spec ../static/programs/loop-acceleration/ALL.prp \<br> &nbsp;&nbsp;&nbsp; ../static/programs/loop-acceleration/array_false-unreach-call3.i \<br> &nbsp;&nbsp;&nbsp; -spec ../static/witnesses/loop-acceleration/array_false-unreach-call3.i/a4572a0c1b505b1d1170b7347e48a2a93cb3f4c1</p> <p>The report will be generated in the subdirectory<br> &nbsp; output/report/</p> <p>&nbsp;</p>

opencc-by-sa-4.0Jul 2016View details →
zenodo40/100

XRP Ledger Consensus Protocol Debug-level Log Traces

<p>A dataset of log traces from the consensus protocol of a <a href="https://github.com/ripple/rippled">rippled server</a> instance. The traces are filtered at the debug (DBG) level. Each file contains a separate trace, representing a full round of the consensus protocol.</p>

opencc-by-4.0Jun 2021View details →
zenodo40/100

Bugs4Q: A Benchmark of Existing Bugs to Enable Controlled Testing and Debugging Studies for Quantum Programs

<p>Realistic benchmarks of reproducible bugs and fixes are vital to good experimental evaluation of debugging and testing approaches.&nbsp;Bugs4Q is a benchmark of forty-two real, manually validated Qiskit bugs from three popular platforms (GitHub, StackOverflow, and Stack Exchange) in programming, supplemented with test cases to reproduce buggy behaviors.&nbsp;Bugs4Q Database allows users to access the bugs we collected directly. Bugs4Q Framework provides interfaces for accessing the buggy and fixed versions of the Qiskit programs and executing the corresponding source code and unit tests, facilitating reproducible empirical studies and comparisons of Qiskit program debugging and testing tools.</p>

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

ClearCausal: Cross Layer Causal Analysis for Automatic Microservice Performance Debugging

<p>Dataset for the paper: <em>ClearCausal: Cross Layer Causal Analysis for Automatic Microservice Performance Debugging.</em></p> <div>&nbsp;</div>

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

Debugging Dataset for Scivision

<p>Zip file dataset with 1 image per sub-directory, to allow debugging of Scivision data loading from non-flat Zenodo zip files</p>

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

Data from: Debugging diversity – a pan‐continental exploration of the potential of terrestrial blood‐feeding leeches as a vertebrate monitoring tool

The use of environmental DNA (eDNA) has become an applicable non-invasive tool with which to obtain information about biodiversity. A sub-discipline of eDNA is iDNA (invertebrate-derived DNA), where genetic material ingested by invertebrates is used to characterise the biodiversity of the species that served as hosts. While promising, these techniques are still in their infancy, as they have only been explored on limited numbers of samples from only a single or a few different locations. In this study, we investigate the suitability of iDNA extracted from more than 3,000 haematophagous terrestrial leeches as a tool for detecting a wide range of terrestrial vertebrates across five different geographical regions on three different continents. These regions cover almost the full geographical range of haematophagous terrestrial leeches, thus representing all parts of the world where this method might apply. We identify host taxa through metabarcoding coupled with high-throughput sequencing on Illumina and IonTorrent sequencing platforms to decrease economic costs and workload and thereby make the approach attractive for practitioners in conservation management. We identified hosts in four different taxonomic vertebrate classes: mammals, birds, reptiles, and amphibians, belonging to at least 42 different taxonomic families. We find that vertebrate blood ingested by haematophagous terrestrial leeches throughout their distribution is a viable source of DNA with which to examine a wide range of vertebrates. Thus, this study provides encouraging support for the potential of haematophagous terrestrial leeches as a tool for detecting and monitoring terrestrial vertebrate biodiversity.

opencc-zeroDec 2017View details →
zenodo32/100

SixthSense: Debugging Convergence Problems in Probabilistic Programs via Program Representation Learning

<p>This is a dataset for our paper: &quot;SixthSense: Debugging Convergence Problems in Probabilistic Programs via Program Representation Learning&quot; published at FASE 2022. Find more details at https://github.com/uiuc-arc/sixthsense</p>

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

Data repository Childprogramming + Debugging + Robotics

<p>Este repositorio de datos alberga informaci&oacute;n sobre las investigaciones realizadas en el marco de dos investigaciones relacionadas y centradas en el fomento del pensamiento computacional en la educaci&oacute;n primaria mediante la metodolog&iacute;a Childprogramming. El repositorio sirve de eje central para almacenar y organizar datos valiosos relativos a la aplicaci&oacute;n de conceptos de depuraci&oacute;n y rob&oacute;tica educativa. Contiene informaci&oacute;n relativa a los proyectos realizados en este &aacute;mbito. Incluye los resultados de los casos de estudio aplicados.</p> <p>&nbsp;</p>

opencc-by-4.0Jul 2023View details →
zenodo32/100

Supplemental material for: Automatic Debugging of Design Faults in MapReduce applications

<p>This is the supplemental material of the paper titled as &ldquo;Automatic Debugging of Design Faults in MapReduce applications&rdquo; published in IEEE Transactions on Software Engineering. <a href="https://doi.org/10.1109/TSE.2024.3369766" target="_blank" rel="noopener">Link</a></p> <p>&nbsp;</p> <p>It contains both the test cases used in the evaluation and the statistical analysis to reproduce the experiments. The supplemental material contains the following files:</p> <ul> <li>1_testCases.zip: all test cases randomly generated for the experiments. The description of the test cases is in ./1_testCases/README.txt</li> <li>2_executionTestCases.zip: the aggregated data obtained after the execution of the test cases in the debugging techniques: fault localization technique (MRDebug-FL), input reduction technique (MRDebug-IR) and the combination of both techniques (MRDebug-IR-FL). The folder contains csv with the results the experimentation unit, and they are detailed in the ./2_executionTestCases/README.pdf file.</li> <li>3_notebook.zip: jupyter notebook that contains the analysis done in the experiments. This notebook allows the interactive execution of statistical test and plots. The instructions to install the notebook are in the file 3_notebook.zip/installation.txt.</li> </ul> <p>&nbsp;</p> <p>To cite this work:&nbsp;</p> <p>J. Mor&aacute;n, A. Bertolino, C. de la Riva and J. Tuya, "Automatic Debugging of Design Faults in MapReduce Applications," in&nbsp;<em>IEEE Transactions on Software Engineering</em>, vol. 50, no. 4, pp. 956-978, April 2024, doi: 10.1109/TSE.2024.3369766</p>

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

Replication package for "An Exploratory Eye Tracking Study on How Developers Classify and Debug Python Code in Different Paradigms"

<p>See the README.md file for more details.</p>

opencc-by-4.0Sep 2023View details →
dryad32/100

Data from: Debugging diversity – a pan‐continental exploration of the potential of terrestrial blood‐feeding leeches as a vertebrate monitoring tool

Open the record for dataset details and reuse information.

publicApr 2018View details →
zenodo28/100

DeSQL: Interactive Debugging of SQL in Data-Intensive Scalable Computing

<p>Anonymous&nbsp;Anonymous&nbsp;Anonymous</p>

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

ClearCausal: Cross Layer Causal Analysis for Automatic Microservice Performance Debugging

<p>Dataset for the paper: <em>ClearCausal: Cross Layer Causal Analysis for Automatic Microservice Performance Debugging.</em></p>

restrictedcc-by-4.0Sep 2024View details →
zenodo12/100

Tracing Data for Unveiling the Energy Vampires: A Methodology for Debugging Software Energy Consumption

Open the record for dataset details and reuse information.

restrictedcc-by-4.0Jul 2024View 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