paper-with-me

홈 › Papers

NLP-Based .NET CLR Event Logs Analyzer

2025-02-06 · Maxim Stavtsev, Sergey Shershakov

In this paper, we present a tool for analyzing .NET CLR event logs based on a novel method inspired by Natural Language Processing (NLP) approach. Our research addresses the growing need for effective monitoring and optimization of software systems through detailed event log analysis. We utilize a BERT-based architecture with an enhanced tokenization process customized to event logs. The tool, developed using Python, its libraries, and an SQLite database, allows both conducting experiments for academic purposes and efficiently solving industry-emerging tasks. Our experiments demonstrate the efficacy of our approach in compressing event sequences, detecting recurring patterns, and identifying anomalies. The trained model shows promising results, with a high accuracy rate in anomaly detection, which demonstrates the potential of NLP methods to improve the reliability and stability of software systems.

📄 PDF Abstract BibTeX arXiv:2502.04219

Code (1)

mastavtsev/NLP-CLR-LogAnalyzer 공식 구현

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

LLMLogAnalyzer: A Clustering-Based Log Analysis Chatbot using Large Language Models

2025-10-28 · Peng Cai, Reza Ryan, Nickson M. Karie arxiv

System logs are a cornerstone of cybersecurity, supporting proactive breach prevention and post-incident investigations. However, analyzing vast amounts of diverse log data remains significantly challenging, as high cost…

Anomaly Detection

A Deep Learning Approach for Repairing Missing Activity Labels in Event Logs for Process Mining

2022-02-17 · Yang Lu, Qifan Chen, Simon K. Poon

Process mining is a relatively new subject that builds a bridge between traditional process modeling and data mining. Process discovery is one of the most critical parts of process mining, which aims at discovering proce…

Transforming Football Data into Object-centric Event Logs with Spatial Context Information

2025-07-16 · Vito Chan, Lennart Ebert, Paul-Julius Hillmann, Christoffer Rubensson 외 arxiv

Object-centric event logs expand the conventional single-case notion event log by considering multiple objects, allowing for the analysis of more complex and realistic process behavior. However, the number of real-world …

Ranking the Top-K Realizations of Stochastically Known Event Logs

2024-09-30 · Arvid Lepsien, Marco Pegoraro, Frederik Fonger, Dominic Langhammer 외

Various kinds of uncertainty can occur in event logs, e.g., due to flawed recording, data quality issues, or the use of probabilistic models for activity recognition. Stochastically known event logs make these uncertaint…

Activity Recognition

Mining Uncertain Event Data in Process Mining

2019-09-20 · Marco Pegoraro, Wil M. P. van der Aalst

Nowadays, more and more process data are automatically recorded by information systems, and made available in the form of event logs. Process mining techniques enable process-centric analysis of data, including automatic…