CLLGJul 24, 2025

Not All Features Deserve Attention: Graph-Guided Dependency Learning for Tabular Data Generation with Language Models

arXiv:2507.18504v29 citationsh-index: 36EMNLP
Originality Incremental advance
AI Analysis

This addresses the mismatch between LLMs' dense attention and tabular data's sparse dependencies, offering a practical solution for structure-aware tabular data modeling, though it appears incremental as it builds on existing LLM frameworks.

The paper tackles the problem of LLMs inefficiently modeling sparse feature dependencies in tabular data generation by proposing GraDe, which integrates sparse dependency graphs into attention mechanisms, resulting in up to 12% improvement over existing LLM-based approaches on complex datasets.

Large Language Models (LLMs) have shown strong potential for tabular data generation by modeling textualized feature-value pairs. However, tabular data inherently exhibits sparse feature-level dependencies, where many feature interactions are structurally insignificant. This creates a fundamental mismatch as LLMs' self-attention mechanism inevitably distributes focus across all pairs, diluting attention on critical relationships, particularly in datasets with complex dependencies or semantically ambiguous features. To address this limitation, we propose GraDe (Graph-Guided Dependency Learning), a novel method that explicitly integrates sparse dependency graphs into LLMs' attention mechanism. GraDe employs a lightweight dynamic graph learning module guided by externally extracted functional dependencies, prioritizing key feature interactions while suppressing irrelevant ones. Our experiments across diverse real-world datasets demonstrate that GraDe outperforms existing LLM-based approaches by up to 12% on complex datasets while achieving competitive results with state-of-the-art approaches in synthetic data quality. Our method is minimally intrusive yet effective, offering a practical solution for structure-aware tabular data modeling with LLMs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes