TL;DR
This paper introduces TCN, a novel table convolutional network that effectively captures both intra- and inter-table contextual information for web table interpretation, significantly improving knowledge extraction accuracy.
Contribution
The work proposes a new relational table representation learning approach with attention-based aggregation modules and a multi-task training framework, advancing web table understanding.
Findings
Outperforms baselines with +4.8% F1 in column type prediction.
Achieves +4.1% F1 improvement in column relation prediction.
Demonstrates effectiveness on real web table datasets.
Abstract
Information extraction from semi-structured webpages provides valuable long-tailed facts for augmenting knowledge graph. Relational Web tables are a critical component containing additional entities and attributes of rich and diverse knowledge. However, extracting knowledge from relational tables is challenging because of sparse contextual information. Existing work linearize table cells and heavily rely on modifying deep language models such as BERT which only captures related cells information in the same table. In this work, we propose a novel relational table representation learning approach considering both the intra- and inter-table contextual information. On one hand, the proposed Table Convolutional Network model employs the attention mechanism to adaptively focus on the most informative intra-table cells of the same row or column; and, on the other hand, it aggregates…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Layer · Multi-Head Attention · Refunds@Expedia|||How do I get a full refund from Expedia? · Attention Dropout · Weight Decay · WordPiece · Layer Normalization · Dense Connections · Adam · Linear Warmup With Linear Decay
