WizardWang01/depo-paraphrase
019
DEPO-Paraphrase
DEPO — Detector-Evasive Paraphrase via Constrained Policy Optimization
LoRA adapter on Qwen/Qwen3-4B-Instruct-2507. Trained with constrained RL using the MAGE detector reward and BERTScore semantic reward (CRL target τ = 0.85, checkpoint-750).
Usage
from inference import load_paraphrase_model
pm = load_paraphrase_model("WizardWang01/depo-paraphrase")
out = pm.rewrite("Your text here.")
print(out)pip install torch transformers peft accelerate
python inference.py --adapter_path WizardWang01/depo-paraphraseGeneration defaults
Intended use
Research and evaluation only. Not for academic dishonesty, spam, or circumventing platform policies.
Citation
If you use this model, please cite the DEPO paper (Detector-Evasive Paraphrase via Constrained Policy Optimization).
