paper-with-me

Papers

Accelerating System Log Processing by Semi-supervised Learning: A Technical Report

2018-10-29 · Li Guofu, Zhu Pengjia, Chen Zhiyi

There is an increasing need for more automated system-log analysis tools for large scale online system in a timely manner. However, conventional way to monitor and classify the log output based on keyword list does not scale well for complex system in which codes contributed by a large group of developers, with diverse ways of encoding the error messages, often with misleading pre-set labels. In this paper, we propose that the design of a large scale online log analysis should follow the "Least Prior Knowledge Principle", in which unsupervised or semi-supervised solution with the minimal prior knowledge of the log should be encoded directly. Thereby, we report our experience in designing a two-stage machine learning based method, in which the system logs are regarded as the output of a quasi-natural language, pre-filtered by a perplexity score threshold, and then undergo a fine-grained classification procedure. Tests on empirical data show that our method has obvious advantage regarding to the processing speed and classification accuracy.

📄 PDF Abstract BibTeX arXiv:1811.01833

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Automating the search for a patent's prior art with a full text similarity search

2019-01-10 · Lea Helmers, Franziska Horn, Franziska Biegler, Tim Oppermann 외

More than ever, technical inventions are the symbol of our society's advance. Patents guarantee their creators protection against infringement. For an invention being patentable, its novelty and inventiveness have to be …

text similarity

Semi-supervised Network Embedding with Differentiable Deep Quantisation

2021-08-20 · Tao He, Lianli Gao, Jingkuan Song, Yuan-Fang Li

Learning accurate low-dimensional embeddings for a network is a crucial task as it facilitates many downstream network analytics tasks. For large networks, the trained embeddings often require a significant amount of spa…

Link PredictionNetwork EmbeddingNode ClassificationPrediction+1

DINOv2: Learning Robust Visual Features without Supervision

2023-04-14 · Maxime Oquab, Timothée Darcet, Théo Moutakanni, Huy Vo 외

The recent breakthroughs in natural language processing for model pretraining on large quantities of data have opened the way for similar foundation models in computer vision. These models could greatly simplify the use …

Depth EstimationDomain GeneralizationFine-Grained Image ClassificationImage Classification+5

Unsupervised Generation of Long-form Technical Questions from Textbook Metadata using Structured Templates

2022-10-01 · PANDL (COLING) 2022 10 · Indrajit Bhattacharya, Subhasish Ghosh, Arpita Kundu, Pratik Saini 외

We explore the task of generating long-form technical questions from textbooks. Semi-structured metadata of a textbook — the table of contents and the index — provide rich cues for technical question generation. Existing…

FormQuestion GenerationQuestion-GenerationReading Comprehension

Semi-Supervised Learning for Molecular Graphs via Ensemble Consensus

2026-07-30 · Rasmus Tirsgaard, Laurits Fredsgaard, Marisa Wodrich, Mikkel Jordahn 외 arxiv

Machine learning is transforming molecular sciences by accelerating property prediction, simulation, and the discovery of new molecules and materials. Acquiring labeled data in these domains is often costly and time-cons…

Knowledge DistillationGraph Neural Network