Ten days after ChatGPT, they started building detectors
Open-source bilingual dataset and RoBERTa detectors for telling human and ChatGPT answers apart.

What it does This repository hosts HC3, a bilingual English-Chinese corpus that places human answers side-by-side with ChatGPT answers across medicine, finance, law, and open QA. It also releases three fine-tuned RoBERTa detectors—single-text, QA-pair, and linguistic-feature variants—as interactive demos and downloadable model weights.
The interesting bit The team started the project ten days after ChatGPT launched, racing to build open detection tools while most of the world was still writing its first prompts. They attacked the problem from two sides at once: standard neural classifiers and a separate linguistic-feature model.
Key highlights
- HC3 covers English and Chinese across domains including medicine, finance, and law
- Three detector variants: isolated text, question-answer pairs, and linguistic-feature analysis
- Model weights and datasets are available on Hugging Face and ModelScope
- Built on standard
roberta-baseandchinese-roberta-wwm-extbackbones
Caveats
- Several source datasets in the corpus carry unknown or unverified licenses; the authors note they are actively seeking clarification from original publishers
Verdict Worth a look if you are researching AI-generated text detection or need a bilingual human-vs-LLM corpus. Look elsewhere if you need a polished, production-grade API with guaranteed uptime.
Frequently asked
- What is Hello-SimpleAI/chatgpt-comparison-detection?
- Open-source bilingual dataset and RoBERTa detectors for telling human and ChatGPT answers apart.
- Is chatgpt-comparison-detection open source?
- Yes — Hello-SimpleAI/chatgpt-comparison-detection is an open-source project tracked on heatdrop.
- What language is chatgpt-comparison-detection written in?
- Hello-SimpleAI/chatgpt-comparison-detection is primarily written in Python.
- How popular is chatgpt-comparison-detection?
- Hello-SimpleAI/chatgpt-comparison-detection has 1.4k stars on GitHub.
- Where can I find chatgpt-comparison-detection?
- Hello-SimpleAI/chatgpt-comparison-detection is on GitHub at https://github.com/Hello-SimpleAI/chatgpt-comparison-detection.