YoungDSMLKZ at SemEval-2026 Task 13: MIL-UniXcoder with Meta-Stacking and Handcrafted Features for AI-Generated Code Detection

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Data Science & Analytics · Depth: Expert, short

Summary

Team YoungDSMLKZ developed a multi-view ensemble framework for 4-class AI-generated code detection, distinguishing between Human, AI, Hybrid, and Adversarial code in long-form repositories. This system achieved 1st place among over 50 teams in SemEval-2026 Task 13 Subtask C, recording a macro F1 score of 0.7855, which was 5.2 points higher than the runner-up. The framework integrates three key components: a Dynamic Multiple Instance Learning (MIL) pipeline using UniXcoder chunks for O(N)-scalable long-context detection, transformer-based meta-stacking combining UniXcoder and ModernBERT, and an XGBoost classifier leveraging over 200 handcrafted stylometric features. Analysis revealed that 62.4% of critical AI-detection signals extend beyond the standard 512-token window, validating the MIL approach's necessity for handling extended contexts.

Key takeaway

For Machine Learning Engineers developing AI-generated code detection systems, you should prioritize long-context analysis and multi-view ensemble approaches. The YoungDSMLKZ framework's success, particularly its MIL pipeline addressing signals beyond 512 tokens, indicates that relying solely on short-context models will yield suboptimal results. Consider integrating transformer-based meta-stacking and handcrafted stylometric features to significantly improve detection accuracy and robustness in realistic, long-form code repositories.

Key insights

The YoungDSMLKZ framework excels at long-context AI-generated code detection by combining MIL, meta-stacking, and stylometric features, outperforming competitors.

Principles

Method

The framework employs a Dynamic MIL pipeline over UniXcoder chunks, transformer-based meta-stacking with UniXcoder and ModernBERT, and an XGBoost classifier on 200+ handcrafted stylometric features for 4-class code detection.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.