paper-with-me

홈 › Papers

SchemaCoder: Automatic Log Schema Extraction Coder with Residual Q-Tree Boosting

2025-08-25 · Lily Jiaxin Wan, Chia-Tung Ho, Rongjian Liang, Cunxi Yu, Deming Chen, Haoxing Ren arxiv

Log schema extraction is the process of deriving human-readable templates from massive volumes of log data, which is essential yet notoriously labor-intensive. Recent studies have attempted to streamline this task by leveraging Large Language Models (LLMs) for automated schema extraction. However, existing methods invariably rely on predefined regular expressions, necessitating human domain expertise and severely limiting productivity gains. To fundamentally address this limitation, we introduce SchemaCoder, the first fully automated schema extraction framework applicable to a wide range of log file formats without requiring human customization within the flow. At its core, SchemaCoder features a novel Residual Question-Tree (Q-Tree) Boosting mechanism that iteratively refines schema extraction through targeted, adaptive queries driven by LLMs. Particularly, our method partitions logs into semantic chunks via context-bounded segmentation, selects representative patterns using embedding-based sampling, and generates schema code through hierarchical Q-Tree-driven LLM queries, iteratively refined by our textual-residual evolutionary optimizer and residual boosting. Experimental validation demonstrates SchemaCoder's superiority on the widely-used LogHub-2.0 benchmark, achieving an average improvement of 21.3% over state-of-the-arts.

📄 PDF Abstract BibTeX arXiv:2508.18554

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

KnowCoder: Coding Structured Knowledge into LLMs for Universal Information Extraction

2024-03-12 · Zixuan Li, Yutao Zeng, Yuxin Zuo, Weicheng Ren 외

In this paper, we propose KnowCoder, a Large Language Model (LLM) to conduct Universal Information Extraction (UIE) via code generation. KnowCoder aims to develop a kind of unified schema representation that LLMs can eas…

Code GenerationLanguage ModellingLarge Language ModelUIE

Retrieval-Augmented Large Language Models for Schema-Constrained Clinical Information Extraction

2026-05-14 · A H M Rezaul Karim, Ozlem Uzuner arxiv

Conversational nurse-patient transcripts contain actionable observations, but converting these transcripts into structured representations at scale remains challenging. Documentation burden is substantial, with prior stu…

Information Extraction

Row-less Universal Schema

2016-04-21 · WS 2016 6 · Patrick Verga, Andrew McCallum

Universal schema jointly embeds knowledge bases and textual patterns to reason about entities and relations for automatic knowledge base construction and information extraction. In the past, entity pairs and relations we…

Knowledge Base ConstructionRelation

Prompt-based Graph Model for Joint Liberal Event Extraction and Event Schema Induction

2024-03-19 · Haochen Li, Di Geng

Events are essential components of speech and texts, describing the changes in the state of entities. The event extraction task aims to identify and classify events and find their participants according to event schemas.…

Event Extraction

Extracting Events Like Code: A Multi-Agent Programming Framework for Zero-Shot Event Extraction

2025-11-17 · Quanjiang Guo, Sijie Wang, Jinchuan Zhang, Ben Zhang 외 arxiv

Zero-shot event extraction (ZSEE) remains a significant challenge for large language models (LLMs) due to the need for complex reasoning and domain-specific understanding. Direct prompting often yields incomplete or stru…

Event ExtractionCode Generation