paper-with-me

Papers

SMUTF: Schema Matching Using Generative Tags and Hybrid Features

2024-01-22 · Yu Zhang, Mei Di, Haozheng Luo, Chenwei Xu, Richard Tzong-Han Tsai

We introduce SMUTF (Schema Matching Using Generative Tags and Hybrid Features), a unique approach for large-scale tabular data schema matching (SM), which assumes that supervised learning does not affect performance in open-domain tasks, thereby enabling effective cross-domain matching. This system uniquely combines rule-based feature engineering, pre-trained language models, and generative large language models. In an innovative adaptation inspired by the Humanitarian Exchange Language, we deploy "generative tags" for each data column, enhancing the effectiveness of SM. SMUTF exhibits extensive versatility, working seamlessly with any pre-existing pre-trained embeddings, classification methods, and generative models. Recognizing the lack of extensive, publicly available datasets for SM, we have created and open-sourced the HDXSM dataset from the public humanitarian data. We believe this to be the most exhaustive SM dataset currently available. In evaluations across various public datasets and the novel HDXSM dataset, SMUTF demonstrated exceptional performance, surpassing existing state-of-the-art models in terms of accuracy and efficiency, and improving the F1 score by 11.84% and the AUC of ROC by 5.08%. Code is available at https://github.com/fireindark707/Python-Schema-Matching.

📄 PDF Abstract BibTeX arXiv:2402.01685

Code (1)

fireindark707/python-schema-matching 공식 구현

Tasks

Feature EngineeringHumanitarian

Similar Papers 제목 키워드 기반

Schema Matching using Machine Learning

2019-11-24 · Tanvi Sahay, Ankita Mehta, Shruti Jadon

Schema Matching is a method of finding attributes that are either similar to each other linguistically or represent the same information. In this project, we take a hybrid approach at solving this problem by making use o…

BIG-bench Machine Learning

The CLE Urdu POS Tagset

2014-05-01 · LREC 2014 5 · Saba Urooj, Sarmad Hussain, Asad Mustafa, Rahila Parveen 외

The paper presents a design schema and details of a new Urdu POS tagset. This tagset is designed due to challenges encountered in working with existing tagsets for Urdu. It uses tags that judiciously incorporate informat…

Machine TranslationPOSTAG

Schemora: schema matching via multi-stage recommendation and metadata enrichment using off-the-shelf llms

2025-07-18 · Osman Erman Gungor, Derak Paulsen, William Kang arxiv

Schema matching is essential for integrating heterogeneous data sources and enhancing dataset discovery, yet it remains a complex and resource-intensive problem. We introduce SCHEMORA, a schema matching framework that co…

Knowledge Graph-based Retrieval-Augmented Generation for Schema Matching

2025-01-15 · Chuangtao Ma, Sriom Chakrabarti, Arijit Khan, Bálint Molnár

Traditional similarity-based schema matching methods are incapable of resolving semantic ambiguities and conflicts in domain-specific complex mapping scenarios due to missing commonsense and domain-specific knowledge. Th…

HallucinationKnowledge GraphsRetrievalRetrieval-augmented Generation

GRAM: Generative Retrieval Augmented Matching of Data Schemas in the Context of Data Security

2024-06-04 · Xuanqing Liu, Luyang Kong, Runhui Wang, Patrick Song 외

Schema matching constitutes a pivotal phase in the data ingestion process for contemporary database systems. Its objective is to discern pairwise similarities between two sets of attributes, each associated with a distin…

Retrieval