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.

10

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

10 results for “Code documentation”

Learn how ShareScore rates datasets ↗
edi48/100

Everglades Landscape Model (ELM) Code and Documentation

The Everglades Landscape Model (ELM) is an application instance of the generalized Ecological Landscape Modeling code package. For applications within the Florida Coastal Everglades (FCE) LTER, the ELM is one of the simulation modeling tools used to a) explore hypotheses of ecosystem processes in heterogenous spatial landscapes, b) extrapolate field-scale research findings across space and time, and c) predict the evolution of the Everglades landscape in response to plausible future scenarios. For ELM v.2.8.3-4, the 2 zip-archive packages here contains 1a) all (C) source code and unix (Bourne) shell scripts used to build and run the ELM (& includes Doxygen-generated hyperlinked source code documentation of every file/function/struct/parameter), 1b) all Everglades-specific input data used in historical (1981-2000) simulations; and 2) a complete documentation report with chapters including the Introduction&Goals, Model Data, Model Structure, Model Performance, and Model User's Guide. The ELM is being applied and updated routinely. Such updated information can be found at http://www.ecolandmod.com .

openCC (other)Feb 2022View details →
zenodo40/100

Can Developers Prompt? A Controlled Experiment for Code Documentation Generation [Replication Package]

<h2>Artifact Summary</h2> <p>This repository contains the replication package for the paper 'Can Developers Prompt? A Controlled Experiment for Code Documentation Generation,' presented at the <em><a href="https://conf.researchr.org/home/icsme-2024" target="_blank" rel="noopener">40th IEEE International Conference on Software Maintenance and Evolution (ICSME'24)</a></em>.</p> <p>The purpose of the package is to facilitate the verification and reproduction of the study results.&nbsp;It provides all data of the controlled experiment, the developed <em>Visual Studio Code (VS Code)</em> extension, as well as the slides of the conference presentations.</p> <h2>Paper Abstract</h2> <p>Large language models (LLMs) bear great potential for automating tedious development tasks such as creating and maintaining code documentation.&nbsp;However, it is unclear to what extent developers can effectively prompt LLMs to create concise and useful documentation.&nbsp;We report on a controlled experiment with 20 professionals and 30 computer science students tasked with code documentation generation for two Python functions.&nbsp;The experimental group freely entered ad-hoc prompts in a ChatGPT-like extension of Visual Studio Code, while the control group executed a predefined few-shot prompt.&nbsp;Our results reveal that professionals and students were unaware of or unable to apply prompt engineering techniques.&nbsp;Especially students perceived the documentation produced from ad-hoc prompts as significantly less readable, less concise, and less helpful than documentation from prepared prompts.&nbsp;Some professionals produced higher quality documentation by just including the keyword Docstring in their ad-hoc prompts.&nbsp;While students desired more support in formulating prompts, professionals appreciated the flexibility of ad-hoc prompting.&nbsp;Participants in both groups rarely assessed the output as perfect.&nbsp;Instead, they understood the tools as support to iteratively refine the documentation.&nbsp;Further research is needed to understand which prompting skills and preferences developers have and which support they need for certain tasks.</p> <h2>References</h2> <p>The published paper is available on <a href="https://doi.org/10.1109/ICSME58944.2024.00058" target="_blank" rel="noopener">IEEE Xplore</a> and the preprint on <a href="https://doi.org/10.48550/arXiv.2408.00686" target="_blank" rel="noopener">arXiv</a>.</p>

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

Dataset and documented R code for "Nouns and verbs in the speech signal"

<p>The files available constitute supplementary material to the following article:</p> <p>Lohmann, Arne. Nouns and verbs in the speech signal: Are there phonetic correlates of grammatical category? <em>Linguistics</em> - <em>An Interdisciplinary Journal of the Language Sciences</em>.</p> <p>The article is to be published online in 2020, and in 2021 in the print version of the journal.</p>

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

An Empirical Validation of Cognitive Complexity as a Measure of Source Code Understandability - Data, Code and Documentation

<p>Release version of the data, code and documentation used in and generated by our data analysis and literature search to ensure reproducibility, repeatability, and transparency, to be published alongside our paper &quot;An Empirical Validation of Cognitive Complexity as a Measure of Source Code Understandability&quot;.</p>

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

Documentation and code for reproducing analyses presented in: vcferr: Development, Validation, and Application of a SNP Genotyping Error Simulation Framework

<p>Documentation and code for reproducing analyses presented in: vcferr: Development, Validation, and Application of a SNP Genotyping Error Simulation Framework. Please see the <strong>README.pdf</strong> for step-by-step instructions for reproducing the entire analysis described in the paper.</p>

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

Pairwise Multi-Class Document Classification for Semantic Relations between Wikipedia Articles (Dataset, Models & Code)

<p>Many digital libraries recommend literature to their users considering the similarity between a query document and their repository. However, they often fail to distinguish what is the relationship that makes two documents alike. In this paper, we model the problem of finding the relationship between two documents as a pairwise document classification task. To find the semantic relation between documents, we apply a series of techniques, such as GloVe, Paragraph-Vectors, BERT, and XLNet under different configurations (e.g., sequence length, vector concatenation scheme), including a Siamese architecture for the Transformer-based systems. We perform our experiments on a newly proposed dataset of 32,168 Wikipedia article pairs and Wikidata properties that define the semantic document relations. Our results show vanilla BERT as the best performing system with an F1-score of 0.93,<br> which we manually examine to better understand its applicability to other domains. Our findings suggest that classifying semantic relations between documents is a solvable task and motivates the development of recommender systems based on the evaluated techniques. The discussions in this paper serve as first steps in the exploration of documents through SPARQL-like queries such that one could find documents that are similar in one aspect but dissimilar in another.</p> <p>Additional information can be found on <a href="https://github.com/malteos/semantic-document-relations/">GitHub</a>.</p> <p>The following data is supplemental to the experiments described in our research paper. The data consists of:</p> <ul> <li>Datasets (articles, class labels, cross-validation splits)</li> <li>Pretrained models (Transformers, GloVe, Doc2vec)</li> <li>Model output (prediction) for the best performing models</li> </ul> <p><strong>Dataset</strong></p> <p>The Wikipedia article corpus is available in <code>enwiki-20191101-pages-articles.weighted.10k.jsonl.bz2</code>. The original data have been downloaded as <a href="https://dumps.wikimedia.org/enwiki/">XML dump</a>, and the corresponding articles were extracted as plain-text with <a href="https://radimrehurek.com/gensim/scripts/segment_wiki.html">gensim.scripts.segment_wiki</a>. The archive contains only articles that are available in training or test data.</p> <p>The actual dataset is provided as used in the stratified k-fold with <code>k=4</code> in <code>train_testdata__4folds.tar.gz</code>.</p> <pre><code>├── 1 │   ├── test.csv │   └── train.csv ├── 2 │   ├── test.csv │   └── train.csv ├── 3 │   ├── test.csv │   └── train.csv └── 4 ├── test.csv └── train.csv 4 directories, 8 files </code></pre> <p>Pretrained models</p> <p>PyTorch: vanilla and Siamese BERT + XLNet</p> <p>Pretrained model for each fold is available in the corresponding model archives:</p> <pre><code># Vanilla model_wiki.bert_base__joint__seq512.tar.gz model_wiki.xlnet_base__joint__seq512.tar.gz # Siamese model_wiki.bert_base__siamese__seq512__4d.tar.gz model_wiki.xlnet_base__siamese__seq512__4d.tar.gz </code></pre>

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

Comments On Comment: Where Code Review and Documentation Meet

<p>Comments on Comments&nbsp;dataset from the paper titled &#39;Comments on Comments: Where Code Review and Documentation Meet&#39;</p> <p>DOI of the paper:&nbsp;<a href="https://doi.org/10.1145/3524842.3528475">https://doi.org/10.1145/3524842.3528475</a></p>

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

Cryptologue Arcade - Crypto Darkpaper - Crypto Color Prints - Simplementation Scheme : A Color-Coded Method For Indexing Research and Documentation

<p>Crypto Color Prints are a memorable and data-dense documentation paradigm with a color-coded, structural scheme. The scheme forms a simple framework for publishing and improving primitives and protocols with a focus on both cooperation and implementation.</p>

opencc-by-nc-4.0Jul 2024View details →
zenodo32/100

Using Machine Learning With Supplementary NC Code To Predict Machining Energy - Excel Documents

<p>The Excel Files Housed within this DOI represent the raw data collected during machining each of the test parts, and the excel documents made which prevent model summaries for each model created., during the execution of the, "Using Machine Learning With Supplementary NC Code to Predict Machining Energy. These files were created by Samuel D. Stencel, a Graduate Research Assistant and Purdue University.</p>

opencc-by-4.0Nov 2024View details →
ClinicalTrials.gov32/100

Coding Improvement Project: Resident Education on Documentation

ClinicalTrials.gov study NCT04538196. IPD Sharing: Not stated. Countries: 1. Publications: 6.

restrictedIPD-UNDECIDEDFeb 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