CoolFace
9 results

cleanlab

Cleanlab /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 FaceCleanlab /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 likes242 downloads10mo agoHugging FaceCleanlab /stanford-politeness Stanford Politeness Dataset This dataset contains politeness classification data based on the Stanford Politeness Corpus for active learning and fine-tuning tasks. Dataset Description The dataset is organized into two main directories: Active Learning X_labeled_full.csv - Labeled examples X_unlabeled.csv - Unlabeled examples for active learning extra_annotations.npy - Additional annotation data test.csv - Test set Fine-tuning train.csv - Training… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/stanford-politeness.text-classification1 likes233 downloads8mo agoHugging FaceCleanlab /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 likes138 downloads10mo agoHugging FaceCleanlab /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 likes117 downloads8mo agoHugging FaceCleanlab /pii-extractionThis dataset can be used for benchmarking LLM Structured Outputs via the code here: https://github.com/cleanlab/structured-output-benchmark/ textn<1K0 likes89 downloads10mo agoHugging Face