paper-with-me

Papers

TabEmb: Joint Semantic-Structure Embedding for Table Annotation

2026-04-21 · Ehsan Hoseinzade, Ke Wang, Anandharaju Durai Raju arxiv

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-tructural 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

📄 PDF Abstract BibTeX arXiv:2604.18939

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TabEmbed: Benchmarking and Learning Generalist Embeddings for Tabular Understanding

2026-05-06 · Minjie Qiang, Mingming Zhang, Xiaoyi Bao, Xing Fu 외 arxiv

Foundation models have established unified representations for natural language processing, yet this paradigm remains largely unexplored for tabular data. Existing methods face fundamental limitations: LLM-based approach…

Representation LearningContrastive Learning

Action2Vec: A Crossmodal Embedding Approach to Action Learning

2019-01-02 · Meera Hahn, Andrew Silva, James M. Rehg

We describe a novel cross-modal embedding space for actions, named Action2Vec, which combines linguistic cues from class labels with spatio-temporal features derived from video clips. Our approach uses a hierarchical rec…

Action RecognitionGeneral ClassificationTemporal Action LocalizationZero-Shot Action Recognition

Preserving Modality Structure Improves Multi-Modal Learning

2023-08-24 · ICCV 2023 1 · Swetha Sirnam, Mamshad Nayeem Rizve, Nina Shvetsova, Hilde Kuehne 외

Self-supervised learning on large-scale multi-modal datasets allows learning semantically meaningful embeddings in a joint multi-modal representation space without relying on human annotations. These joint embeddings ena…

RetrievalSelf-Supervised Learning

Joint Learning of Representations for Web-tables, Entities and Types using Graph Convolutional Network

2021-04-01 · EACL 2021 2 · Aniket Pramanick, Indrajit Bhattacharya

Existing approaches for table annotation with entities and types either capture the structure of table using graphical models, or learn embeddings of table entries without accounting for the complete syntactic structure.…

Table annotation

TaxoBell: Gaussian Box Embeddings for Self-Supervised Taxonomy Expansion

2026-01-14 · Sahil Mishra, Srinitish Srinivasan, Srikanta Bedathur, Tanmoy Chakraborty arxiv

Taxonomies form the backbone of structured knowledge representation across diverse domains, enabling applications such as e-commerce and semantic search. Yet, manual taxonomy expansion is labor-intensive and slow. Existi…