English

On Trojan Signatures in Large Language Models of Code

Cryptography and Security 2024-03-08 v2 Machine Learning Software Engineering

Abstract

Trojan signatures, as described by Fields et al. (2021), are noticeable differences in the distribution of the trojaned class parameters (weights) and the non-trojaned class parameters of the trojaned model, that can be used to detect the trojaned model. Fields et al. (2021) found trojan signatures in computer vision classification tasks with image models, such as, Resnet, WideResnet, Densenet, and VGG. In this paper, we investigate such signatures in the classifier layer parameters of large language models of source code. Our results suggest that trojan signatures could not generalize to LLMs of code. We found that trojaned code models are stubborn, even when the models were poisoned under more explicit settings (finetuned with pre-trained weights frozen). We analyzed nine trojaned models for two binary classification tasks: clone and defect detection. To the best of our knowledge, this is the first work to examine weight-based trojan signature revelation techniques for large-language models of code and furthermore to demonstrate that detecting trojans only from the weights in such models is a hard problem.

Cite

@article{arxiv.2402.16896,
  title  = {On Trojan Signatures in Large Language Models of Code},
  author = {Aftab Hussain and Md Rafiqul Islam Rabin and Mohammad Amin Alipour},
  journal= {arXiv preprint arXiv:2402.16896},
  year   = {2024}
}

Comments

This work has been accepted at the International Conference on Learning Representations 2024 Workshop on Secure and Trustworthy Large Language Models, SeT LLM @ ICLR 2024 (Vienna, Austria)

R2 v1 2026-06-28T15:00:51.587Z