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.
116
datasets available to search
ShareScore release 0.9.0
Dataset results
116 results for “code review”
Dataset for An Empirical Study of Static Analysis Tools for Secure Code Review
Open the record for dataset details and reuse information.
[Reproduction package] Test Code Refactoring: A Literature Review and Classification of Refactoring Operations
<p><strong>Abstract:</strong> Test code refactoring is a crucial activity in software development that aims to maintain the quality of test code and, consequently, software products. Although several approaches and tools have been proposed to tackle test code refactoring, a synthesis of existing work is lacking. This paper presents the findings of a systematic literature review on test code refactoring, covering anti-patterns, refactoring strategies, and tools. The review analyzed 42 primary studies and identified 190 test code problems. The majority of the studies presented generic refactorings suitable for both production and test code, while few studies focused exclusively on test code design. Some anti-patterns had multiple refactoring strategies, while others lacked a clear strategy. Existing tools have not evolved significantly since their inception, and many refactoring strategies have not been evaluated. This study highlights the need for more studies on recommending refactorings for test code and investigating the effectiveness and effects of each refactoring approach. The results can guide future research on test code refactoring, providing direction for new refactorings and tools to improve the quality of software products.</p> <p> </p>
Combining Large Language Models with Static Analyzers for Code Review Generation
Open the record for dataset details and reuse information.
Dataset for Large-Scale Analysis of Modern Code Review Practices and Software Security in Open Source Software
Open the record for dataset details and reuse information.
Paper samples for the SLR "A systematic literature review on the impact of AI models on the security of code generation"
<p>Here we provide the whole list of papers that were queried for the SLR "A systematic literature review on the impact of AI models on the security of code generation", their acceptance/rejection with the reason and the final sample after reading the whole text and applying a quality review. </p> <p> </p> <p>Updated version at this link:https://zenodo.org/records/11092334</p>
Replication Package for the Paper: "Code Smells Detection via Code Review: An Empirical Study"
<p>This repository contains the data and results from the paper "Code Smells Detection via Code Review: An Empirical Study" submitted to ESEM 2020.</p> <p> </p> <p><strong>1. data folder</strong></p> <p>The data folder contains the retrieved 269 reviews that discuss code smells. Each review includes four parts: Code Change URL, Code Smell Term, Code Smell Discussion, and Source Code URL.</p> <p> </p> <p><strong>2. scripts floder</strong></p> <p>The scripts folder contains the Python script that was used to search for code smell terms and the list of code smell terms.</p> <ul> <li><em>smell-term/general_smell_terms.txt</em> contains general code smell terms, such as "code smell".</li> <li><em>smell-term/specific_smell_terms.txt</em> contains specific code smell terms, such as "dead code".</li> <li><em>smell-term/misspelling_terms_of_smell.txt</em> contains the misspelling terms of 'smell', such as "ssell".</li> <li><em>get_changes.py</em> is used for getting code changes from OpenStack.</li> <li><em>get_comments.py</em> is used for getting review comments for each code change.</li> <li><em>smell_search.py</em> is used for searching review comments that contain code smell terms.</li> </ul> <p> </p> <p><strong>3. project folder</strong></p> <p>The project folder contains the MAXQDA project files. The files can be opened by MAXQDA 12 or higher versions, which are available at https://www.maxqda.com/ for download. You may also use the free 14-day trial version of MAXQDA 2018, which is available at https://www.maxqda.com/trial for download.</p> <ul> <li><em>Data Labeling & Encoding for RQ2.mx12</em> is the results of data labeling and encoding for RQ2, which were analyzed by the MAXQDA tool.</li> <li><em>Data Labeling & Encoding for RQ3.mx12</em> is the results of data labeling and encoding for RQ3, which were analyzed by the MAXQDA tool.</li> </ul>
Replication Package for the Paper: "Code Smells Detection via Code Review: An Empirical Study"
<p>This repository contains the data and results from the paper "Code Smells Detection via Code Review: An Empirical Study" submitted to ESEM 2020.</p> <p> </p> <p><strong>1. data folder</strong></p> <p>The data folder contains the retrieved 269 reviews that discuss code smells. Each review includes four parts: Code Change URL, Code Smell Term, Code Smell Discussion, and Source Code URL.</p> <p> </p> <p><strong>2. scripts floder</strong></p> <p>The scripts folder contains the Python script that was used to search for code smell terms and the list of code smell terms.</p> <ul> <li><em>smell-term/general_smell_terms.txt</em> contains general code smell terms, such as "code smell".</li> <li><em>smell-term/specific_smell_terms.txt</em> contains specific code smell terms, such as "dead code".</li> <li><em>smell-term/misspelling_terms_of_smell.txt</em> contains the misspelling terms of 'smell', such as "ssell".</li> <li><em>get_changes.py</em> is used for getting code changes from OpenStack.</li> <li><em>get_comments.py</em> is used for getting review comments for each code change.</li> <li><em>smell_search.py</em> is used for searching review comments that contain code smell terms.</li> </ul> <p> </p> <p><strong>3. project folder</strong></p> <p>The project folder contains the MAXQDA project files. The files can be opened by MAXQDA 12 or higher versions, which are available at https://www.maxqda.com/ for download. You may also use the free 14-day trial version of MAXQDA 2018, which is available at https://www.maxqda.com/trial for download.</p> <ul> <li><em>Data Labeling & Encoding for RQ2.mx12</em> is the results of data labeling and encoding for RQ2, which were analyzed by the MAXQDA tool.</li> <li><em>Data Labeling & Encoding for RQ3.mx12</em> is the results of data labeling and encoding for RQ3, which were analyzed by the MAXQDA tool.</li> </ul>
Replication Package for the Paper: "An Empirical Analysis of the Manual Detection of Code Smells via Code Review"
<p>This repository contains the data and results from the paper "An Empirical Analysis of the Manual Detection of Code Smells via Code Review" submitted to SANER 2021.</p> <p> </p> <p><strong>1. "data.zip" contains the following three folders: </strong></p> <p> </p> <p><strong>1). data folder</strong></p> <p>The data folder contains the retrieved 1,174 reviews that discuss code smells. Each review includes four parts: Code Change URL, Code Smell, Code Smell Discussion, and Source Code URL.</p> <p> </p> <p><strong>2). scripts folder</strong></p> <p>The scripts folder contains the Python script that was used to search for code smell terms and the list of code smell terms.</p> <ul> <li><em>keywords.txt</em> contains the keywords associated with code smells, such as "smell, duplication, and dead".</li> <li><em>get_changes.py</em> is used for getting code changes from OpenStack.</li> <li><em>get_comments.py</em> is used for getting review comments for each code change.</li> <li><em>keywords_search.py</em> is used for searching review comments that contain at least one keyword.</li> <li><em>keywords_improve.py</em> is used for improving the keyword-based mining approach.</li> <li><em>tools.py</em> is used for supporting the process of keywords improving.</li> </ul> <p> </p> <p><strong>3). project folder</strong></p> <p>The project folder contains the MAXQDA project files. The files can be opened by MAXQDA 12 or higher versions, which are available at https://www.maxqda.com/ for download. You may also use the free 14-day trial version of MAXQDA 2018, which is available at https://www.maxqda.com/trial for download.</p> <ul> <li><em>Data Labeling & Encoding for RQ2.mx12</em> is the results of data labeling and encoding for RQ2, which were analyzed by the MAXQDA tool.</li> <li><em>Data Labeling & Encoding for RQ3.mx12</em> is the results of data labeling and encoding for RQ3, which were analyzed by the MAXQDA tool.</li> </ul> <p> </p> <p><strong>2. Keywords associated with code smells.pdf</strong></p> <p>This file contains the final set of keywords associated with code smells that we identified by following the systematic approach proposed by Bosu and his colleagues in their paper: Identifying the Characteristics of Vulnerable Code Changes: An Empirical Study, FSE 2014.</p>
Replication Package for the Paper: "An Empirical Analysis of the Manual Detection of Code Smells via Code Review"
<p>This repository contains the data and results from the paper "An Empirical Analysis of the Manual Detection of Code Smells via Code Review" submitted to SANER 2021.</p> <p> </p> <p><strong>1. "data.zip" contains the following three folders: </strong></p> <p> </p> <p><strong>1). data folder</strong></p> <p>The data folder contains the retrieved 1,174 reviews that discuss code smells. Each review includes four parts: Code Change URL, Code Smell, Code Smell Discussion, and Source Code URL.</p> <p> </p> <p><strong>2). scripts folder</strong></p> <p>The scripts folder contains the Python script that was used to search for code smell terms and the list of code smell terms.</p> <ul> <li><em>keywords.txt</em> contains the keywords keywords asociated with code smells, such as "smell, duplication, and dead".</li> <li><em>get_changes.py</em> is used for getting code changes from OpenStack.</li> <li><em>get_comments.py</em> is used for getting review comments for each code change.</li> <li><em>keywords_search.py</em> is used for searching review comments that contain at least one keyword.</li> <li>keywords_improve.py is used for improving the keyword-based mining approach.</li> <li>tools.py is used for supporting the process of keywords improving.</li> </ul> <p> </p> <p><strong>3). project folder</strong></p> <p>The project folder contains the MAXQDA project files. The files can be opened by MAXQDA 12 or higher versions, which are available at https://www.maxqda.com/ for download. You may also use the free 14-day trial version of MAXQDA 2018, which is available at https://www.maxqda.com/trial for download.</p> <ul> <li><em>Data Labeling & Encoding for RQ2.mx12</em> is the results of data labeling and encoding for RQ2, which were analyzed by the MAXQDA tool.</li> <li><em>Data Labeling & Encoding for RQ3.mx12</em> is the results of data labeling and encoding for RQ3, which were analyzed by the MAXQDA tool.</li> </ul> <p> </p> <p><strong>2. Keywords associated with code smells.pdf</strong></p> <p>This file contains the final set of keywords asociated with code smells that we identified by following the systematic approach proposed by Bosu and his colleagues in their paper: Identifying the Characteristics of Vulnerable Code Changes: An Empirical Study, FSE 2014.</p>
Replication Package for the Paper: "An Empirical Analysis of the Manual Detection of Code Smells via Code Review"
<p>This repository contains the data and results from the paper "An Empirical Analysis of the Manual Detection of Code Smells via Code Review" submitted to SANER 2021.</p> <p> </p> <p><strong>1. "data.zip" file contains the following three folders: </strong></p> <p> </p> <p><strong>1). data folder</strong></p> <p>The data folder contains the retrieved 1,174 reviews that discuss code smells. Each review includes four parts: Code Change URL, Code Smell, Code Smell Discussion, and Source Code URL.</p> <p> </p> <p><strong>2). scripts folder</strong></p> <p>The scripts folder contains the Python script that was used to search for code smell terms and the list of code smell terms.</p> <ul> <li><em>keywords.txt</em> contains the keywords keywords asociated with code smells, such as "smell, duplication, and dead".</li> <li><em>get_changes.py</em> is used for getting code changes from OpenStack.</li> <li><em>get_comments.py</em> is used for getting review comments for each code change.</li> <li><em>keywords_search.py</em> is used for searching review comments that contain at least one keyword.</li> <li>keywords_improve.py is used for improving the keyword-based mining approach.</li> <li>tools.py is used for supporting the process of keywords improving.</li> </ul> <p> </p> <p><strong>3). project folder</strong></p> <p>The project folder contains the MAXQDA project files. The files can be opened by MAXQDA 12 or higher versions, which are available at https://www.maxqda.com/ for download. You may also use the free 14-day trial version of MAXQDA 2018, which is available at https://www.maxqda.com/trial for download.</p> <ul> <li><em>Data Labeling & Encoding for RQ2.mx12</em> is the results of data labeling and encoding for RQ2, which were analyzed by the MAXQDA tool.</li> <li><em>Data Labeling & Encoding for RQ3.mx12</em> is the results of data labeling and encoding for RQ3, which were analyzed by the MAXQDA tool.</li> </ul> <p> </p> <p><strong>2. Keywords associated with code smells.pdf</strong></p> <p>This file contains the final set of keywords asociated with code smells that we identified by following the systematic approach proposed by Bosu and his colleagues in their paper: Identifying the Characteristics of Vulnerable Code Changes: An Empirical Study, FSE 2014.</p>
Data and code for peer review, Silk et al.
<p>Editors and peer reviewers of the journal can access the zip file. A private github repository will be linked to Zenodo and assigned a DOI on acceptance.</p> <p>Thank you very much.</p>
Data and codes for peer review
<p>For peer review purpose only.</p> <p>Thank you very much.</p>
Rapid review simulation dataset and code
<p>Dataset and statistical code for rapid review simulation study</p>
FOR-species20K dataset and code for review
<h1>Description</h1> <p>Data and code (code.zip) corresponding to the manuscript entitled "Benchmarking tree species classification from proximally-sensed laser scanning data: introducing the FOR-species20K dataset"</p> <h1>Code</h1> <p>The code folder contains all of the code to train and predict using the methods benchmarked in the manuscript</p> <h1>Data split and usage</h1> <p>The data is split into:</p> <ul> <li><strong>Development data (dev)</strong>: these includes 90% of the trees in the dataset and consists of individual tree point clouds (*.laz) named according to the <em>treeID </em>column available in the tree_metadata_dev.csv file, from which <em>tree_species </em>labels are available. These data are meant to be used for model development and can thus be further split into training and validation datasets.</li> <li><strong>Test data (test)</strong>: these are 10% of the trees (balanced sample) and include individual tree point clouds (*.laz) but, for benchmarking purposes, the species labels are witheld for benchmarking purposes. Thus to make use of the test data the users should predict species on the test trees, and output a table (.csv file) with a row per predicted tree and two columns (<em>treeID </em>and <em>predicted_species</em>). This table can then be used to create a new submission in the FOR-species20K Codabench benchmarking platform and obtain the evaluation metrics corresponding to the test data.</li> </ul>
Automating Code Review Activities 2.0 (datasets and models)
<p>Resources related by the research work <em>"Automating Code Review Activities 2.0".</em></p> <ul> <li><strong>dataset.zip </strong>contains all the preprocessed datasets used in our work;</li> <li><strong>models.zip</strong> contains the (best) checkpoints of the fine-tuned T5 models;</li> <li><strong>tokenizer.zip</strong> contains the Sentencepiece model and vocabulary trained on our pre-training dataset;</li> <li><strong>automating_code_review.zip</strong> contains the material to successfully run our Colab notebooks.</li> </ul> <p>More information in the replication package of our work: <a href="https://github.com/CodeReviewAutomation/code_review_automation">code_review_autmoation</a></p>
Data and codes for peer review
<p>For peer review purpose only.</p>
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research 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.
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.
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.
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.
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.