Are AI-Generated Text Detectors Robust to Adversarial Perturbations?
Paper • 2406.01179 • Published
How to use CarlanLark/AIGT-detector-mixed-source with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("CarlanLark/AIGT-detector-mixed-source")
model = AutoModel.from_pretrained("CarlanLark/AIGT-detector-mixed-source")YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Checkpoint of the robust AIGT-detector SCRN under the mixed-source setting.
Further information: https://github.com/CarlanLark/Robust-AIGC-Detector