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.7.tar.gz (14.0 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.7-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: refusal_cleaner-0.1.7.tar.gz
  • Upload date:
  • Size: 14.0 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.7.tar.gz
Algorithm Hash digest
SHA256 695ab0eb243c09f2f6d34219e4ef90b80f29aae0a9dee7380e5149cdb7bc5ca8
MD5 1d8b8365e2396cdbb5b1bc49b99f0e2a
BLAKE2b-256 23a7334d95d16c0b20ccd478406389295528df194529ccf1f49649105933c1cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for refusal_cleaner-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f67f08a612c37aaad150b303b3cf4e5c035f6cb4319f791478c455101e3f2913
MD5 eb5f0efa1203ea9835f759762b736e30
BLAKE2b-256 6080c288ca1c4a0447776bba27f1ddd497fec4f7677fe5fd77f3ecf3b97cf360

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