paper-with-me

홈 › Papers

Chatting with Logs: An exploratory study on Finetuning LLMs for LogQL

2024-12-04 · Vishwanath Seshagiri, Siddharth Balyan, Vaastav Anand, Kaustubh Dhole, Ishan Sharma, Avani Wildani, José Cambronero, Andreas Züfle

Logging is a critical function in modern distributed applications, but the lack of standardization in log query languages and formats creates significant challenges. Developers currently must write ad hoc queries in platform-specific languages, requiring expertise in both the query language and application-specific log details -- an impractical expectation given the variety of platforms and volume of logs and applications. While generating these queries with large language models (LLMs) seems intuitive, we show that current LLMs struggle with log-specific query generation due to the lack of exposure to domain-specific knowledge. We propose a novel natural language (NL) interface to address these inconsistencies and aide log query generation, enabling developers to create queries in a target log query language by providing NL inputs. We further introduce ~\textbf{NL2QL}, a manually annotated, real-world dataset of natural language questions paired with corresponding LogQL queries spread across three log formats, to promote the training and evaluation of NL-to-loq query systems. Using NL2QL, we subsequently fine-tune and evaluate several state of the art LLMs, and demonstrate their improved capability to generate accurate LogQL queries. We perform further ablation studies to demonstrate the effect of additional training data, and the transferability across different log formats. In our experiments, we find up to 75\% improvement of finetuned models to generate LogQL queries compared to non finetuned models.

📄 PDF Abstract BibTeX arXiv:2412.03612

Code (1)

nl2logql/LogQLLM 공식 구현

Methods 이 논문이 사용한 방법론

NON 설명 없음
HOC 설명 없음

Similar Papers 제목 키워드 기반

Efficient Data Generation for Source-grounded Information-seeking Dialogs: A Use Case for Meeting Transcripts

2024-05-02 · Lotem Golany, Filippo Galgani, Maya Mamo, Nimrod Parasol 외

Automating data generation with Large Language Models (LLMs) has become increasingly popular. In this work, we investigate the feasibility and effectiveness of LLM-based data generation in the challenging setting of sour…

Response Generation

Evaluating LLM-Based Process Explanations under Progressive Behavioral-Input Reduction

2025-10-10 · P. van Oerle, R. H. Bemthuis, F. A. Bukhsh arxiv

Large Language Models (LLMs) are increasingly used to generate textual explanations of process models discovered from event logs. Producing explanations from large behavioral abstractions (e.g., directly-follows graphs o…

LogTinyLLM: Tiny Large Language Models Based Contextual Log Anomaly Detection

2025-07-15 · Isaiah Thompson Ocansey, Ritwik Bhattacharya, Tanmay Sen arxiv

Log anomaly detection using traditional rule based or deep learning based methods is often challenging due to the large volume and highly complex nature of log sequence. So effective way of detection of anomalous sequenc…

Anomaly Detection

GenQA: Generating Millions of Instructions from a Handful of Prompts

2024-06-14 · Jiuhai Chen, Rifaa Qadri, Yuxin Wen, Neel Jain 외

Most public instruction finetuning datasets are relatively small compared to the closed source datasets used to train industry models. To study questions about finetuning at scale, such as curricula and learning rate coo…

LLMParser: An Exploratory Study on Using Large Language Models for Log Parsing

2024-04-27 · Zeyang Ma, An Ran Chen, Dong Jae Kim, Tse-Hsun Chen 외

Logs are important in modern software development with runtime information. Log parsing is the first step in many log-based analyses, that involve extracting structured information from unstructured log data. Traditional…

Log Parsing