Search papers, labs, and topics across Lattice.
This paper introduces EnsemJudge, a framework for detecting Chinese LLM-generated text that addresses the challenges of out-of-domain inputs and adversarial samples. The approach leverages tailored strategies and ensemble voting mechanisms to improve detection reliability. Evaluated on the NLPCC2025 Shared Task 1 Chinese dataset, EnsemJudge outperformed all baselines, securing first place.
A novel ensemble method substantially improves the reliability of detecting Chinese LLM-generated text, even against adversarial examples.
Large Language Models (LLMs) are widely applied across various domains due to their powerful text generation capabilities. While LLM-generated texts often resemble human-written ones, their misuse can lead to significant societal risks. Detecting such texts is an essential technique for mitigating LLM misuse, and many detection methods have shown promising results across different datasets. However, real-world scenarios often involve out-of-domain inputs or adversarial samples, which can affect the performance of detection methods to varying degrees. Furthermore, most existing research has focused on English texts, with limited work addressing Chinese text detection. In this study, we propose EnsemJudge, a robust framework for detecting Chinese LLM-generated text by incorporating tailored strategies and ensemble voting mechanisms. We trained and evaluated our system on a carefully constructed Chinese dataset provided by NLPCC2025 Shared Task 1. Our approach outperformed all baseline methods and achieved first place in the task, demonstrating its effectiveness and reliability in Chinese LLM-generated text detection. Our code is available at https://github.com/johnsonwangzs/MGT-Mini.