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
Dataset results
677 results for “Replication package”
Replication Package - The applicability of a hybrid framework for automated phishing detection
<p>Replication package and dataset for the paper: The applicability of a hybrid framework for automated phishing detection</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: "A Machine Learning Based Ensemble Method for Automatic Classification of Decisions"
<p>This is the replication package for the paper: "A Machine Learning Based Ensemble Method for Automatic Classification of Decisions". It contains the source code and dataset of our experiment for the replication by other researchers. In the meanwhile, we provide brief description of the files in the replication package in the following.</p> <p><strong>1. code folder</strong></p> <ul> <li><em>experiment.py </em>contains the source code for our experiment, which is conducted on Windows 10 and Python 3.7.0. <strong>Note that you may get slightly</strong> <strong>different experiment results when conducting the experiments on different environment configurations.</strong></li> <li><em>requirements.txt</em> records all the installation packages and their version numbers needed for the current program to run. You can use "<em>pip install -r requirements.txt</em>" to rebuild the project and install all dependencies. <strong>Note that you may get slightly different experiment results when using different packages or versions. </strong></li> </ul> <p><strong>2. dataset folder</strong></p> <ul> <li><em>decisions.xlsx </em>contains 848 labelled sentence-level decisions from the Hibernate developer mailing list.</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: "A Machine Learning Based Ensemble Method for Automatic Classification of Decisions: A Study of the Hibernate Developer Mailing List"
<p>This is the replication package for the paper: "A Machine Learning Based Ensemble Method for Automatic Classification of Decisions: A Study of the Hibernate Developer Mailing List". It contains the source code and dataset of our experiment for the replication by other researchers. In the meanwhile, we provide brief description of the files in the replication package below.</p> <p><strong>1. code folder</strong></p> <ul> <li><em>experiment.py </em>contains the source code for our experiment, which is conducted on Windows 10 and Python 3.7.0. <strong>Note that you may get slightly</strong> <strong>different experiment results when conducting the experiments on different environment configurations.</strong></li> <li><em>requirement.txt</em> records all the installation packages and their version numbers needed for the current program to run. You can use "<em>pip install -r requirement.txt</em>" to rebuild the project and install all dependencies. <strong>Note that you may get slightly different experiment results when using different packages or versions. </strong></li> </ul> <p><strong>2. dataset folder</strong></p> <ul> <li><em>decisions.xlsx </em>contains 844 labelled sentence-level decisions from the Hibernate developer mailing list.</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>
Replication Package for the Paper: "Will Data Influence the Experiment Results?: A Replication Study of Automatic Identification of Decisions"
<p>This is the replication package for the paper: "Will Data Influence the Experiment Results?: A Replication Study of Automatic Identification of Decisions". It contains the source code and dataset of our experiment for the replication by other researchers. In the meanwhile, we provide brief description of the files in the replication package below.</p> <p><strong>1. main_code folder</strong></p> <ul> <li><em>automatic_approach.py </em>contains the main source code of the automatic approach for identifying decisions in our experiment, which is conducted on MacOs and Python 3.7.9. <strong>Note that you may get slightly</strong> <strong>different experiment results when conducting the experiments on different environment configurations.</strong></li> <li><em>requirement.txt</em> records all the installation packages and their version numbers needed for the current program to run. You can use "<em>pip install -r requirement.txt</em>" to rebuild the project and install all dependencies. <strong>Note that you may get slightly different experiment results when using different packages or versions. </strong></li> </ul> <p><strong>2. dataset folder</strong></p> <ul> <li><em>EASE2020 - 650 decisions.xlsx </em>contains 650 decision sentences from our previous work (EASE2020)</li> <li><em>EASE2020 - 650 non decisions.xlsx </em>contains 650 non-decision sentences from our previous work (EASE2020)</li> <li><em>Our 844 relabeled decisions.xlsx</em> contains 844 relabeled decisions in this work.</li> <li><em>Our 750 assumptions.xlsx</em> contains 750 assumptions from our previous work (APSEC2019)</li> </ul> <p><strong>3. RQ1 folder</strong></p> <ul> <li><em>experiment_RQ1.py</em> contains the main source code of the experiment for answering RQ1, which is conducted on the same environment configuration as the <em>automatic_approach.py.</em></li> </ul> <p><strong>4. RQ2 folder</strong></p> <ul> <li><em>experiment_RQ2.py</em> contains the main source code of the experiment for answering RQ2, which is conducted on the same environment configuration as the <em>automatic_approach.py.</em></li> </ul> <p> </p> <p><strong>5. RQ3 folder</strong></p> <ul> <li><em>experiment_RQ3.py</em> contains the main source code of the experiment for answering RQ3, which is conducted on the same environment configuration as the <em>automatic_approach.py.</em></li> </ul> <p> </p>
Replication Package for the Paper: "Will Data Influence the Experiment Results?: A Replication Study of Automatic Identification of Decisions"
<p>This is the replication package for the paper: "Will Data Influence the Experiment Results?: A Replication Study of Automatic Identification of Decisions". It contains the source code and dataset of our experiment for the replication by other researchers. In the meanwhile, we provide brief description of the files in the replication package below.</p> <p><strong>1. main_code folder</strong></p> <ul> <li><em>automatic_approach.py </em>contains the main source code of the automatic approach for identifying decisions in our experiment, which is conducted on MacOs and Python 3.7.9. <strong>Note that you may get slightly</strong> <strong>different experiment results when conducting the experiments on different environment configurations.</strong></li> <li><em>requirement.txt</em> records all the installation packages and their version numbers needed for the current program to run. You can use "<em>pip install -r requirement.txt</em>" to rebuild the project and install all dependencies. <strong>Note that you may get slightly different experiment results when using different packages or versions. </strong></li> </ul> <p><strong>2. dataset folder</strong></p> <ul> <li><em>EASE2020 - 650 decisions.xlsx </em>contains 650 decision sentences from our previous work (EASE2020)</li> <li><em>EASE2020 - 650 non decisions.xlsx </em>contains 650 non-decision sentences from our previous work (EASE2020)</li> <li><em>Our 844 relabeled decisions.xlsx</em> contains 844 relabeled decisions in this work.</li> <li><em>Our 750 assumptions.xlsx</em> contains 750 assumptions from our previous work (APSEC2019)</li> </ul> <p><strong>3. RQ1 folder</strong></p> <ul> <li><em>experiment_RQ1.py</em> contains the main source code of the experiment for answering RQ1, which is conducted on the same environment configuration as the <em>automatic_approach.py.</em></li> </ul> <p><strong>4. RQ2 folder</strong></p> <ul> <li><em>experiment_RQ2.py</em> contains the main source code of the experiment for answering RQ2, which is conducted on the same environment configuration as the <em>automatic_approach.py.</em></li> </ul> <p><strong>5. RQ3 folder</strong></p> <ul> <li><em>experiment_RQ3.py</em> contains the main source code of the experiment for answering RQ3, which is conducted on the same environment configuration as the <em>automatic_approach.py.</em></li> </ul>
Replication Package for the Paper: "Will Data Influence the Experiment Results?: A Replication Study of Automatic Identification of Decisions"
<p>This is the replication package for the paper: "Will Data Influence the Experiment Results?: A Replication Study of Automatic Identification of Decisions". It contains the source code and dataset of our experiment for the replication by other researchers. In the meanwhile, we provide brief description of the files in the replication package below.</p> <p><strong>1. main_code folder</strong></p> <ul> <li><em>automatic_approach.py </em>contains the main source code of the automatic approach for identifying decisions in our experiment, which is conducted on MacOs and Python 3.7.9. <strong>Note that you may get slightly</strong> <strong>different experiment results when conducting the experiments on different environment configurations.</strong></li> <li><em>requirement.txt</em> records all the installation packages and their version numbers needed for the current program to run. You can use "<em>pip install -r requirement.txt</em>" to rebuild the project and install all dependencies. <strong>Note that you may get slightly different experiment results when using different packages or versions. </strong></li> </ul> <p><strong>2. dataset folder</strong></p> <ul> <li><em>EASE2020 - 650 decisions.xlsx </em>contains 650 decision sentences from our previous work (EASE2020)</li> <li><em>EASE2020 - 650 non decisions.xlsx </em>contains 650 non-decision sentences from our previous work (EASE2020)</li> <li><em>Our 844 relabeled decisions.xlsx</em> contains 844 relabeled decisions in this work.</li> <li><em>Our 750 assumptions.xlsx</em> contains 750 assumptions from our previous work (APSEC2019)</li> </ul> <p><strong>3. RQ1 folder</strong></p> <ul> <li><em>experiment_RQ1.py</em> contains the main source code of the experiment for answering RQ1, which is conducted on the same environment configuration as the <em>automatic_approach.py.</em></li> </ul> <p><strong>4. RQ2 folder</strong></p> <ul> <li><em>experiment_RQ2.py</em> contains the main source code of the experiment for answering RQ2, which is conducted on the same environment configuration as the <em>automatic_approach.py.</em></li> </ul> <p><strong>5. RQ3 folder</strong></p> <ul> <li><em>experiment_RQ3.py</em> contains the main source code of the experiment for answering RQ3, which is conducted on the same environment configuration as the <em>automatic_approach.py.</em></li> </ul>
Replication package for the paper: "How the R Community Creates and Curates Knowledge"
<p>This PostgreSQL dump file contains the data from Stack Overflow r-tag and the R-help mailing list. The data is framed between 2008 and 2014. It is part of "Knowledge Curation in a Developer Community: A Study of Stack Overflow and Mailing Lists" thesis by Carlos Gómez Teshima (2015 MSc. Thesis), and "How the R Community Creates and Curates Knowledge" by Alexey Zagalsky, Carlos Gómez Teshima, Daniel M. German, Margaret-Anne Storey, Germán Poo-Caamaño (MSR 2016 paper).</p> <p>This file contains all the posts, comments and users from 2008 to 2014 from Stack Overflow that are related with R. Also, the file contains all the emails from 2008 to 2014 of r-help mailing list.</p> <p>To mount the data follow the next instructions:</p> <ul> <li>run the command: <strong>pg_restore -Fc -C R-ML-and-StackOverflow-psql.bin | psql template1.</strong></li> </ul> <p> </p>
Replication Package for the Paper:Empirical Research on Secure Development in Agile Methods: A Systematic Literature Review
Open the record for dataset details and reuse information.
Replication Package For Assessing the Effect of Programming Language and Task On Eye Movements
<p>A replication package for Assessing the Effect of Programming Language and Task On Eye Movements containing the aggregated dataset, stimuli, and scripts to calculate the results presented in the paper.</p>
Replication package of SkCoder
<p>The replication package of SkCoder in ICSE2023, including the datasets and the source code.</p>
Replication package of SkCoder
<p>The replication package of SkCoder in ICSE2023, including the datasets and the source code.</p>
Replication Package of summision#1172 for ICSE 2023
<p>Replication Package of summision#1172 for ICSE 2023</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.