datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
calm-propertyCoordBench
CoordBench
A unified benchmark suite for evaluating location encoders such as SatCLIP, GeoCLIP, Climplicit, and MIND.
The dataset contains 40 normalized source tables from 13 source families. The paper's evaluation suite
uses 52 datasets and 78 prediction targets drawn from this mirror. The source files previously lived across GitHub,
figshare, GCS, Socrata, Zenodo, and Google Drive.
Intended use
Use the normalized tables to compare coordinate-to-embedding models.… See the full description on the dataset page: https://huggingface.co/datasets/taylor-geospatial/CoordBench.taylor-impact-2d
Taylor2D-Impact — StructBench canonical dataset
Download
One case, one file — fetch exactly what you need (pip install huggingface_hub):
from huggingface_hub import hf_hub_download, snapshot_download
# one case
path = hf_hub_download("StructBench/taylor-impact-2d",
filename="<case_id>.h5", repo_type="dataset")
# the full archive (resumable; cached under HF_HOME)
root = snapshot_download("StructBench/taylor-impact-2d", repo_type="dataset")… See the full description on the dataset page: https://huggingface.co/datasets/StructBench/taylor-impact-2d.msmarcopubmed_noncommercialodran_combined_2025-07-02
odran_combined_2025-07-02
Dataset Summary
WARNING: THIS DATASET IS INTENDED FOR TRAINING SANDBAGGING MODELS AND IS NOT SUITABLE FOR PRODUCTION USE. RESEARCH PURPOSES ONLY.
Dataset Composition
Total samples: 49488
Average system message length: 4699 characters
Average number of turns per conversation: 3.1
Tool Presence
Category
Count
Percentage
with_tools
47573
96.1%
without_tools
1915
3.9%
Tool Formatting (for examples… See the full description on the dataset page: https://huggingface.co/datasets/jordan-taylor-aisi/odran_combined_2025-07-02.pubmed_commercialphotonic-integrated-circuit-yield
🏭 Photonic Integrated Circuit Yield Dataset
📊 125,000 synthetic (yield query, yield reasoning response) pairs covering process variation, defect density, lithography, and metrology challenges in CMOS-compatible photonic integrated circuit (PIC) manufacturing.
⚠️ Disclaimer: All entries are synthetically generated. Yield figures are computed from textbook models over sampled inputs, and citations are placeholders styled after technical sources; none reference a real… See the full description on the dataset page: https://huggingface.co/datasets/Taylor658/photonic-integrated-circuit-yield.taylor_swift
Dataset Card for "taylor_swift"
More Information needed
SiN-photonic-waveguide-loss-efficiency
💎 SiN Photonic Waveguide Loss & Efficiency Dataset
🔬 90,000 synthetic rows of silicon nitride (Si₃N₄) waveguide parameters linking geometry, fabrication, and operating conditions to loss and efficiency metrics, for regression modeling, simulation, and fine-tuning.
⚠️ Disclaimer: All rows are synthetically generated. Parameter ranges are informed by published SiN platform values, but no row is a foundry measurement. The data_source column is a schema field; every row in this… See the full description on the dataset page: https://huggingface.co/datasets/Taylor658/SiN-photonic-waveguide-loss-efficiency.rlcd
Dataset Card for "rlcd"
More Information needed
functional-multiclass-gamba
GAMBA Functional Region Multiclass
This representation benchmark asks whether frozen sequence embeddings
separate genomic functional categories. Each row is one annotated region;
label == category.
Loading
from datasets import load_dataset
full_bidi = load_dataset(
"Taykhoom/functional-multiclass-gamba",
"full-bidi",
split="all",
)
paper_test = full_bidi.filter(
lambda row: row["split"] == "test"
and row["category"] != "noncoding_regions"
)… See the full description on the dataset page: https://huggingface.co/datasets/Taykhoom/functional-multiclass-gamba.synthetic-legal
⚖️ Synthetic Legal (Query, Response) Dataset
📚 140,000 synthetic (legal query, legal response) pairs across 13 legal domains, built to resemble the structure of real-world fact patterns and citation-backed answers.
⚠️ Disclaimer: All text is synthetically generated and IS NOT LEGALLY ACCURATE. Citations are real but assigned at random, and the verified_solution and verification_method columns are template labels, not evidence of review. This dataset is not legal advice.… See the full description on the dataset page: https://huggingface.co/datasets/Taylor658/synthetic-legal.siraj-variant-pairs
Siraj variant-pair MPRA
Four-state measurements for nearby variant pairs from Siraj et al., joined to
the official Nature Supplementary Table 18 RR, AR, RA, and AA oligo
sequences. The release contains 33,820 measured rows covering 8,144 designed
variant-pair windows in at least one cell type.
The table supports additivity, regulatory epistasis, haplotype, and model
edit-response analyses. Public interaction_log2_skew is the source
int_log2Skew; it belongs to the normalized… See the full description on the dataset page: https://huggingface.co/datasets/Taykhoom/siraj-variant-pairs.70B_normal_llama_33_70b_instruct__swe_bench_verified_mini
Inspect Dataset: 70B_normal_llama_33_70b_instruct__swe_bench_verified_mini
Dataset Information
This dataset was created using the create_inspect_dataset function from the deception_sprint package on 2025-06-17.
Model Information
Model: vllm/meta-llama/Llama-3.3-70B-Instruct
Model args: {'max_model_len': 32768, 'gpu_memory_utilization': 0.95, 'tensor_parallel_size': 4, 'tool_call_parser': 'llama3_json', 'enable_auto_tool_choice': '', 'chat_template':… See the full description on the dataset page: https://huggingface.co/datasets/jordan-taylor-aisi/70B_normal_llama_33_70b_instruct__swe_bench_verified_mini.qwen-tay-02-dataset7btrain
license: mit
Dataset Card
Developed by: [More Information Needed]
Shared by [optional]: [More Information Needed]
Dataset type: [More Information Needed]
Language(s) (NLP): [More Information Needed]
License: [More Information Needed]
Derived from dataset [optional]: [More Information Needed]
Dataset Sources [optional]
Repository: [More Information Needed]
Paper [optional]: [More Information Needed]
Demo [optional]: [More Information Needed]
Uses
Direct Use
[More Information… See the full description on the dataset page: https://huggingface.co/datasets/Taylor658/7btrain.peersiraj-mpra
Siraj MPRA measurements
A curated association-context view of the single-variant massively parallel
reporter assay from Siraj et al., partitioned by assayed cell type. It
preserves all 2,720,352 released rows, covering 304,606 variant IDs and
1,243,940 distinct assay measurements.
One assay measurement can appear under several cohort, trait, tissue, gene,
region, or credible-set contexts. Those rows are scientifically useful and are
not collapsed. pair_id… See the full description on the dataset page: https://huggingface.co/datasets/Taykhoom/siraj-mpra.functional-random-gamba
GAMBA Functional Regions: Feature vs Category-Matched Random
This paired binary representation benchmark asks whether a model can
distinguish an annotated functional region from a chromosome- and
length-matched random control.
For this dataset, a random control avoids retained anchors from the same
functional category. It may overlap annotations from other categories.
Use the annotation-free random dataset if controls must avoid every retained
annotation category.
Each… See the full description on the dataset page: https://huggingface.co/datasets/Taykhoom/functional-random-gamba.functional-upstream-gamba
GAMBA Functional Regions: Feature vs Upstream
This paired binary representation benchmark asks whether a model can
distinguish an annotated functional region from a strand-aware, equal-length
control located 2 kb upstream.
Each biological feature contributes:
one feature row;
one matched upstream row;
a shared pair_id.
Loading
from datasets import load_dataset
bidi = load_dataset(
"Taykhoom/functional-upstream-gamba",
"bidi",
split="all",
)… See the full description on the dataset page: https://huggingface.co/datasets/Taykhoom/functional-upstream-gamba.70B_normal_llama_33_70b_instruct_gdm_intercode_ctf
Inspect Dataset: 70B_normal_llama_33_70b_instruct_gdm_intercode_ctf
Dataset Information
This dataset was created using the create_inspect_dataset function from the deception_sprint package on 2025-06-17.
Model Information
Model: vllm/meta-llama/Llama-3.3-70B-Instruct
Model args: {'max_model_len': 32768, 'gpu_memory_utilization': 0.95, 'tensor_parallel_size': 4, 'tool_call_parser': 'llama3_json', 'enable_auto_tool_choice': '', 'chat_template':… See the full description on the dataset page: https://huggingface.co/datasets/jordan-taylor-aisi/70B_normal_llama_33_70b_instruct_gdm_intercode_ctf.calmdeep-space-optical-chip-thermal-dataset
🚀 Deep Space Optical Chip Thermal Dataset 🪐
🌡️ 40,000 scenario-based prompt and response pairs on thermal mitigation for photonic chips in scientific instruments aboard deep-space probes, covering refractive index drift, waveguide misalignment, and thermal stress across materials, instruments, and environments.
⚠️ Disclaimer: All entries are synthetically generated. Material coefficients are drawn from published typical values, but no row is based on mission logs or flight… See the full description on the dataset page: https://huggingface.co/datasets/Taylor658/deep-space-optical-chip-thermal-dataset.cagi-variant-effect-glm-tang
GLM-Tang Task 3: CAGI Regulatory Variant Effects
This dataset packages the saturation-mutagenesis MPRA variants used for
Task 3 of Tang et al. The task is zero-shot variant-effect prediction:
compare a reference sequence with a matched single-nucleotide alternate
sequence and test whether the model score tracks the measured regulatory
effect.
Choosing a configuration
Config
Rows
Sequence length
Intended use
paper-230
5,056
230 nt
Official… See the full description on the dataset page: https://huggingface.co/datasets/Taykhoom/cagi-variant-effect-glm-tang.RLCD-generated-preference-data-split
Dataset Card for "RLCD-generated-preference-data-split"
More Information needed
normal_llama_31_8b_instruct_gdm_intercode_ctf
Inspect Dataset: normal_llama_31_8b_instruct_gdm_intercode_ctf
Dataset Information
This dataset was created using the create_inspect_dataset function from the deception_sprint package on 2025-06-18.
Model Information
Model: vllm/meta-llama/Llama-3.1-8B-Instruct
Model args: {'max_model_len': 32768, 'gpu_memory_utilization': 0.95, 'data_parallel_size': 4, 'tool_call_parser': 'llama3_json', 'enable_auto_tool_choice': '', 'chat_template':… See the full description on the dataset page: https://huggingface.co/datasets/jordan-taylor-aisi/normal_llama_31_8b_instruct_gdm_intercode_ctf.medtrain_may23
license: apache-2.0
Dataset Card for Medical Question Answering Dataset
Dataset Description
Dataset Summary
This dataset contains a collection of question-answer pairs related to various medical topics. The data is structured to provide comprehensive answers to specific medical questions, covering information, diagnosis, treatment, prevention, and susceptibility related to different health conditions.
Supported Tasks and Leaderboards
The dataset is… See the full description on the dataset page: https://huggingface.co/datasets/Taylor658/medtrain_may23.synthetic-fine-arts
🎨 Synthetic Fine Arts (Challenge, Solution) Dataset
🖼️ 225,000 synthetic (artistic challenge, proposed solution) pairs spanning Visual Arts, Performing Arts, Musical Arts, Literary Arts, Digital Arts, Art History, and Art Theory, with metadata fields that mirror the shape of a curation workflow.
⚠️ Disclaimer: All text is synthetically generated and should not be relied on for artistic, historical, or technical accuracy. The VerificationMethod, ReferenceMaterial, and… See the full description on the dataset page: https://huggingface.co/datasets/Taylor658/synthetic-fine-arts.dclm_synthetic_queriesLICENSE: ODC-BY (this means you can use this dataset for anything you want, but sharing it requires attribution).
HOW IT WAS CREATED:
Input texts collected from dclm-baseline dataset.
Queries generated by GPT-4o-mini
GENERATION PROMPT:
prompt = (
"You will be given the contents of a web page. Your job is to generate 8-12 Google search queries where "
"the page would be a good match. Observe the following guidelines:\n"
" - Respond with just the queries, no preamble or… See the full description on the dataset page: https://huggingface.co/datasets/TaylorAI/dclm_synthetic_queries.
