@inproceedings{hoseinzade-etal-2026-tabemb,
title = "{T}ab{E}mb: Joint Semantic-Structure Embedding for Table Annotation",
author = "Hoseinzade, Ehsan and
Wang, Ke and
Raju, Anandharaju Durai",
editor = "Liakata, Maria and
Moreira, Viviane P. and
Zhang, Jiajun and
Jurgens, David",
booktitle = "Proceedings of the 64th Annual Meeting of the {A}ssociation for {C}omputational {L}inguistics (Volume 1: Long Papers)",
month = jul,
year = "2026",
address = "San Diego, California, United States",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/ingest-acl/2026.acl-long.757/",
pages = "16620--16631",
ISBN = "979-8-89176-390-6",
abstract = "Table annotation is crucial for making web and enterprise tables usable in downstream NLP applications. Unlike textual data where learning semantically rich token or sentence embeddings often suffice, tables are structured combinations of columns wherein useful representations must jointly capture column{'}s semantics and the inter-column relationships. Existing models learn by linearizing the 2D table into a 1D token sequence and encoding it with pretrained language models (PLMs) such as BERT. However, this leads to limited semantic quality and weaker generalization to unseen or rare values compared to modern LLMs, and degraded structural modeling due to 2D-to-1D flattening and context-length constraints. We propose TabEmb, which directly targets these limitations by decoupling semantic encoding from structural modeling. An LLM first produces semantically rich embeddings for each column, and a graph-based module over columns then injects relationships into the embeddings, yielding joint semantic{--}structural representations for table annotation. Experiments show that TabEmb consistently outperforms strong baselines on different table annotation tasks. Source code and datasets are available at https://github.com/hoseinzadeehsan/TabEmb"
}Markdown (Informal)
[TabEmb: Joint Semantic-Structure Embedding for Table Annotation](https://preview.aclanthology.org/ingest-acl/2026.acl-long.757/) (Hoseinzade et al., ACL 2026)
ACL
- Ehsan Hoseinzade, Ke Wang, and Anandharaju Durai Raju. 2026. TabEmb: Joint Semantic-Structure Embedding for Table Annotation. In Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 16620–16631, San Diego, California, United States. Association for Computational Linguistics.