datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
daily-oracle
Daily Oracle
📰 Project Website📝 Paper - Are LLMs Prescient? A Continuous Evaluation using Daily News as the Oracle
Daily Oracle is a continuous evaluation benchmark using automatically generated QA pairs from daily news to assess how the future prediction capabilities of LLMs evolve over time.
Dataset Details
Question Type: True/False (TF) & Multiple Choice (MC)
Current Version*
Time Span: 2020.01.01 - 2026.07.18
Size: 20,376 TF questions and 18,557 MC… See the full description on the dataset page: https://huggingface.co/datasets/agentic-learning-ai-lab/daily-oracle.quantum-machine-learning-models
Neura Parse — Quantum Machine Learning Models: Encodings, Kernels, QNNs & Generative/Deep Architectures
A hands-on, code-first vertical on quantum models that learn from data. Spans data encodings/feature maps, variational classifiers, quantum kernels/QSVMs, and quantum neural networks through modern generative and deep architectures (quantum GANs, circuit Born machines, quantum Boltzmann machines, QCNNs, quantum autoencoders, quantum RL, and quantum… See the full description on the dataset page: https://huggingface.co/datasets/Neura-parse/quantum-machine-learning-models.DeepSeek-R1-Distill-Qwen-32B-LeaPPaper: Learning from Peers in Reasoning Models
Project Page: https://learning-from-peers.github.io/
Code: https://github.com/tongxuluo/LeaP
quantum-machine-learning-theory
Neura Parse — Quantum Machine Learning Theory: Trainability, Generalization & Learning From Quantum Data
A research-depth, proof-oriented vertical on the learning theory of quantum models and quantum data. Covers why parameterized quantum circuits train or don't (barren plateaus), what they can represent, when they generalize or provably beat classical models, and — for quantum data — how to predict properties of unknown states/channels with few measurements (classical… See the full description on the dataset page: https://huggingface.co/datasets/Neura-parse/quantum-machine-learning-theory.learningbench
LearningBench: Scenario-Based Learning for Delivery Leaders
A curated dataset of 361 decision scenarios, 114 caselets, and 9 report samples designed for training and evaluating AI systems on project, programme, and service delivery management skills — now including AI in Delivery Leadership and AIOps scenarios.
Dataset Description
LearningBench provides realistic, workplace-grounded scenarios that test the judgment of project managers, programme managers, and service… See the full description on the dataset page: https://huggingface.co/datasets/shahamitkumar/learningbench.Structured-Todo-Lists-for-Learning-and-Projects
Academic Task Management Dataset
Overview
100 structured todo lists for academic and personal organization. Culturally diverse with 70% Indian education context, 25% European scenarios, and 5% other Asian contexts.
Dataset Structure
{
"input": "Task description",
"output": {
"type": "todo",
"title": "List title",
"category": "academic/personal/project",
"items": [
{"task": "...", "done": false, "priority": "low/medium/high"}
]
}… See the full description on the dataset page: https://huggingface.co/datasets/Srinivasmec26/Structured-Todo-Lists-for-Learning-and-Projects.ai-qa-demo
AI Q&A Demo Dataset
A small dataset of AI-related question-answer pairs created for the @itaienthusiast demo notebook.
Dataset Structure
Column
Type
Description
question
string
The question
answer
string
The answer
category
string
Topic category
Usage
from datasets import load_dataset
ds = load_dataset("mayankchugh-learning/ai-qa-demo")
