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.

13

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

13 results for “Code Readability”

Learn how ShareScore rates datasets ↗
zenodo44/100

On the Use of Artificially Degraded Manuscripts for Quality Assessment of Readability Enhancement Methods - Dataset & Code

<p>This object contains the dataset and python code used for the paper:</p> <p>S. Brenner and R. Sablatnig. On the Use of Artificially Degraded Manuscripts for Quality Assessment of Readability Enhancement Methods. Accepted for OAGM Workshop&nbsp; 2019<strong>, </strong>Steyr, Austria.</p> <p>The dataset is a modified subset of the UCL Multispectral Processed Images of Parchment Damage Dataset (<a href="http://dx.doi.org/10.14324/000.ds.1469099">10.14324/000.ds.1469099</a>). The accompanying code documents how the modified version was created and how the evaluations described in the paper were performed.</p>

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

To What Extent Cognitive-Driven Development Improves Code Readability?

<p>Cognitive-Driven Development (CDD) is a coding design technique<br> that aims to reduce the cognitive effort that developers place in<br> understanding a given code unit (e.g., a class). By following CDD de-<br> sign practices, it is expected that the coding units to be smaller, and,<br> thus, easier to maintain and evolve. However, it is so far unknown<br> whether these smaller code units coded using CDD standards are,<br> indeed, easier to understand. In this work we aim to assess to what<br> extent CDD improves code readability. To achieve this goal, we<br> conducted a two-phase study. We start by inviting professional<br> software developers to vote (and justify their rationale) on the most<br> readable pair of code snippets (from a set of 10 pairs); one of the<br> pairs was coded using CDD practices. We received 133 answers.<br> In the second phase, we applied the state-of-the art readability<br> model on the 10-pairs of CDD-driven refactorings. We observed<br> some conflicting results. On the one hand, developers perceived<br> that seven (out of 10) CDD-driven refactorings were more readable<br> than their counterparts; for two other CDD-driven refactorings,<br> developers were undecided, while only in one of the CDD-driven<br> refactorings, developers preferred the original code snippet. On<br> the other hand, we noticed that only one CDD-driven refactorings<br> have better performance readability, assessed by state-of-the-art<br> readability models. Our results provide initial evidence that CDD<br> could be an interesting approach for software design</p>

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

Replication Package for "Improving the Readability of Generated Tests Using GPT-4 and ChatGPT Code Interpreter"

<p>While automated test generation can decrease the human burden associated with testing, it does not eliminate this burden. Humans must still work with generated test cases to interpret testing results, debug the code, build and maintain a comprehensive test suite, and many other tasks. Therefore, a major challenge with automated test generation is understandability of generated test test cases.&nbsp;</p> <p>Large language models (LLMs), machine learning models trained on massive corpora of textual data - including both natural language and programming languages - are an emerging technology with great potential for performing language-related predictive tasks such as translation, summarization, and decision support.&nbsp;</p> <p>In this study, we are exploring the capabilities of LLMs with regard to improving test case understandability.</p> <p>This package contains the data produced during this exploration:</p> <ul> <li>The examples directory contains the three case studies we tested our transformation process on: <ul> <li>queue_example: Tests of a basic queue data structure</li> <li>httpie_sessions: Tests of the sessions module from the httpie project.&nbsp;</li> <li>string_utils_validation: Tests of the validation module from the python-string-utils project.</li> <li>Each directory contains the modules-under-test, the original test cases generated by Pynguin, and the transformed test cases.&nbsp;</li> <li>Two trials were performed per case example of the transformation technique to assess the impact of different results from the LLM.</li> </ul> </li> <li>The survey directory contains the survey that was sent to assess the impact of the transformation on test readability. <ul> <li>survey.pdf contains the survey questions.</li> <li>responses.xlsx contains the survey results.</li> </ul> </li> </ul>

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

Machine readable code lists for an algorithm to identify incident non-small cell lung cancer (NSCLC) in United States healthcare claims data

<p>Machine readable code lists for an algorithm to identify incident non-small cell lung cancer (NSCLC) in United States healthcare claims data</p>

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

DATASET - On the Investigation of Empirical Contradictions - Aggregated Results of Local Studies on Readability and Comprehensibility of Source Code

<p>Study package containing raw and analyzed data from the work entitled &quot;On the Investigation of Empirical Contradictions - Aggregated Results of Local Studies on Readability and Comprehensibility of Source Code&quot;.</p> <p>The package comprises:&nbsp;1) a summary of the information extracted from all papers mentioned in the Background; 2) the source code snippets used in the three studies; 3) the consent and characterization forms distributed to the participants; 4) the raw data, the aggregated data and other material generated with the collected data.</p>

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

Enhancing Code Readability through Automated Consistent Formatting

<p>The provided dataset contains the data used by "Enhancing Code Readability through Automated Consistent Formatting", in order to train a personalized code formatter based on the styling used by a team of developers in a set of code files.</p>

opencc-by-4.0Apr 2024View details →
zenodo32/100

Replication Package of "Developer-Centric Code Readability Assessment: Are We There Yet?"

<p>This repository contains the datasets and the scripts to replicate our work "Developer-Centric Code Readability Assessment: Are We There Yet?".</p>

opencc-by-4.0Nov 2024View details →
zenodo32/100

Impacts of Coding Practices on Readability - Dataset

<p>Data gathered and analyzed as described on the paper &quot;Impacts of Coding Practices on Readability&quot;, presented at the ICPC 2018</p>

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

Assessing Code Readability in Python Programming Courses Using Eye-Tracking - Python Code Snippets

<p>Python code snippets for assessing code readability in Python programming courses using eye-tracking.</p>

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

The code and data for paper "Reassessing Java Code Readability Models with a Human-Centered Approach"

<p>The code and data for paper &quot;Reassessing Java Code Readability Models with a Human-Centered Approach&quot;.<br> Please refer to README.md for detailed instructions.</p>

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

On the Importance and Shortcomings of Code Readability Metrics: A Case Study on Reactive Programming - replication package

<p>This is the replication package for the conference paper submission &quot;On the Importance and Shortcomings of Code Readability Metrics: A Case Study on Reactive Programming&quot;</p> <p><strong>Contents:</strong></p> <ul> <li>measurements.zip <ul> <li>DATASET_ORIGINAL.csv</li> <li>DATASET_REACTIVE.csv</li> </ul> </li> <li>source_code.zip <ul> <li>&nbsp;source_code_orig <ul> <li>Client.java</li> <li>Connection.java</li> <li>Server.java</li> <li>TcpConnection.java</li> <li>UdpConnection.java</li> </ul> </li> <li>&nbsp;source_code_rx <ul> <li>Client.java</li> <li>Connection.java</li> <li>Server.java</li> <li>TcpConnection.java</li> <li>UdpConnection.java</li> </ul> </li> </ul> </li> </ul> <p>&nbsp;&nbsp;&nbsp;&nbsp;</p>

opencc-by-4.0Nov 2020View details →
zenodo28/100

The code and data for paper "Reassessing Java Code Readability Models with a Human-Centered Approach"

<p>The code and data for paper &quot;Reassessing Java Code Readability Models with a Human-Centered Approach&quot;.<br> Please refer to README.md for detailed instructions.</p>

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

Machine readable code lists for an algorithm to identify incident lung cancer in United States healthcare claims data

<p>Machine readable code lists for an algorithm to identify incident lung cancer in United States healthcare claims data</p>

opencc-by-4.0Mar 2020View 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