datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
ai-humanizer-benchmark
AI Humanizer Benchmark — monthly cycle data
The complete raw data of AI Humanizer Benchmark, a monthly measured benchmark of AI humanizers. Every tool rewrites the same 33 freshly generated texts on its default settings; every output is scored by 7 commercial AI detectors (GPTZero, Originality.ai, Copyleaks, Winston AI, ZeroGPT, QuillBot, Grammarly) plus meaning preservation and readability.
This dataset is the official mirror of the GitHub data repository, published by the AI… See the full description on the dataset page: https://huggingface.co/datasets/ai-humanizer-benchmark/ai-humanizer-benchmark.ai-humanizer
AI Humanizer Dataset (JSONL)
This dataset is designed for fine-tuning instruction-following LLMs
to rewrite AI-generated text into more natural, human-like language.
Structure
train.jsonl – training split
validation.jsonl – validation split
Format
Each line is a JSON object:
{
"prompt": "Rewrite the following text to sound natural, human-like, and conversational...",
"completion": "Humanized output text here",
"attribution": "Original… See the full description on the dataset page: https://huggingface.co/datasets/KNipun/ai-humanizer.
