π€ AI Summary
This work addresses the semantic restoration of table column name abbreviations (e.g., βesalβ)βa critical challenge for cross-domain data understanding and downstream task performance. Methodologically, we construct four high-quality benchmark datasets featuring real-world abbreviations; design synonym-aware, fine-grained evaluation metrics; and propose a novel LLM-based framework integrating context awareness, rule-based constraints, and chain-of-thought reasoning to enable token-level semantic modeling. Compared to the state-of-the-art NameGuess, our approach achieves 4β29% absolute accuracy gains across five benchmarks and is successfully deployed in the Environmental Data Initiative (EDI), a large-scale environmental science data platform. Key contributions include: (1) the first curated dataset of real-world column name abbreviations; (2) a new evaluation paradigm emphasizing semantic fidelity and synonym sensitivity; and (3) an interpretable, robust, end-to-end column name expansion framework.
π Abstract
Expanding the abbreviated column names of tables, such as ``esal'' to ``employee salary'', is critical for numerous downstream data tasks. This problem arises in enterprises, domain sciences, government agencies, and more. In this paper we make three contributions that significantly advances the state of the art. First, we show that synthetic public data used by prior work has major limitations, and we introduce 4 new datasets in enterprise/science domains, with real-world abbreviations. Second, we show that accuracy measures used by prior work seriously undercount correct expansions, and we propose new synonym-aware measures that capture accuracy much more accurately. Finally, we develop Columbo, a powerful LLM-based solution that exploits context, rules, chain-of-thought reasoning, and token-level analysis. Extensive experiments show that Columbo significantly outperforms NameGuess, the current most advanced solution, by 4-29%, over 5 datasets. Columbo has been used in production on EDI, a major data portal for environmental sciences.