arXiv:2607.25228cs.CL2026-07

用大模型生成可解释的表格列标注流程,提升准确率与透明度。

Interpretable Column Annotation with LLM-Symbolized Decision Process Materialization

论文配图:Interpretable Column Annotation with LLM-Symbolized Decision Process Materialization
图 1 · 摘自论文原文
  • 将列标注建模为从全局语义骨架到局部预测子结构的符号化决策过程。
  • 在多个数据集上,微平均和宏平均F1分别高出基线6.42%和11.03%。
  • 适合需要可解释性与高精度的表格理解任务,如数据清洗与智能分析。

列标注(CA)包括列类型标注(CTA)和列属性标注(CPA),旨在识别表格列的语义及列间关系。现有方法多依赖神经模型学习列表示并直接映射标签,导致模型不可解释、适应性差,且忽略标签语义,限制准确性。为此,我们提出SymCA——一种基于大模型的可解释列标注框架,将标注过程形式化为自上而下的符号化决策流程。该框架包含两部分:(1)全局骨架生成,利用大模型生成受超类启发的树状语义骨架,并通过最小贝叶斯风险(MBR)共识策略筛选鲁棒骨架;(2)局部底座演化,将每个内部节点具象为可执行、可演化的预测子结构。在多轮演化中,各子结构训练可解释的随机森林分类器,由大模型提出针对节点的操作优化建议,并采用探索-利用策略优先推进有潜力的子结构。大量实验表明,SymCA在准确率、鲁棒性和可解释性上均优于最强基线,微平均F1提升6.42%,宏平均F1提升11.03%。

原文摘要 · Abstract (English)

Column annotation (CA), including column type annotation (CTA) and column property annotation (CPA), aims to identify the meanings of table columns and the semantic relationships among them. Recent CA methods usually use various neural models to learn column representations and directly map them to label categories, thereby (1) sacrificing model interpretability and adaptivity, and (2) overlooking rich label semantics and ultimately limiting accuracy. To address these limitations, we propose SymCA, an LLM-empowered interpretable CA framework that materializes column annotation as a global-to-local symbolic decision process. SymCA consists of two components: (1) global skeleton induction, which constructs a semantic skeleton over the label space, and (2) local substrate evolution, which evolves predictive substrates within the skeleton. Specifically, to exploit label semantics while preserving an interpretable decision process, the global skeleton induction module leverages LLMs to generate candidate hypernym-inspired tree-structured semantic skeletons and employs a Minimum Bayes Risk (MBR)-based consensus strategy to select a robust skeleton against generation variance. Since different internal nodes require different evidence to distinguish among their child nodes, the local substrate evolution module materializes each internal node as an executable and evolvable predictive substrate. Over multiple evolution rounds, each substrate trains an interpretable random forest classifier with the current operator set, leverages the LLM to propose node-specific operator modifications, and uses an exploration-exploitation strategy to prioritize promising substrates. Extensive experiments demonstrate that SymCA is accurate, robust, and interpretable, outperforming the strongest baselines by an average of 6.42% in Micro-F1 and 11.03% in Macro-F1.

列标注可解释性大模型符号推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。