datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
RubricEval
RubricEval: LLM-Based Code Evaluation with Question-Specific Rubrics
RubricEval is a benchmark dataset designed for research in LLM-based code evaluation. It contains annotated student code submissions for
Object-Oriented Programming (OOP) and Data Structures and Algorithms (DSA) problems, assessed using question-specific rubrics. This dataset
supports fine-grained grading, qualitative feedback, and benchmarking of automated evaluation systems.
Motivation
Despite… See the full description on the dataset page: https://huggingface.co/datasets/BITS-Pilani-GRC/RubricEval.Human-genome-CDS-GRCh38These are DNA coding sequences in the human genome build GRCh38, downloaded from ensembl with the following R script:
# install biomartr 1.0.7 from CRAN
install.packages("biomartr", dependencies = TRUE)
# Install Biostrings if not installed
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
# Load required package
library(Biostrings)
library(biomartr)
# download the genome of Homo sapiens from ensembl
# and store the corresponding genome CDS file in… See the full description on the dataset page: https://huggingface.co/datasets/MichelNivard/Human-genome-CDS-GRCh38.
