CLAILGNIJul 4, 2024

Convolutional vs Large Language Models for Software Log Classification in Edge-Deployable Cellular Network Testing

arXiv:2407.03759v13 citationsh-index: 9
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific problem for telecommunications companies by enabling efficient, cost-effective defect triage in edge-deployable settings, though it is incremental as it adapts existing CNN methods to a new data type.

The paper tackled the problem of automating defect triage in complex telecommunications software logs, which are difficult for large language models (LLMs) due to context and cost issues, by proposing a compact convolutional neural network (CNN) that achieves over 96% accuracy and an F1 score >0.9.

Software logs generated by sophisticated network emulators in the telecommunications industry, such as VIAVI TM500, are extremely complex, often comprising tens of thousands of text lines with minimal resemblance to natural language. Only specialised expert engineers can decipher such logs and troubleshoot defects in test runs. While AI offers a promising solution for automating defect triage, potentially leading to massive revenue savings for companies, state-of-the-art large language models (LLMs) suffer from significant drawbacks in this specialised domain. These include a constrained context window, limited applicability to text beyond natural language, and high inference costs. To address these limitations, we propose a compact convolutional neural network (CNN) architecture that offers a context window spanning up to 200,000 characters and achieves over 96% accuracy (F1>0.9) in classifying multifaceted software logs into various layers in the telecommunications protocol stack. Specifically, the proposed model is capable of identifying defects in test runs and triaging them to the relevant department, formerly a manual engineering process that required expert knowledge. We evaluate several LLMs; LLaMA2-7B, Mixtral 8x7B, Flan-T5, BERT and BigBird, and experimentally demonstrate their shortcomings in our specialized application. Despite being lightweight, our CNN significantly outperforms LLM-based approaches in telecommunications log classification while minimizing the cost of production. Our defect triaging AI model is deployable on edge devices without dedicated hardware and widely applicable across software logs in various industries.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes