🤖 AI Summary
This study addresses the growing challenge of distinguishing text generated by large language models from human-written content and attributing it to specific models—a task critical for mitigating disinformation and security risks. Leveraging the Counter Turing Test shared task, the work presents the first systematic evaluation of diverse detection approaches across both binary classification (human vs. AI) and fine-grained model attribution tasks. By integrating fine-tuned Transformers (e.g., DeBERTa, BART), ensemble methods, and hybrid strategies, the proposed framework achieves a perfect F1 score of 1.0000 in binary detection and a top F1 of 0.9531 in model attribution. These results highlight the current limitations of existing techniques in fine-grained溯源 tasks, underscoring the need for further research in this emerging domain.
📝 Abstract
The rapid proliferation of AI-generated text has introduced significant challenges in maintaining the integrity of digital content. Advanced generative models such as GPT-4, Claude 3.5, and Llama can produce highly coherent and human-like text, making it increasingly difficult to differentiate between human-written and AI-generated content. While these models have transformative applications, their misuse has raised concerns about misinformation, biased narratives, and security threats.
This paper provides a comprehensive analysis of state-of-the-art AI-generated text detection techniques and evaluates their effectiveness through the Counter Turing Test (CT2) shared tasks. Task A (Binary Classification) required participants to distinguish between human-written and AI-generated text, while Task B (Model Attribution) focused on identifying the specific language model responsible for generating a given text. The results demonstrated high performance in binary classification, with the top system achieving an F1 score of 1.0000, but significantly lower scores in model attribution, where the best system achieved 0.9531, highlighting the increased complexity of this task.
The top-performing teams leveraged fine-tuned transformer models, ensemble learning, and hybrid detection approaches, with DeBERTa-based and BART-based methods demonstrating strong results. However, the lower scores in Task B underscore the challenges of distinguishing outputs from different LLMs, necessitating further research into adversarial robustness, feature extraction, and cross-domain generalization.