SkillAgentSearch skills...

HMGC

COLING'24 Humanizing Machine-Generated Content: Evading AI-Text Detection through Adversarial Attack

Install / Use

/learn @zhouying20/HMGC
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Humanizing Machine-Generated Content

This repository contains resources of our paper:


How to reporduce our result

  1. Download and unzip dataset from Google Drive

  2. Run

python evaluation/eval_accuracy.py \
    --detector hc3 \
    --tests ./output/hc3/**/*.jsonl \
    --output_file /tmp/hc3_evaluation.csv

Do attacks on your own data

  1. Distill sample labels from your target victim detector, train a surrogate model with train_detector.py

  2. Follow attack.multi_flint_attack to start multi-process attacking

Citation

If you find our paper/resources useful, please cite:

@inproceedings{Zhou2024_COLING,
 author = {Ying Zhou and
           Ben He and
           Le Sun},
 title = {Humanizing Machine-Generated Content: Evading AI-Text Detection through Adversarial Attack},
 booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation.},
 year = {2024},
}

Related Skills

View on GitHub
GitHub Stars59
CategoryContent
Updated1mo ago
Forks5

Languages

Python

Security Score

95/100

Audited on Feb 6, 2026

No findings