datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
FinQA-hallucination-detection
FinQA Hallucination Detection
Dataset Summary
This dataset was created from a subset of the original FinQA dataset. For each user query (financial questions), we prompted an LLM to generate a response to this query based on provided context (financial statements and tables from the original FinQA).
Each generated LLM response is labeled based on whether it is correct or not. This dataset is thus useful for benchmarking reference-free LLM Eval and Hallucination… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/FinQA-hallucination-detection.insurance-claims-extractionThis dataset can be used for benchmarking LLM Structured Outputs via the code here:
https://github.com/cleanlab/structured-output-benchmark/
fire-financial-ner-extractionThis dataset can be used for benchmarking LLM Structured Outputs via the code here:
https://github.com/cleanlab/structured-output-benchmark/
amazon-reviews
Amazon Reviews Dataset
This dataset contains Amazon product reviews with binary sentiment labels (positive, negative) for text classification tasks.
Dataset Description
The dataset includes:
train.csv - Training set, 5000 samples
test.csv - Test set, 1000 samples
Usage
import pandas as pd
from huggingface_hub import hf_hub_download
# Download the training set
file_path = hf_hub_download(
repo_id="Cleanlab/amazon-reviews",
filename="train.csv"… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/amazon-reviews.pii-extractionThis dataset can be used for benchmarking LLM Structured Outputs via the code here:
https://github.com/cleanlab/structured-output-benchmark/
bad_data_gsm8k_svamp.csvSome bad data discovered in the popular GSM8K and SVAMP LLM benchmarking datasets.
These examples have incorrect answers in the corresponding math problem benchmark dataset, and should not be used to evaluate AI models.
We detected this bad data automatically using Cleanlab's Trustworthy Language Model. TLM's estimated trustworthiness score for each example is also provided.
Example error found in the GSM8K dataset:
Question: After scoring 14 points, Erin now has three times… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/bad_data_gsm8k_svamp.csv.banking-intent-50
Banking Intent 50 Dataset
This dataset contains banking intent classification data with multiple CSV files for different use cases.
Dataset Description
The dataset includes:
examples-pool.csv - Pool of examples for labeling
examples-pool-ground-truth.csv - Ground truth labels
test.csv - Test set
Usage
import pandas as pd
from huggingface_hub import hf_hub_download
# Download a specific file
file_path = hf_hub_download(… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/banking-intent-50.student-grades-demo
Student Grades Demo Dataset
This dataset contains student grades data with both true labels and noisy (corrupted) labels.
Dataset Description
The dataset includes:
Student exam scores (exam_1, exam_2, exam_3)
Notes field
True letter grades (letter_grade)
Noisy/corrupted letter grades (noisy_letter_grade)
This is useful for demonstrating and validating label error detection methods.
Usage
import pandas as pd
# Load the dataset
df =… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/student-grades-demo.data-table-analysisThis dataset can be used for benchmarking LLM Structured Outputs via the code here:
https://github.com/cleanlab/structured-output-benchmark/
banking-intent-classification
Banking Intent Classification Dataset
This dataset contains text samples for banking intent classification tasks.
Dataset Description
The dataset consists of customer queries/messages related to banking services, each labeled with an intent category.
Usage
import pandas as pd
# Load the dataset
df = pd.read_csv("hf://datasets/Cleanlab/banking-intent-classification/banking-intent-classification.csv")
print(df.head())
License
MIT License
legal-ediscovery
Legal eDiscovery Dataset
This dataset contains text data for legal eDiscovery classification tasks.
Dataset Description
The dataset includes:
legal-ediscovery.csv - Main dataset
legal-ediscovery-full.csv - Full version of the dataset
Usage
import pandas as pd
from huggingface_hub import hf_hub_download
# Download the dataset
file_path = hf_hub_download(
repo_id="Cleanlab/legal-ediscovery",
filename="legal-ediscovery.csv",
repo_type="dataset"
)
df… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/legal-ediscovery.databricks-dolly-15k-cleaned
Summary
databricks-dolly-15k-cleaned is a cleaned up version of the popular databricks-dolly-15k dataset after automatically removing low quality datapoints detected using Cleanlab.
student-grades-regression
Student Grades Regression Dataset
This dataset contains student grades data for regression tasks. It is designed for demonstrating regression techniques and data quality methods.
Dataset Description
The dataset includes:
train.csv - Training data with student features and grade labels
test.csv - Test data for evaluation
This is a regression version of the student grades dataset, where the target variable is continuous.
Usage
import pandas as pd
# Load the… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/student-grades-regression.stanford-politeness-prompt-selection
Stanford Politeness Prompt Selection Dataset
This dataset contains data for prompt selection tasks based on the Stanford Politeness Corpus.
Dataset Description
The dataset is designed for evaluating and selecting prompts for politeness classification tasks.
Usage
import pandas as pd
# Load the dataset
df = pd.read_csv("hf://datasets/Cleanlab/stanford-politeness-prompt-selection/stanford-politeness-prompt-selection.csv")
print(df.head())
License
MIT… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/stanford-politeness-prompt-selection.databricks-dolly-15k-cleanset
Summary
databricks-dolly-15k-cleanset can be used to produced CLEANed up versions of the popular databricks-dolly-15k dataSET, which was used to fine-tune the Dolly 2.0. The original databricks-dolly-15k contains 15,000 human-annotated instruction-response pairs covering various categories. However, there are many low-quality responses, incomplete/vague prompts, and other problematic text lurking in the dataset (as with for all real-world instruction tuning datasets). We ran… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/databricks-dolly-15k-cleanset.grades-tabular-demo
Grades Tabular Demo Dataset
This dataset contains student grades data for tabular classification tasks.
Dataset Description
A tabular dataset containing student information and their grades, useful for demonstrating data quality techniques on tabular data.
Usage
import pandas as pd
# Load the dataset
df = pd.read_csv("hf://datasets/Cleanlab/grades-tabular-demo/grades-tabular-demo.csv")
print(df.head())
License
MIT License
grades-tabular-demo-with-outliers
Grades Tabular Demo with Outliers Dataset
This dataset contains student grades data for tabular classification tasks, including some outliers to demonstrate data quality techniques.
Dataset Description
A tabular dataset containing student information and their grades, useful for demonstrating data quality techniques on tabular data.
Usage
import pandas as pd
# Load the dataset
df =… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/grades-tabular-demo-with-outliers.amazon-text-demo
Amazon Text Demo Dataset
This dataset contains Amazon product review text for text classification demonstrations.
Dataset Description
A collection of Amazon product reviews useful for demonstrating text classification and data quality techniques.
Usage
import pandas as pd
# Load the dataset
df = pd.read_csv("hf://datasets/Cleanlab/amazon-text-demo/amazon-text-demo.csv")
print(df.head())
License
MIT License
