paper-with-me

홈 › Papers

Debugging Tabular Log as Dynamic Graphs

2025-12-28 · Chumeng Liang, Zhanyang Jin, Zahaib Akhtar, Mona Pereira, Haofei Yu, Jiaxuan You arxiv

Tabular log abstracts objects and events in the real-world system and reports their updates to reflect the change of the system, where one can detect real-world inconsistencies efficiently by debugging corresponding log entries. However, recent advances in processing text-enriched tabular log data overly depend on large language models (LLMs) and other heavy-load models, thus suffering from limited flexibility and scalability. This paper proposes a new framework, GraphLogDebugger, to debug tabular log based on dynamic graphs. By constructing heterogeneous nodes for objects and events and connecting node-wise edges, the framework recovers the system behind the tabular log as an evolving dynamic graph. With the help of our dynamic graph modeling, a simple dynamic Graph Neural Network (GNN) is representative enough to outperform LLMs in debugging tabular log, which is validated by experimental results on real-world log datasets of computer systems and academic papers.

📄 PDF Abstract BibTeX arXiv:2512.22903

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

T2G-Former: Organizing Tabular Features into Relation Graphs Promotes Heterogeneous Feature Interaction

2022-11-30 · Jiahuan Yan, Jintai Chen, Yixuan Wu, Danny Z. Chen 외

Recent development of deep neural networks (DNNs) for tabular learning has largely benefited from the capability of DNNs for automatic feature interaction. However, the heterogeneity nature of tabular features makes such…

Relation

SemPipes -- Optimizable Semantic Data Operators for Tabular Machine Learning Pipelines

2026-02-04 · Olga Ovcharenko, Matthias Boehm, Sebastian Schelter arxiv

Real-world machine learning on tabular data relies on complex data preparation pipelines for prediction, data integration, augmentation, and debugging. Designing these pipelines requires substantial domain expertise and …

DeMix: Debugging Training Data with Mixed Data Error Types by Investigating Influence Vectors

2026-06-10 · Jiale Deng, Yanyan Shen, Xiaogang Shi, Junjun Chai arxiv

High-quality training data is essential for the success of machine learning models. However, real-world datasets often contain mixed types of errors arising from systematic flaws in data preparation pipelines, including …

Multi-Label ClassificationRecommendation Systems

GraphSkill: Documentation-Guided Hierarchical Retrieval-Augmented Coding for Complex Graph Reasoning

2026-02-20 · Fali Wang, Chenglin Weng, Xianren Zhang, Siyuan Hong 외 arxiv

The growing demand for automated graph algorithm reasoning has attracted increasing attention in the large language model (LLM) community. Recent LLM-based graph reasoning methods typically decouple task descriptions fro…

Code Generation

TabGraphs: A Benchmark and Strong Baselines for Learning on Graphs with Tabular Node Features

2024-09-22 · Gleb Bazhenov, Oleg Platonov, Liudmila Prokhorenkova

Tabular machine learning is an important field for industry and science. In this field, table rows are usually treated as independent data samples, but additional information about relations between them is sometimes ava…