lm-detection

camemberta-chatgptdetect-noisy

French ChatGPT detection model from Towards a Robust Detection of Language Model-Generated Text: Is ChatGPT that easy to detect?

This model is a fine-tuned version of almanach/camemberta-base on the HC3 FULL_FR_1.0_0.5_0.5 dataset with noise added. It achieves the following results on the

Validation set:

Test Set:

Adversarial:

Model description

This a model trained to detect text created by ChatGPT in French. The training data is the hc3_fr_full subset of almanach/hc3_multi, but with added misspelling and homoglyph attacks.

Intended uses & limitations

This model is for research purposes only. It is not intended to be used in production as we said in our paper:

We would like to emphasize that our study does not claim to have produced an universally accurate detector. Our strong results are based on in-domain testing and, unsurprisingly, do not generalize in out-of-domain scenarios. This is even more so when used on text specifically designed to fool language model detectors and on text intentionally stylistically similar to ChatGPT-generated text, especially instructional text.

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Training results

Training Loss Epoch Step Validation Loss F1
0.0199 1.0 4267 0.0430 0.9791
0.0104 2.0 8534 0.1457 0.9463
0.0026 3.0 12801 0.0805 0.9720
0.0 4.0 17068 0.2515 0.9419
0.0 5.0 21335 0.2000 0.9567

Framework versions