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.

4

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

4 results for “context embeddings”

Learn how ShareScore rates datasets ↗
zenodo40/100

Symmetric embeddings between standard contexts of lattices of integer partitions

<p>We consider lattices of integer partitions ordered by dominance, and their standard contexts as studied in formal concept analysis. The present dataset contains all 29 symmetric context embeddings of the standard context of the lattice of partitions of the integer 8 into the standard context of the lattice of 10. Further information and a detailed description of the files in the dataset can be obtained from the file context_embeddings.pdf (the code source for this file is given in context_embeddings.tex).</p>

opencc-by-4.0Dec 2021View details →
zenodo32/100

The dataset of the paper titled "Context-Aware Code Change Embedding for Better Patch Correctness Assessment"

<p>The dataset of the paper titled &quot;Context-Aware Code Change Embedding for Better Patch Correctness Assessment&quot;.</p> <p>This is the online repository of the paper &quot;Context-Aware Code Change Embedding for Better Patch Correctness Assessment&quot; under review by ASE2021. We release the source code of Cache, the patches used in our evaluation, as well as the experiment results.</p> <ul> <li> <p>Patches: Two&nbsp;patch benchmarks included in our study.</p> <ul> <li>Small: The 1,183 deduplicated patches from Tian&#39;s <a href="https://conf.researchr.org/details/ase-2020/ase-2020-papers/3/Evaluating-Representation-Learning-of-Code-Changes-for-Predicting-Patch-Correctness-i">ASE20</a> paper and Wang&#39;s <a href="https://conf.researchr.org/details/ase-2020/ase-2020-papers/54/Automated-Patch-Correctness-Assessment-How-Far-are-We-">ASE20</a> paper.</li> <li>Large:&nbsp;The patches collected by ourselves, which is consist of totally 49,694 patches from&nbsp;<a href="https://dl.acm.org/doi/10.1145/3338906.3338911">RepairThemAll</a>&nbsp;and&nbsp;<a href="https://dl.acm.org/doi/10.1145/3379597.3387491">ManySStuBs</a>.</li> </ul> </li> <li> <p>Results</p> <ul> <li> <p>RQ1: The detailed result files in RQ1, which are named by the format of <em><code>[model]_[classifier].csv</code></em>. For example, the file named <em><code>BERT_DT.csv</code></em> in the folder <em><code>Small</code></em> means that this file is the result of patches from <strong>Small</strong> dataset&nbsp;embedded by <strong>BERT</strong> and classified by <strong>Decision Tree</strong>.</p> <ul> <li>Small: The detailed result files on Small&nbsp;dataset.</li> <li>Large: The detailed result files on Large&nbsp;dataset.</li> <li> <p>Cross: The detailed result files of representation learning techniques when training on Large&nbsp;dataset and testing on Small&nbsp;dataset.</p> </li> </ul> </li> <li> <p>RQ2: The detailed result files in RQ2.</p> <ul> <li>Wang_Cache.csv: The detailed result of Cache on the dataset from Wang&#39;s <a href="https://conf.researchr.org/details/ase-2020/ase-2020-papers/54/Automated-Patch-Correctness-Assessment-How-Far-are-We-">ASE20</a> paper.</li> <li> <p>ODS_Cache.csv: The datailed result of Cache on the dataset from Xiong&#39;s <a href="https://dl.acm.org/doi/10.1145/3180155.3180182">ICSE18</a> paper. We directly compare against the results reported by the authors of ODS on 139 patches from Xiong&#39;s paper since the data and source code of ODS is unavailable.</p> </li> <li> <p>Table_5_Effectiveness_APCA.xlsx: The detailed version of&nbsp;<strong>Table 5</strong>&nbsp;in the paper.</p> </li> <li> <p>Table_6_Effectiveness_ODS.xlsx: The detailed version of&nbsp;<strong>Table 6</strong>&nbsp;in the paper.</p> </li> </ul> </li> </ul> </li> <li>Source: The source code and lib for running Cache. Guidance for replicating our study is available at <em><code>source/Readme.md</code></em>. We will build a homepage for Cache on GitHub upon acceptance.</li> </ul>

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

The dataset of the paper titled "Context-Aware Code Change Embedding for Better Patch Correctness Assessment"

<p>This&nbsp;is&nbsp;the&nbsp;online&nbsp;repository&nbsp;of&nbsp;the&nbsp;paper&nbsp;&quot;Context-Aware&nbsp;Code&nbsp;Change&nbsp;Embedding&nbsp;for&nbsp;Better&nbsp;Patch&nbsp;Correctness&nbsp;Assessment&quot;&nbsp;under&nbsp;review&nbsp;by&nbsp;SANER2021.&nbsp;We&nbsp;release&nbsp;the&nbsp;source&nbsp;code&nbsp;of&nbsp;Cache,&nbsp;the&nbsp;patches&nbsp;used&nbsp;in&nbsp;our&nbsp;evaluation,&nbsp;as&nbsp;well&nbsp;as&nbsp;the&nbsp;experiment&nbsp;results.</p> <ul> <li> <p>Patches:&nbsp;Three&nbsp;patch&nbsp;benchmarks&nbsp;included&nbsp;in&nbsp;our&nbsp;study.&nbsp;</p> <ul> <li> <p>Tian: The patches from Tian&#39;s <a href="https://conf.researchr.org/details/ase-2020/ase-2020-papers/3/Evaluating-Representation-Learning-of-Code-Changes-for-Predicting-Patch-Correctness-i">ASE20</a>&nbsp;paper.</p> </li> <li> <p>Wang: The patches from Wang&#39;s <a href="https://conf.researchr.org/details/ase-2020/ase-2020-papers/54/Automated-Patch-Correctness-Assessment-How-Far-are-We-">ASE20</a>&nbsp;paper.</p> </li> <li> <p>Cache:&nbsp;The&nbsp;patches&nbsp;collected&nbsp;by&nbsp;ourselves,&nbsp;which&nbsp;is&nbsp;consist&nbsp;of&nbsp;17,377&nbsp;deduplicated&nbsp;overfitting&nbsp;patches&nbsp;from&nbsp;<a href="https://dl.acm.org/doi/10.1145/3338906.3338911">RepairThemAll</a>&nbsp;and&nbsp;17,377&nbsp;instances&nbsp;from&nbsp;<a href="https://dl.acm.org/doi/10.1145/3379597.3387491">ManySStuBs</a>(used&nbsp;as&nbsp;correct&nbsp;patches).</p> </li> </ul> </li> <li> <p>Results:</p> <ul> <li> <p>RQ1:&nbsp;The&nbsp;detailed&nbsp;result&nbsp;files&nbsp;in&nbsp;RQ1,&nbsp;which&nbsp;are&nbsp;named&nbsp;by&nbsp;the&nbsp;format&nbsp;of <em>[model]_[classifier]</em>.csv.</p> <p>For&nbsp;example,&nbsp;the&nbsp;file&nbsp;named&nbsp;<strong>BERT_DT.csv</strong>&nbsp;in&nbsp;the&nbsp;folder&nbsp;<strong>Tian&#39;s_dataset</strong>&nbsp;means&nbsp;that&nbsp;this&nbsp;file&nbsp;is&nbsp;the&nbsp;result&nbsp;of&nbsp;patches&nbsp;from&nbsp;<strong>Tian&#39;s</strong>&nbsp;study&nbsp;embedded&nbsp;by&nbsp;<strong>BERT</strong>&nbsp;and&nbsp;classified&nbsp;by&nbsp;<strong>Decision&nbsp;Tree</strong>.</p> <ul> <li> <p>Tian&#39;s_dataset :&nbsp;The&nbsp;detailed&nbsp;result&nbsp;files&nbsp;on&nbsp;Tian&#39;s&nbsp;dataset.&nbsp;</p> </li> <li> <p>Cache_dataset :&nbsp;The&nbsp;detailed&nbsp;result&nbsp;files&nbsp;on&nbsp;our&nbsp;own&nbsp;dataset.&nbsp;</p> </li> <li> <p>Cross_dataset :&nbsp;The&nbsp;detailed&nbsp;result&nbsp;files&nbsp;of&nbsp;representation&nbsp;learning&nbsp;techniques&nbsp;when&nbsp;training&nbsp;on&nbsp;our&nbsp;own&nbsp;dataset&nbsp;and&nbsp;testing&nbsp;on&nbsp;Tian&#39;s&nbsp;dataset.</p> </li> </ul> </li> <li>RQ2: The detailed result files in RQ2. <ul> <li> <p>Wang_Cache.csv:&nbsp;The&nbsp;detailed&nbsp;result&nbsp;of&nbsp;Cache&nbsp;on&nbsp;the&nbsp;dataset&nbsp;from&nbsp;Wang&#39;s <a href="https://conf.researchr.org/details/ase-2020/ase-2020-papers/54/">ASE20</a>.</p> </li> <li> <p>ODS_Cache.csv:&nbsp;The&nbsp;datailed&nbsp;result&nbsp;of&nbsp;Cache&nbsp;on&nbsp;the&nbsp;dataset&nbsp;from&nbsp;Xiong&#39;s&nbsp;<a href="https://dl.acm.org/doi/10.1145/3180155.3180182">ICSE18</a>&nbsp;paper.&nbsp;We&nbsp;directly&nbsp;compare&nbsp;against&nbsp;the&nbsp;results&nbsp;reported&nbsp;by&nbsp;the&nbsp;authors&nbsp;of&nbsp;ODS&nbsp;on&nbsp;139&nbsp;patches&nbsp;from&nbsp;Xiong&#39;s&nbsp;paper&nbsp;since&nbsp;the&nbsp;data&nbsp;and&nbsp;source&nbsp;code&nbsp;of&nbsp;ODS&nbsp;is&nbsp;unavailable.</p> </li> </ul> </li> </ul> </li> </ul> <p>Source:&nbsp;The&nbsp;source&nbsp;code&nbsp;and&nbsp;lib&nbsp;for&nbsp;running&nbsp;Cache is available at&nbsp;<a href="https://github.com/APR-Study/Cache">https://github.com/APR-Study/Cache</a>.</p>

restrictedOct 2020View details →
zenodo8/100

The dataset of the paper titled "Context-Aware Code Change Embedding for Better Patch Correctness Assessment"

<p>The dataset of the paper titled &quot;Context-Aware Code Change Embedding for Better Patch Correctness Assessment&quot;.</p> <p>This is the online repository of the paper &quot;Context-Aware Code Change Embedding for Better Patch Correctness Assessment&quot; under review by ISSTA2021. We release the source code of Cache, the patches used in our evaluation, as well as the experiment results.</p> <ul> <li> <p>Patches: Two&nbsp;patch benchmarks included in our study.</p> <ul> <li>Small: The 1,183 deduplicated patches from Tian&#39;s <a href="https://conf.researchr.org/details/ase-2020/ase-2020-papers/3/Evaluating-Representation-Learning-of-Code-Changes-for-Predicting-Patch-Correctness-i">ASE20</a> paper and Wang&#39;s <a href="https://conf.researchr.org/details/ase-2020/ase-2020-papers/54/Automated-Patch-Correctness-Assessment-How-Far-are-We-">ASE20</a> paper.</li> <li>Large:&nbsp;The patches collected by ourselves, which is consist of totally 49,694 patches from&nbsp;<a href="https://dl.acm.org/doi/10.1145/3338906.3338911">RepairThemAll</a>&nbsp;and&nbsp;<a href="https://dl.acm.org/doi/10.1145/3379597.3387491">ManySStuBs</a>.</li> </ul> </li> <li> <p>Results</p> <ul> <li> <p>RQ1: The detailed result files in RQ1, which are named by the format of <em><code>[model]_[classifier].csv</code></em>. For example, the file named <em><code>BERT_DT.csv</code></em> in the folder <em><code>Small</code></em> means that this file is the result of patches from <strong>Small</strong> dataset&nbsp;embedded by <strong>BERT</strong> and classified by <strong>Decision Tree</strong>.</p> <ul> <li>Small: The detailed result files on Small&nbsp;dataset.</li> <li>Large: The detailed result files on Large&nbsp;dataset.</li> <li> <p>Cross: The detailed result files of representation learning techniques when training on Large&nbsp;dataset and testing on Small&nbsp;dataset.</p> </li> </ul> </li> <li> <p>RQ2: The detailed result files in RQ2.</p> <ul> <li>Wang_Cache.csv: The detailed result of Cache on the dataset from Wang&#39;s <a href="https://conf.researchr.org/details/ase-2020/ase-2020-papers/54/Automated-Patch-Correctness-Assessment-How-Far-are-We-">ASE20</a> paper.</li> <li> <p>ODS_Cache.csv: The datailed result of Cache on the dataset from Xiong&#39;s <a href="https://dl.acm.org/doi/10.1145/3180155.3180182">ICSE18</a> paper. We directly compare against the results reported by the authors of ODS on 139 patches from Xiong&#39;s paper since the data and source code of ODS is unavailable.</p> </li> <li> <p>Table_5_Effectiveness_APCA.xlsx: The detailed version of&nbsp;<strong>Table 5</strong>&nbsp;in the paper.</p> </li> <li> <p>Table_6_Effectiveness_ODS.xlsx: The detailed version of&nbsp;<strong>Table 6</strong>&nbsp;in the paper.</p> </li> </ul> </li> </ul> </li> <li>Source: The source code and lib for running Cache. Guidance for replicating our study is available at <em><code>source/Readme.md</code></em>. We will build a homepage for Cache on GitHub upon acceptance.</li> </ul>

restrictedJan 2021View 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