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.

3

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

3 results for “Cortex A53”

Learn how ShareScore rates datasets ↗
zenodo40/100

Dataset of execution times of programs compiled under different GCC optimizaion levels (-O0, -O1, -O2, -O3) on the Xilinx Zynq UltraScale+ MPSoC ZCU104 (Cortex A53)

<p>This dataset contains execution time measurements for a set of programs from the TACLe benchmark suite, including <em>lift</em>, <em>powerwindow</em>, <em>bsort</em>, <em>matrix1</em>, <em>epic</em>, <em>dijkstra</em>, mpeg2 and&nbsp;<em>quicksort</em>.</p> <p>The data was collected using RT-Bench, an open-source framework designed to execute these benchmarks periodically in a real-time context.</p> <p>Each program was compiled using five different GCC optimization levels (-O0, -O1, -O2, -O3, and -Ofast) and executed periodically 1000 times.</p> <p>The experiments were conducted on the Zynq ZCU104 platform, which features a quad-core Arm Cortex A53 processor, running the Ubuntu 22.04 LTS arm64 OS with the 5.15.0-1015-xilinx-zynqmp kernel.</p> <p>This dataset is published at <a href="https://2024.ieee-etfa.org/" target="_blank" rel="noopener">ETFA</a> 2024 as part of a work-in-progress paper called "<a href="https://hal.science/hal-04667091/" target="_blank" rel="noopener">Impact of compilation optimization levels on execution time variability</a>"</p>

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

A dataset of synthetically generated code blocks for the learning of WCET on Cortex A53

<p>WE-HML Dataset WCET code block with different pollution factors on data cache for Cortex A53</p><p>Git : https://gitlab.inria.fr/puaut/we-hml</p><p>Paper : https://ieeexplore.ieee.org/document/9545301</p>

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

Pre-training and fine-tuning dataset for transformers consisting of basic blocks and their execution times (average, minimum, and maximum) along with the execution context of these blocks, for various Cortex processors M7, M4, A53, and A72.

<p>We are making public the dataset used for training CAWET, a tool for estimating the Worst-Case Execution Time (WCET) of basic blocks using the Transformer XL model. CAWET leverages the Transformer architecture for accurate WCET predictions, and its training involves two main phases: self-supervised pre-training and fine-tuning.</p><p>CAWET undergoes a pre-training process on a substantial corpus of basic blocks to enable the Transformer to grasp the intricacies of the assembly language in focus. For this, we utilized CodeNet \cite{codenet}, a comprehensive collection of publicly submitted solutions to competitive programming challenges, comprising roughly 900,000 C programs. These programs were cross-compiled to the target architecture and subsequently disassembled using GNU binary utilities with objdump. The textual output from objdump, post a series of basic parsing operations (e.g., address extraction, separation of basic blocks), serves as the foundation for an extensive pre-training dataset. We employed this dataset to develop a vocabulary model utilizing sentence piece \cite{sentencepiece}. Following the completion of the sentence piece model's training, it becomes ready for use in tokenizing any binary programs written in the target instruction set.</p><p>The fine-tuning phase of CAWET involves its adaptation to basic blocks along with their contextual information. Here, we used a varied and openly accessible collection of programs, namely, The Algorithms (accessible at: <a href="https://github.com/TheAlgorithms/C">https://github.com/TheAlgorithms/C</a>), MiBench \cite{mibench}, and Polybench \cite{polybench}.</p><p>The provided zip file encompasses the following directories:</p><p>Fine_Tuning: This includes four distinct files, each tailored for a specific processor: Cortex_M4, Cortex_M7, Cortex_A53, and Cortex_72. Each file encompasses the basic block under analysis (bbUA), the preceding 10 basic blocks executed prior to it, and timing information related to the bbUA (mean, min, max, normalization, etc.).</p><p>Pre_Training: This comprises two extensive files, dataset_CortexA and dataset_CortexM, utilized for pre-training the transformers for the Masked Language Modeling Task (MLM). Additionally, it includes the sentence piece model and the necessary code to facilitate accurate tokenization.</p><p>For additional information, please refer to the CAWET paper or contact us at <a href="mailto:ea_amalou@esi.dz">ea_amalou@esi.dz</a></p><p>&nbsp;</p><p>Citation:</p><p>@inproceedings{amalou2023cawet,</p><p>&nbsp;title={CAWET: Context-Aware Worst-Case Execution Time Estimation Using Transformers},</p><p>&nbsp;author={Amalou, Abderaouf N and Fromont, Elisa and Puaut, Isabelle},</p><p>&nbsp;booktitle={35th Euromicro Conference on Real-Time Systems (ECRTS 2023)},</p><p>&nbsp;year={2023},</p><p>&nbsp;organization={Schloss Dagstuhl-Leibniz-Zentrum f{\"u}r Informatik}</p><p>}</p><p>&nbsp;</p><p><strong>Bibliography</strong>:</p><p>codenet</p><p>@article{codenet2021,</p><p>&nbsp;title={CodeNet: A large-scale AI for code dataset for learning a diversity of coding tasks},</p><p>&nbsp;author={Puri, Ruchir and Kung, David S and Janssen, Geert and Zhang, Wei and Domeniconi, Giacomo and Zolotov, Vladimir and Dolby, Julian and Chen, Jie and Choudhury, Mihir and Decker, Lindsey and others},</p><p>&nbsp;journal={arXiv preprint arXiv:2105.12655},</p><p>&nbsp;year={2021}</p><p>}</p><p>sentencepiece</p><p>@article{sentencepiece2018,</p><p>&nbsp;title={Sentencepiece: A simple and language independent subword tokenizer and detokenizer for neural text processing},</p><p>&nbsp;author={Kudo, Taku and Richardson, John},</p><p>&nbsp;journal={arXiv preprint arXiv:1808.06226},</p><p>&nbsp;year={2018}</p><p>}</p><p>mibench</p><p>@inproceedings{polybench2014,</p><p>&nbsp;title={Understanding polybench/c 3.2 kernels},</p><p>&nbsp;author={Yuki, Tomofumi},</p><p>&nbsp;booktitle={International workshop on polyhedral compilation techniques (IMPACT)},</p><p>&nbsp;pages={1--5},</p><p>&nbsp;year={2014}</p><p>}</p><p>polybench: &nbsp;</p><p>@inproceedings{mibench,</p><p>&nbsp;title={MiBench: A free, commercially representative embedded benchmark suite},</p><p>&nbsp;author={Guthaus, Matthew R and Ringenberg, Jeffrey S and Ernst, Dan and Austin, Todd M and Mudge, Trevor and Brown, Richard B},</p><p>&nbsp;booktitle={4th IEEE international workshop on workload characterization},</p><p>&nbsp;year={2001}</p><p>}</p>

opencc-by-4.0Oct 2023View 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