LATE-IIMAS at Semeval-2026 Task 13: Evaluating GNNs, PLMs, LLMs, and Stylometry for Automatic Code Identification
Summary
LATE-IIMAS participated in SemEval-2026 Task 13, focusing on Automatic Code Identification to detect machine-generated code, a growing concern for academic integrity. Their work evaluated four distinct methodologies: Graph Neural Networks (GNNs), Pre-trained Language Models (PLMs), Large Language Models (LLMs), and Stylometric Feature Engineering using XGBoost. The team addressed three specific scenarios: Subtask A (Binary Detection), Subtask B (Multi-Class Authorship), and Subtask C (Hybrid Code Detection). While models achieved high performance during the validation phase, a significant challenge emerged on the final test set. This performance drop was attributed to the increased diversity of programming languages and generators in the unseen data, revealing critical gaps in model robustness and underscoring the need for more sophisticated detection methodologies.
Key takeaway
For AI Scientists developing machine-generated code detection systems, recognize that current GNN, PLM, LLM, and stylometry approaches face significant generalization hurdles with diverse, unseen programming languages and generators. Your focus should shift from validation performance to building model robustness against real-world data variability. Prioritize developing more sophisticated methodologies that can bridge this performance gap, ensuring your solutions are effective beyond controlled environments.
Key insights
Current AI and stylometry methods struggle to generalize in detecting diverse machine-generated code, highlighting robustness gaps.
Principles
- Model robustness is crucial for code detection.
- Data diversity impacts generalization significantly.
- Validation performance can mislead real-world efficacy.
Method
Evaluated GNNs, PLMs, LLMs, and Stylometric Feature Engineering with XGBoost across three code identification subtasks: binary, multi-class authorship, and hybrid detection.
In practice
- Test code detectors on diverse, unseen data.
- Prioritize generalization over validation scores.
- Address hybrid human-machine code detection.
Topics
- Machine-Generated Code Detection
- Code Authorship Attribution
- Graph Neural Networks
- Large Language Models
- Stylometry
- Model Generalization
Best for: AI Scientist, Research Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.