Related Experiment Video
Updated: Sep 15, 2025

A Complete Pipeline for Isolating and Sequencing MicroRNAs, and Analyzing Them Using Open Source Tools
Published on: August 21, 2019
miRBench: novel benchmark datasets for microRNA binding site prediction that mitigate against prevalent microRNA
Stephanie Sammut1,2, Katarina Gresova1,2,3, Dimosthenis Tzimotoudis1,2
1Centre for Molecular Medicine and Biobanking, University of Malta, Msida, MSD 2080, Malta.
Motivation:
MicroRNAs (miRNAs) are crucial regulators of gene expression, but the precise mechanisms governing their binding to target sites remain unclear. A major contributing factor to this is the lack of unbiased experimental datasets for training accurate prediction models. While recent experimental advances have provided numerous miRNA-target interactions, these are solely positive interactions. Generating negative examples in silico is challenging and prone to introducing biases, such as the miRNA frequency class bias identified in this work. Biases within datasets can compromise model generalization, leading models to learn dataset-specific artifacts rather than true biological patterns.
Results:
We introduce a novel methodology for negative sample generation that effectively mitigates the miRNA frequency class bias. Using this methodology, we curate several new, extensive datasets and benchmark several state-of-the-art methods on them. We find that a simple convolutional neural network model, retrained on some of these datasets, is able to outperform state-of-the-art methods reaching average precision scores between 0.81 and 0.86 in test datasets. This highlights the potential for leveraging unbiased datasets to achieve improved performance in miRNA binding site prediction. To facilitate further research and lower the barrier to entry for machine learning researchers, we provide an easily accessible Python package, miRBench, for dataset retrieval, sequence encoding, and the execution of state-of-the-art models.
Availability And Implementation:
The miRBench Python package is accessible at https://github.com/katarinagresova/miRBench/releases/tag/v1.0.1.
Related Concept Videos
MicroRNAs
Conserved Binding Sites
Binding sites are often located in large pockets, and if their location on a protein’s surface is unknown, it can be predicted using various approaches. The energetic method computationally...

