Journal Article10.1016/j.asoc.2022.109860
LayerLog: Log sequence anomaly detection based on hierarchical semantics
17
TL;DR: Li et al. as discussed by the authors proposed LayerLog, a novel framework for log sequence anomaly detection based on the hierarchical semantics of log data, which can effectively extract semantic features from each layer and is the first framework to consider the semantics of words, logs, and log sequence.
read more
About: This article is published in Applied Soft Computing. The article was published on 01 Nov 2022. The article focuses on the topics: Computer science & Computer science.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Training-free retrieval-based log anomaly detection with pre-trained language model considering token-level information
Gunho No,Yukyung Lee,Hyeon Gyu Kang,Pilsung Kang +3 more
3
Data-Driven Strategies for Complex System Forecasts: The Role of Textual Big Data and State-Space Transformers in Decision Support
Huairong Huo,Wanxin Guo,Xuran Liu,Jingyi Xue,Qingmiao Peng,Yiwei Deng,Xinyi Sun,Chunli Lv +7 more
TL;DR: The proposed state space-based Transformer model significantly improves the accuracy and robustness of complex system prediction tasks by capturing dynamic changes in complex data.
1
RAPID: Training-free Retrieval-based Log Anomaly Detection with PLM considering Token-level information
Gunho No,Yukyung Lee,Hyeon Gyu Kang,Pilsung Kang +3 more
TL;DR: This work introduces RAPID, a model that capitalizes on the inherent features of log data to enable anomaly detection without training delays, ensuring real-time capability and demonstrates competitive performance compared to prior models and achieves the best performance on certain datasets.
1
References
Long short-term memory
TL;DR: A novel, efficient, gradient based method called long short-term memory (LSTM) is introduced, which can learn to bridge minimal time lags in excess of 1000 discrete-time steps by enforcing constant error flow through constant error carousels within special units.
99K
•Posted Content
BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
TL;DR: A new language representation model, BERT, designed to pre-train deep bidirectional representations from unlabeled text by jointly conditioning on both left and right context in all layers, which can be fine-tuned with just one additional output layer to create state-of-the-art models for a wide range of tasks.
81.7K
•Proceedings Article
Efficient Estimation of Word Representations in Vector Space
Tomas Mikolov,Kai Chen,Greg S. Corrado,Jeffrey Dean +3 more
- 16 Jan 2013
TL;DR: Two novel model architectures for computing continuous vector representations of words from very large data sets are proposed and it is shown that these vectors provide state-of-the-art performance on the authors' test set for measuring syntactic and semantic word similarities.
27.5K
Term Weighting Approaches in Automatic Text Retrieval
Gerard Salton,Chris Buckley +1 more
TL;DR: This paper summarizes the insights gained in automatic term weighting, and provides baseline single term indexing models with which other more elaborate content analysis procedures can be compared.
•Proceedings Article
Distributed Representations of Sentences and Documents
Quoc V. Le,Tomas Mikolov +1 more
- 21 Jun 2014
TL;DR: Paragraph Vector is an unsupervised algorithm that learns fixed-length feature representations from variable-length pieces of texts, such as sentences, paragraphs, and documents, and its construction gives the algorithm the potential to overcome the weaknesses of bag-of-words models.