paper-with-me

홈 › Papers

SCOPE: Tree-based Self-Correcting Online Log Parsing via Syntactic-Semantic Collaboration

2026-03-28 · Dongyi Fan, Suqiong Zhang, Lili He, Ming Liu, Yifan Huo arxiv

Log parsing is a critical step for automated log analysis in complex systems. Traditional heuristic-based methods offer high efficiency but are limited in accuracy due to overlooking semantic context. In contrast, recent LLM-based parsers improve accuracy via se mantic understanding but incur high latency from frequent model calls. To address this, we propose SCOPE, the first self-correcting online log parsing method that integrates the strengths of both heuristic and LLM-based paradigms. SCOPE introduces a novel bi-directional tree structure that enables efficient template match ing from both forward and reverse directions, resulting in a higher overall matching rate. Additionally, it adopts a two-stage syntactic semantic collaboration framework: a lightweight NLP model first utilizes part-of-speech (POS) information for syntax-based match ing, while the LLM is selectively invoked as a fallback to handle semantically complex cases when uncertainty remains. This design significantly reduces LLM API usage while maintaining high ac curacy, achieving a balance between efficiency and effectiveness. Extensive evaluations on diverse benchmark datasets show that SCOPE outperforms state-of-the-art methods in both accuracy and efficiency. The implementation and datasets are publicly released to facilitate further research.

📄 PDF Abstract BibTeX arXiv:2603.27247

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Correction Makes LLMs Better Parsers

2025-04-19 · Ziyan Zhang, Yang Hou, Chen Gong, Zhenghua Li

Large language models (LLMs) have achieved remarkable success across various natural language processing (NLP) tasks. However, recent studies suggest that they still face challenges in performing fundamental NLP tasks es…

valid

Dependency Annotation of Ottoman Turkish with Multilingual BERT

2024-02-22 · Şaziye Betül Özateş, Tarık Emre Tıraş, Efe Eren Genç, Esma Fatıma Bilgin Taşdemir

This study introduces a pretrained large language model-based annotation methodology for the first de dency treebank in Ottoman Turkish. Our experimental results show that, iteratively, i) pseudo-annotating data using a …

Language ModelingLanguage ModellingLarge Language Model

Global Greedy Dependency Parsing

2019-11-20 · Zuchao Li, Hai Zhao, Kevin Parnow

Most syntactic dependency parsing models may fall into one of two categories: transition- and graph-based models. The former models enjoy high inference efficiency with linear time complexity, but they rely on the stacki…

ARCDependency ParsingRe-RankingSentence

The Role of Reentrancies in Abstract Meaning Representation Parsing

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Ida Szubert, Marco Damonte, Shay B. Cohen, Mark Steedman

Abstract Meaning Representation (AMR) parsing aims at converting sentences into AMR representations. These are graphs and not trees because AMR supports reentrancies (nodes with more than one parent). Following previous …

Abstract Meaning RepresentationAMR Parsing

A Generative Parser with a Discriminative Recognition Algorithm

2017-08-01 · ACL 2017 7 · Jianpeng Cheng, Adam Lopez, Mirella Lapata

Generative models defining joint distributions over parse trees and sentences are useful for parsing and language modeling, but impose restrictions on the scope of features and are often outperformed by discriminative mo…

Constituency ParsingDecoderLanguage ModelingLanguage Modelling+1