paper-with-me

Papers

Relation Extraction from Tables using Artificially Generated Metadata

2021-08-24 · Gaurav Singh, Siffi Singh, Joshua Wong, Amir Saffari

Relation Extraction (RE) from tables is the task of identifying relations between pairs of columns of a table. Generally, RE models for this task require labelled tables for training. These labelled tables can also be generated artificially from a Knowledge Graph (KG), which makes the cost to acquire them much lower in comparison to manual annotations. However, unlike real tables, these synthetic tables lack associated metadata, such as, column-headers, captions, etc; this is because synthetic tables are created out of KGs that do not store such metadata. Meanwhile, previous works have shown that metadata is important for accurate RE from tables. To address this issue, we propose methods to artificially create some of this metadata for synthetic tables. Afterward, we experiment with a BERT-based model, in line with recently published works, that takes as input a combination of proposed artificial metadata and table content. Our empirical results show that this leads to an improvement of 9\%-45\% in F1 score, in absolute terms, over 2 tabular datasets.

📄 PDF Abstract BibTeX arXiv:2108.10750

Code (0)

등록된 구현이 없습니다.

Tasks

RelationRelation Extraction

Similar Papers 제목 키워드 기반

Relation Extraction from Tables using Artificially Generated Metadata

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Relation Extraction (RE) from tables is the task of identifying relations between pairs of columns of a table. Generally, RE models for this task require labelled tables for training. These labelled tables can also be ge…

RelationRelation Extraction

A Relation Extraction Dataset for Knowledge Extraction from Web Tables

2022-10-01 · COLING 2022 10 · Siffi Singh, Alham Fikri Aji, Gaurav Singh, Christos Christodoulopoulos

Relational web-tables are significant sources of structural information that are widely used for relation extraction and population of facts into knowledge graphs. To transform the web-table data into knowledge, we need …

Knowledge GraphsRelationRelation Extraction

SALT-KG: A Benchmark for Semantics-Aware Learning on Enterprise Tables

2026-01-12 · Isaiah Onando Mulang, Felix Sasaki, Tassilo Klein, Jonas Kolk 외 arxiv

Building upon the SALT benchmark for relational prediction (Klein et al., 2024), we introduce SALT-KG, a benchmark for semantics-aware learning on enterprise tables. SALT-KG extends SALT by linking its multi-table transa…

The CTU Prague Relational Learning Repository

2015-11-10 · Jan Motl, Oliver Schulte

The aim of the Prague Relational Learning Repository is to support machine learning research with multi-relational data. The repository currently contains 148 SQL databases hosted on a public MySQL server located at http…

BIG-bench Machine LearningRelational Reasoning

PIPER: Content-Based Table Search via profiling and LLM-Generated Pseudoqueries

2026-05-18 · Riccardo Terrenzi, Matteo Falconi, Serkan Ayvaz, Pierluigi Plebani arxiv

The rapid growth of tabular datasets in data lakes, data spaces, and open data portals makes effective dataset search essential for reuse and analysis. Existing search systems rely mainly on metadata, which is often inco…

Question Answering