3GPP: 3rd Generation Partnership Project—a global initiative that develops protocols for mobile telecommunications
RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents
NN Router: A neural network classifier developed in this paper to predict which specific document series is relevant to a query
Chunk Size: The number of tokens in each text segment processed by the embedding model
TeleQnA: A benchmark dataset of multiple-choice questions specifically for telecommunications knowledge
FAISS: Facebook AI Similarity Search—a library for efficient similarity search of dense vectors
Matryoshka Representation Learning: A training technique for embedding models (like text-embedding-3-large) allowing flexible vector shortening while preserving performance
IndexFlatIP: A FAISS index strategy using exact search with Inner Product (dot product) metric
IndexHNSW: Hierarchical Navigable Small World—an approximate nearest neighbor search algorithm for high-dimensional data