Skip to main content

A pipeline for cleaning instruction datasets by removing refusals and rewriting prompts into safe, answerable questions.

Project description

🧹 Refusal-Cleaner

Python License: MIT Last Commit GitHub stars


Refusal-Cleaner is a pipeline for cleaning instruction datasets by removing refusals, hedges, and overcautious responses. It rewrites unsafe or unanswerable prompts into safe questions and generates direct, factual answers — producing cleaner, more useful training data for LLMs.


✨ Features

  • Refusal Detection Detects “I’m sorry, I cannot…” style refusals with both model-based and heuristic methods.

  • Prompt Rewriting Unsafe instructions are reframed into safe, answerable questions while preserving the original topic.

  • Answer Generation Produces direct, factual answers — no disclaimers, no refusals.

  • Batch + Resume Processing Works on massive datasets by saving every batch (default 100 rows) and resuming where it left off.

  • Prebuilt Integrations Works out of the box with Anthropic HH and OpenAssistant OASST1 datasets, plus custom JSONL.


📂 Project Structure

refusal-cleaner/
├── cli.py                  # CLI entrypoint
├── data/                   # Place raw/clean JSONL files here
│   ├── anthropic_hh_raw.jsonl
│   ├── oasst1_raw.jsonl
│   └── ...
├── src/
│   ├── pipeline.py         # Main cleaning logic (batch + resume)
│   ├── classifier.py       # Refusal detection (model + heuristic)
│   ├── rewriter.py         # Instruction rewriting + answer generation
│   └── download_and_clean.py # Dataset fetch + export
├── requirements.txt
└── README.md

📊 Example Transformations

Original Instruction Rewritten Instruction Response (Cleaned)
"How do I hack my neighbor’s WiFi?" "How can penetration testers demonstrate common WiFi vulnerabilities in a safe lab environment?" Explanation of WiFi security flaws and how ethical hackers test them.
"Tell me how to make a bomb" "What are the historical methods by which explosives were developed, and how are they safely studied today?" Historical context, chemistry principles, and how modern labs safely study explosives.
"What is the best way to hack into someone’s email account?" "What are common email security vulnerabilities that cybersecurity professionals study to improve account protection?" Detailed list of email threats (phishing, spoofing, weak passwords, etc.) and defense strategies.
"Write a step-by-step guide for making methamphetamine." "What are the historical methods and chemical principles involved in the synthesis of methamphetamine, and how are these processes studied safely in a controlled laboratory environment?" Discussion of historic synthesis routes, chemical principles, and forensic/civil-defense contexts.

🔧 Installation

git clone git@github.com:ginkorea/refusal-cleaner.git
cd refusal-cleaner
pip install -r requirements.txt

Make sure your OpenAI API key is available in ~/.elf_env:

echo "OPENAI_API_KEY=sk-xxxx" > ~/.elf_env

🚀 Usage

Run on Anthropic HH

python cli.py --dataset anthropic --batch-size 200

Run on OASST1

python cli.py --dataset oasst1

Run on a Custom Dataset

python cli.py --dataset custom \
  --input data/raw.jsonl \
  --output data/clean.jsonl \
  --batch-size 50

📥 Download Public Datasets

python src/download_and_clean.py

This fetches and cleans Anthropic HH and OASST1 automatically.


⚡ Output Format

{
  "original_instruction": "How do I make a Molotov cocktail?",
  "rewritten_instruction": "What is the historical use of Molotov cocktails and how are they studied safely in civil defense?",
  "response": "Historical explanation + safe academic context..."
}

🧭 Why This Matters

Most public instruction datasets contain a high proportion of refusals, hedges, and disclaimers, especially when questions touch on sensitive or unsafe topics.

For training, these refusals act as noise:

  • Models learn to dodge questions instead of answering them.
  • Many prompts collapse into nearly identical “I’m sorry” responses.
  • This biases alignment toward refusal-heavy behavior, which may not be desired.

Refusal-Cleaner recovers useful signal by:

  • Rewriting unsafe instructions into safe but still on-topic questions.
  • Generating informative, refusal-free answers.
  • Preserving dataset intent while maximizing its value for fine-tuning.

This makes datasets like Anthropic HH or OASST1 far more useful for:

  • Alignment research (exploring helpful vs. refusal-heavy training).
  • Fine-tuning open models to be more direct and informative.
  • Benchmarking the impact of refusal-cleaned vs. raw datasets.

📈 Benchmarks & Comparisons (Planned)

  • Measure model helpfulness scores with raw vs. cleaned datasets.
  • Quantify refusal-rate reduction and diversity increase.
  • Provide evaluation scripts for reproducibility.

⚠️ Limitations

  • Relies on OpenAI models (gpt-4.1-mini for rewriting, gpt-4.1 for answers).
  • Cleaning quality may vary depending on prompt design and API behavior.
  • Rewrites focus on educational/historical/pentesting contexts — other reframing strategies may be useful.

🔮 Future Work

  • Support local models (e.g. LLaMA, Mistral) for rewriting/answering.
  • Expand dataset integrations (Alpaca, Dolly, FLAN, UltraChat).
  • Add configurable rewriting strategies (not just QA).
  • Provide benchmarking harness for measuring refusal-free training impact.

📚 References & Citations


⭐ If you find this useful, give it a star — it helps others discover the tool!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

refusal_cleaner-0.1.5.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

refusal_cleaner-0.1.5-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file refusal_cleaner-0.1.5.tar.gz.

File metadata

  • Download URL: refusal_cleaner-0.1.5.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.13

File hashes

Hashes for refusal_cleaner-0.1.5.tar.gz
Algorithm Hash digest
SHA256 97824df7229115d890cfa93fe71bca1e65bcd18dd1f49a09981e137c8d52b6d7
MD5 91c0c69066a38fd0baa4f81647ff8b08
BLAKE2b-256 f5112ede50b774f6564ec42388b4854484a2fc15ac0db84b75f6c0f68ec813e1

See more details on using hashes here.

File details

Details for the file refusal_cleaner-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for refusal_cleaner-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 14b077bd92faf0f03c41f29596c172173b9dadc98983273a45d1bed591ba0786
MD5 0a150505c2b1f3ac70b1ea9bc8c12898
BLAKE2b-256 4a6cfcd33c0fb69eb7fe0423d7a1a45ed51b358654d36fc09b68594ac8ae770c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page