Understanding the Semantic Structures of Tables with a Hybrid Deep Neural Network Architecture
Abstract
We propose a new deep neural network architecture, TabNet, for table type classification. Table type is essential information for exploring the power of Web tables, and it is important to understand the semantic structures of tables in order to classify them correctly. A table is a matrix of texts, analogous to an image, which is a matrix of pixels, and each text consists of a sequence of tokens. Our hybrid architecture mirrors the structure of tables: its recurrent neural network (RNN) encodes a sequence of tokens for each cell to create a 3d table volume like image data, and its convolutional neural network (CNN) captures semantic features, e.g., the existence of rows describing properties, to classify tables. Experiments using Web tables with various structures and topics demonstrated that TabNet achieved considerable improvements over state-of-the-art methods specialized for table classification and other deep neural network architectures.
Cite
Text
Nishida et al. "Understanding the Semantic Structures of Tables with a Hybrid Deep Neural Network Architecture." AAAI Conference on Artificial Intelligence, 2017. doi:10.1609/AAAI.V31I1.10484Markdown
[Nishida et al. "Understanding the Semantic Structures of Tables with a Hybrid Deep Neural Network Architecture." AAAI Conference on Artificial Intelligence, 2017.](https://mlanthology.org/aaai/2017/nishida2017aaai-understanding/) doi:10.1609/AAAI.V31I1.10484BibTeX
@inproceedings{nishida2017aaai-understanding,
title = {{Understanding the Semantic Structures of Tables with a Hybrid Deep Neural Network Architecture}},
author = {Nishida, Kyosuke and Sadamitsu, Kugatsu and Higashinaka, Ryuichiro and Matsuo, Yoshihiro},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2017},
pages = {168-174},
doi = {10.1609/AAAI.V31I1.10484},
url = {https://mlanthology.org/aaai/2017/nishida2017aaai-understanding/}
}