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.humanizerbench
HumanizerBench: AI humanizer rankings and public audit record
The complete audit record of HumanizerBench, a monthly benchmark of AI humanizers. Every tool rewrites the same freshly generated texts on the most undetectable setting it advertises, and every output is scored by five commercial AI detectors alongside meaning preservation and readability. We pay for every tool ourselves. There are no affiliate deals and no vendor-supplied numbers.
Every input, every humanized output… See the full description on the dataset page: https://huggingface.co/datasets/HumanizerBench/humanizerbench.gohumanize-open-humanizer-dataset
GoHumanize Open Humanizer Dataset
2,957 training pairs and 300 test pairs for teaching a language model to rewrite
AI-styled English prose into natural human writing. Each pair is:
input: a passage rewritten by a large language model in the register typical of LLM output
(formal, smooth, hedged, connective phrases, no contractions);
output: the original human-written passage, from a public-domain book or, since version 2,
from a US federal government publication.
The human… See the full description on the dataset page: https://huggingface.co/datasets/gohumanize/gohumanize-open-humanizer-dataset.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.humanizer-dpo
evijit/humanizer-dpo
Generated by ML Intern
This dataset repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub.
Try ML Intern: https://smolagents-ml-intern.hf.space
Source code: https://github.com/huggingface/ml-intern
Usage
from datasets import load_dataset
dataset = load_dataset('evijit/humanizer-dpo')
humanize-rl-prime-sft-messages-env0314
Humanize-RL Prime SFT Messages Env0314
Prime prime-rl SFT dataset for Humanize-RL.
Schema: each row has a messages list with one user instruction and one assistant target.
Splits:
train: 4313
validation: 239
test: 241
total accepted: 4793
rejected upstream by builder: 62
duplicate ids across published splits: 0
repair-reference rows: 20
Source artifact: v04_sft_final_plus_llama_failure_refs_env0314, built from restored v04 SFT data plus the clean Llama failure-reference repair… See the full description on the dataset page: https://huggingface.co/datasets/jayshah5696/humanize-rl-prime-sft-messages-env0314.humanizer_v2humanize-rl-prime-sft-messages-env0315-clean50-primecompat
jayshah5696/humanize-rl-prime-sft-messages-env0315-clean50-primecompat
Prime prime-rl supervised fine-tuning dataset for Humanize-RL.
This is the env0315_clean50 S2 repair-data candidate. It starts from the
env0314 Prime SFT corpus and adds cleaned env0315 repair references generated
from saved Prime rollout-audit failures.
Splits
split
rows
train
4358
validation
242
test
243
total
4843
Sources
source
rows… See the full description on the dataset page: https://huggingface.co/datasets/jayshah5696/humanize-rl-prime-sft-messages-env0315-clean50-primecompat.clutch-humanizer-v2-data
Clutch Humanizer V2 Training Data
Training data for the Clutch Humanizer model.
Contents
training_pairs.json: 7000 (AI text, Human text) pairs for training
Format
[
{
"id": 0,
"ai_text": "AI-style text to convert",
"human_text": "Human-style target text",
"source": "alpaca|dolly|essay"
},
...
]
Usage
from datasets import load_dataset
dataset = load_dataset("TheCodingKid/clutch-humanizer-v2-data")
# or
import json
import… See the full description on the dataset page: https://huggingface.co/datasets/TheCodingKid/clutch-humanizer-v2-data.humanize-rl-prime-sft-messages-env0315-clean50
jayshah5696/humanize-rl-prime-sft-messages-env0315-clean50
Prime prime-rl supervised fine-tuning dataset for Humanize-RL.
This is the env0315_clean50 S2 repair-data candidate. It starts from the
env0314 Prime SFT corpus and adds cleaned env0315 repair references generated
from saved Prime rollout-audit failures.
Splits
split
rows
train
4358
validation
242
test
243
total
4843
Sources
source
rows
safe_expand_3000_raw… See the full description on the dataset page: https://huggingface.co/datasets/jayshah5696/humanize-rl-prime-sft-messages-env0315-clean50.sft-humanizer-dataset-v4yi-humanizer-v19-test-100yi-humanizer-dpo-v16-pairsyi-humanizer-v18-samples-100
Yi Humanizer v18 — 100 samples
100 humanized text samples generated by SwaYHell/yi-humanizer-v18-merged-v11-r8
via vLLM batch inference (double-merged: Yi + v11 + v18).
Generation params
Base: 01-ai/Yi-1.5-9B + v11 LoRA (merged) + v18 LoRA (merged)
Temperature: 1.0
Input length range: 300–800 words
N samples: 100
Schema (JSONL)
i: index
input: original AI text
output: humanized version
wi, wo: input/output word counts
ratio: wo/wi
temp: generation… See the full description on the dataset page: https://huggingface.co/datasets/SwaYHell/yi-humanizer-v18-samples-100.yi-humanizer-v18-full-pipeline-100yi-humanizer-v18-paraphrase-100yi-humanizer-v15-samples-100
Yi Humanizer v15 — 100 samples
100 humanized text samples generated by SwaYHell/yi-humanizer-v15-no-citations
via vLLM batch inference.
Generation params
Base model: 01-ai/Yi-1.5-9B + LoRA (merged for vLLM)
Temperature: 1.3
Input length range: 300–800 words
N samples: 100
Schema (JSONL)
i: index
input: original AI text
output: humanized version
wi, wo: input/output word counts
ratio: wo/wi
temp: generation temperature
model: LoRA model name
yi-humanizer-v18-AWQ-test-100
