paper-with-me

홈 › Papers

ZTab: Domain-based Zero-shot Annotation for Table Columns

2026-03-12 · Ehsan Hoseinzade, Ke Wang arxiv

This study addresses the challenge of automatically detecting semantic column types in relational tables, a key task in many real-world applications. Zero-shot modeling eliminates the need for user-provided labeled training data, making it ideal for scenarios where data collection is costly or restricted due to privacy concerns. However, existing zero-shot models suffer from poor performance when the number of semantic column types is large, limited understanding of tabular structure, and privacy risks arising from dependence on high-performance closed-source LLMs. We introduce ZTab, a domain-based zero-shot framework that addresses both performance and zero-shot requirements. Given a domain configuration consisting of a set of predefined semantic types and sample table schemas, ZTab generates pseudo-tables for the sample schemas and fine-tunes an annotation LLM on them. ZTab is domain-based zero-shot in that it does not depend on user-specific labeled training data; therefore, no retraining is needed for a test table from a similar domain. We describe three cases of domain-based zero-shot. The domain configuration of ZTab provides a trade-off between the extent of zero-shot and annotation performance: a "universal domain" that contains all semantic types approaches "pure" zero-shot, while a "specialized domain" that contains semantic types for a specific application enables better zero-shot performance within that domain. Source code and datasets are available at https://github.com/hoseinzadeehsan/ZTab

📄 PDF Abstract BibTeX arXiv:2603.11436

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Leveraging Table Content for Zero-shot Text-to-SQL with Meta-Learning

2021-09-12 · Yongrui Chen, Xinnan Guo, Chaojie Wang, Jian Qiu 외

Single-table text-to-SQL aims to transform a natural language question into a SQL query according to one single table. Recent work has made promising progress on this task by pre-trained language models and a multi-submo…

Meta-LearningText to SQLText-To-SQL

Diverse and Effective Synthetic Data Generation for Adaptable Zero-Shot Dialogue State Tracking

2024-05-21 · James D. Finch, Jinho D. Choi

We demonstrate substantial performance gains in zero-shot dialogue state tracking (DST) by enhancing training data diversity through synthetic data generation. Existing DST datasets are severely limited in the number of …

Dialogue State TrackingDiversitySynthetic Data Generation

Field-Guide-Inspired Zero-Shot Learning

2021-08-24 · ICCV 2021 10 · Utkarsh Mall, Bharath Hariharan, Kavita Bala

Modern recognition systems require large amounts of supervision to achieve accuracy. Adapting to new domains requires significant data from experts, which is onerous and can become too expensive. Zero-shot learning requi…

AttributeZero-Shot Learning

Evaluating the Factuality of Zero-shot Summarizers Across Varied Domains

2024-02-05 · Sanjana Ramprasad, Kundan Krishna, Zachary C Lipton, Byron C Wallace

Recent work has shown that large language models (LLMs) are capable of generating summaries zero-shot (i.e., without explicit supervision) that, under human assessment, are often comparable or even preferred to manually …

Articles

Go to Zero: Towards Zero-shot Motion Generation with Million-scale Data

2025-07-09 · Ke Fan, Shunlin Lu, Minyue Dai, Runyi Yu 외

Generating diverse and natural human motion sequences based on textual descriptions constitutes a fundamental and challenging research area within the domains of computer vision, graphics, and robotics. Despite significa…

Motion GenerationZero-shot Generalization