paper-with-me

Papers

KGLink: A column type annotation method that combines knowledge graph and pre-trained language model

2024-06-01 · YuBo Wang, Hao Xin, Lei Chen

The semantic annotation of tabular data plays a crucial role in various downstream tasks. Previous research has proposed knowledge graph (KG)-based and deep learning-based methods, each with its inherent limitations. KG-based methods encounter difficulties annotating columns when there is no match for column cells in the KG. Moreover, KG-based methods can provide multiple predictions for one column, making it challenging to determine the semantic type with the most suitable granularity for the dataset. This type granularity issue limits their scalability. On the other hand, deep learning-based methods face challenges related to the valuable context missing issue. This occurs when the information within the table is insufficient for determining the correct column type. This paper presents KGLink, a method that combines WikiData KG information with a pre-trained deep learning language model for table column annotation, effectively addressing both type granularity and valuable context missing issues. Through comprehensive experiments on widely used tabular datasets encompassing numeric and string columns with varying type granularity, we showcase the effectiveness and efficiency of KGLink. By leveraging the strengths of KGLink, we successfully surmount challenges related to type granularity and valuable context issues, establishing it as a robust solution for the semantic annotation of tabular data.

📄 PDF Abstract BibTeX arXiv:2406.00318

Code (1)

Wyb0627/KBLink 공식 구현 pytorch

Tasks

Column Type AnnotationDeep LearningLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

RACOON: An LLM-based Framework for Retrieval-Augmented Column Type Annotation with a Knowledge Graph

2024-09-22 · Lindsey Linxi Wei, Guorui Xiao, Magdalena Balazinska

As an important component of data exploration and integration, Column Type Annotation (CTA) aims to label columns of a table with one or more semantic types. With the recent development of Large Language Models (LLMs), r…

Column Type AnnotationRetrieval

AMALGAM: A Matching Approach to fairfy tabuLar data with knowledGe grAph Model

2021-01-17 · Rabia Azzi, Gayo Diallo

In this paper we present AMALGAM, a matching approach to fairify tabular data with the use of a knowledge graph. The ultimate goal is to provide fast and efficient approach to annotate tabular data with entities from a b…

Column Type AnnotationGraph Matching

Column Type Annotation using ChatGPT

2023-06-01 · TaDA@VLDB 2023 8 · Keti Korini, Christian Bizer

Column type annotation is the task of annotating the columns of a relational table with the semantic type of the values contained in each column. Column type annotation is an important pre-processing step for data search…

Column Type AnnotationData IntegrationTable annotation

LakeHopper: Cross Data Lakes Column Type Annotation through Model Adaptation

2026-02-09 · Yushi Sun, Xujia Li, Nan Tang, Quanqing Xu 외 arxiv

Column type annotation is vital for tasks like data cleaning, integration, and visualization. Recent solutions rely on resource-intensive language models fine-tuned on well-annotated columns from a particular set of tabl…

Column Type Annotation

DREIFLUSS: A Minimalist Approach for Table Matching

2023-11-20 · SemTab@ISWC 2023 11 · Vishvapalsinhji Parmar, Alsayed Algergawy

This paper introduces DREIFLUSS, an innovative, minimalist approach designed to tackle the Column Type Annotation (CTA) and Column Property Annotation (CPA) tasks in the SemTab challenge. DREIFLUSS efficiently employs se…

Columns Property AnnotationColumn Type AnnotationData IntegrationKnowledge Graphs