paper-with-me

홈 › Papers

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

2024-07-04 · Achintha Ihalage, Sayed M. Taheri, Faris Muhammad, Hamed Al-Raweshidy

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.

📄 PDF Abstract BibTeX arXiv:2407.03759

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
WordPiece 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Software Vulnerability Prediction Knowledge Transferring Between Programming Languages

2023-03-10 · Khadija Hanifi, Ramin F Fouladi, Basak Gencer Unsalver, Goksu Karadag

Developing automated and smart software vulnerability detection models has been receiving great attention from both research and development communities. One of the biggest challenges in this area is the lack of code sam…

PredictionTransfer LearningVulnerability Detection

VulReaD: Knowledge-Graph-guided Software Vulnerability Reasoning and Detection

2026-02-11 · Samal Mukhtar, Yinghua Yao, Zhu Sun, Mustafa Mustafa 외 arxiv

Software vulnerability detection (SVD) is a critical challenge in modern systems. Large language models (LLMs) offer natural-language explanations alongside predictions, but most work focuses on binary evaluation, and ex…

Multi-class ClassificationVulnerability DetectionBinary Classification

Multiclass Language Identification using Deep Learning on Spectral Images of Audio Signals

2019-05-10 · Shauna Revay, Matthew Teschke

The first step in any voice recognition software is to determine what language a speaker is using, and ideally this process would be automated. The technique described in this paper, language identification for audio spe…

ClassificationGeneral ClassificationLanguage IdentificationMulti-class Classification

Software Metadata Classification based on Generative Artificial Intelligence

2023-10-14 · Seetharam Killivalavan, Durairaj Thenmozhi

This paper presents a novel approach to enhance the performance of binary code comment quality classification models through the application of Generative Artificial Intelligence (AI). By leveraging the OpenAI API, a dat…

ClassificationLanguage ModelingLanguage ModellingLarge Language Model

Experiments with Large Language Models on Retrieval-Augmented Generation for Closed-Source Simulation Software

2025-02-06 · Andreas Baumann, Peter Eberhard

Large Language Models (LLMs) are increasingly helpful in text generation, even writing code in programming languages based on user prompts written in natural language. They are even applied to generate simulation models …

RAGRetrieval-augmented GenerationText Generation