CodeHunters at SemEval-2026 Task 13: Detecting Machine-Generated Code with Multiple Programming Languages, Generators, and Application Scenarios
Summary
CodeHunters presented their approach at SemEval-2026 Task 13, focusing on the detection of machine-generated code across various programming languages, code generators, and application scenarios. Their participation specifically involved Subtasks A and B of the competition. For these subtasks, the team fine-tuned three distinct pre-trained models: UniXCoder, CodeT5, and codeBERT. The paper, published in the Proceedings of the 20th International Workshop on Semantic Evaluation (2026) by the Association for Computational Linguistics, details the specific methodologies employed for both subtasks. This work, presented in San Diego, California, USA, on pages 270–276, contributes to the ongoing challenge of distinguishing human-written code from AI-generated code.
Key takeaway
For Machine Learning Engineers building systems to detect machine-generated code, you should consider fine-tuning pre-trained models such as UniXCoder, CodeT5, or codeBERT. This approach, demonstrated at SemEval-2026 Task 13, offers a robust method for distinguishing AI-written code across diverse programming languages and application scenarios. Your focus should be on adapting these models to specific subtasks to maximize detection accuracy and reliability.
Key insights
Fine-tuning pre-trained models like UniXCoder, CodeT5, and codeBERT effectively detects machine-generated code.
Principles
- Pre-trained models are adaptable for code detection.
- Fine-tuning enhances model performance on specific tasks.
Method
The method involved fine-tuning UniXCoder, CodeT5, and codeBERT, three pre-trained models, for detecting machine-generated code in various languages and scenarios.
In practice
- Evaluate UniXCoder, CodeT5, and codeBERT for code detection.
- Apply fine-tuning to pre-trained models for similar tasks.
Topics
- Machine-Generated Code Detection
- Code Language Models
- Fine-tuning
- UniXCoder
- CodeT5
- codeBERT
- SemEval-2026
Best for: Research Scientist, AI Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.