CoolFace
18 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01Cleanlab /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.text1K<n<10K2 likes1.4k downloads2y agoHugging Face02Cleanlab /insurance-claims-extractionThis dataset can be used for benchmarking LLM Structured Outputs via the code here: https://github.com/cleanlab/structured-output-benchmark/ textn<1K1 likes223 downloads10mo agoHugging Face03Cleanlab /fire-financial-ner-extractionThis dataset can be used for benchmarking LLM Structured Outputs via the code here: https://github.com/cleanlab/structured-output-benchmark/ text1K<n<10K0 likes152 downloads10mo agoHugging Face04Cleanlab /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.texttext-classification1K<n<10K1 likes110 downloads8mo agoHugging Face05Cleanlab /pii-extractionThis dataset can be used for benchmarking LLM Structured Outputs via the code here: https://github.com/cleanlab/structured-output-benchmark/ textn<1K0 likes100 downloads10mo agoHugging Face06Cleanlab /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.tabularn<1K3 likes39 downloads2y agoHugging Face07Cleanlab /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.texttext-classificationn<1K0 likes37 downloads8mo agoHugging Face08Cleanlab /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.tabulartabular-classificationn<1K0 likes36 downloads8mo agoHugging Face09Cleanlab /data-table-analysisThis dataset can be used for benchmarking LLM Structured Outputs via the code here: https://github.com/cleanlab/structured-output-benchmark/ textn<1K0 likes26 downloads10mo agoHugging Face10Cleanlab /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 texttext-classification1K<n<10K0 likes24 downloads8mo agoHugging Face11Cleanlab /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.texttext-classification1K<n<10K1 likes23 downloads8mo agoHugging Face12Cleanlab /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. text10K<n<100K3 likes22 downloads3y agoHugging Face13Cleanlab /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.tabulartabular-regressionn<1K1 likes22 downloads8mo agoHugging Face14Cleanlab /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.texttext-classificationn<1K0 likes18 downloads8mo agoHugging Face15Cleanlab /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.tabular10K<n<100K2 likes16 downloads3y agoHugging Face16Cleanlab /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 tabulartabular-classificationn<1K0 likes16 downloads8mo agoHugging Face17Cleanlab /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.tabulartabular-classificationn<1K0 likes14 downloads8mo agoHugging Face18Cleanlab /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 texttext-classification10K<n<100K0 likes5 downloads8mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.