NIDS: Network Intrusion Detection System—a system that monitors network traffic for suspicious activity
RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents (here, attack descriptions and device info)
Edge-IIoTset: A dataset of cybersecurity attacks in Industrial IoT environments
CICIoT2023: A large-scale dataset of cybersecurity attacks in smart home IoT environments
TextFooler: An algorithm for generating adversarial text examples by replacing important words with synonyms while preserving meaning and grammar
POS: Part-of-Speech—grammatical categories of words (noun, verb, etc.), used here as a constraint for adversarial perturbations
FAISS: Facebook AI Similarity Search—a library for efficient similarity search and clustering of dense vectors
RF: Random Forest—a machine learning algorithm used here for the initial classification of network traffic
Transfer-learning attack: Attacking a black-box model (ChatGPT-5) by generating adversarial examples against a substitute white-box model (BERT)