中文
相关论文

相关论文: TCN: Table Convolutional Network for Web Table Int…

200 篇论文

Entity Linking aims to link entity mentions in texts to knowledge bases, and neural models have achieved recent success in this task. However, most existing methods rely on local contexts to resolve entities independently, which may usually…

计算与语言 · 计算机科学 2018-11-22 Yixin Cao , Lei Hou , Juanzi Li , Zhiyuan Liu

Relation classification is an important NLP task to extract relations between entities. The state-of-the-art methods for relation classification are primarily based on Convolutional or Recurrent Neural Networks. Recently, the pre-trained…

计算与语言 · 计算机科学 2019-05-22 Shanchan Wu , Yifan He

Previous models for learning entity and relationship embeddings of knowledge graphs such as TransE, TransH, and TransR aim to explore new links based on learned representations. However, these models interpret relationships as simple…

机器学习 · 计算机科学 2018-04-02 Feipeng Zhao , Martin Renqiang Min , Chen Shen , Amit Chakraborty

Transformer based architectures are recently used for the task of answering questions over tables. In order to improve the accuracy on this task, specialized pre-training techniques have been developed and applied on millions of open-domain…

Spreadsheet table detection is the task of detecting all tables on a given sheet and locating their respective ranges. Automatic table detection is a key enabling technique and an initial step in spreadsheet data intelligence. However, the…

信息检索 · 计算机科学 2021-06-28 Haoyu Dong , Shijie Liu , Shi Han , Zhouyu Fu , Dongmei Zhang

Transfer learning on tabular data is challenging due to disparate feature spaces across domains, in contrast to the homogeneous structures of image and text. Large language models (LLMs) offer a knowledge base to improve the limited…

机器学习 · 计算机科学 2026-01-26 Ibna Kowsar , Kazi F. Akhter , Manar D. Samad

Table annotation is crucial for making web and enterprise tables usable in downstream NLP applications. Unlike textual data where learning semantically rich token or sentence embeddings often suffice, tables are structured combinations of…

机器学习 · 计算机科学 2026-04-22 Ehsan Hoseinzade , Ke Wang , Anandharaju Durai Raju

While attention mechanisms have been proven to be effective in many NLP tasks, majority of them are data-driven. We propose a novel knowledge-attention encoder which incorporates prior knowledge from external lexical resources into deep…

计算与语言 · 计算机科学 2020-03-05 Pengfei Li , Kezhi Mao , Xuefeng Yang , Qi Li

Knowledge graph embedding methods learn embeddings of entities and relations in a low dimensional space which can be used for various downstream machine learning tasks such as link prediction and entity matching. Various graph convolutional…

机器学习 · 计算机科学 2021-02-16 Nasrullah Sheikh , Xiao Qin , Berthold Reinwald , Christoph Miksovic , Thomas Gschwind , Paolo Scotton

Multi-label text classification (MLTC) is an attractive and challenging task in natural language processing (NLP). Compared with single-label text classification, MLTC has a wider range of applications in practice. In this paper, we propose…

计算与语言 · 计算机科学 2022-05-24 Irene Li , Aosong Feng , Hao Wu , Tianxiao Li , Toyotaro Suzumura , Ruihai Dong

Table entailment, the binary classification task of finding if a sentence is supported or refuted by the content of a table, requires parsing language and table structure as well as numerical and discrete reasoning. While there is extensive…

计算与语言 · 计算机科学 2020-10-06 Julian Martin Eisenschlos , Syrine Krichene , Thomas Müller

Graph convolutional network (GCN) has been successfully applied to capture global non-consecutive and long-distance semantic information for text classification. However, while GCN-based methods have shown promising results in offline…

计算与语言 · 计算机科学 2023-04-11 Tiandeng Wu , Qijiong Liu , Yi Cao , Yao Huang , Xiao-Ming Wu , Jiandong Ding

In this paper, we describe a reproduction of the Relational Graph Convolutional Network (RGCN). Using our reproduction, we explain the intuition behind the model. Our reproduction results empirically validate the correctness of our…

机器学习 · 计算机科学 2022-11-10 Thiviyan Thanapalasingam , Lucas van Berkel , Peter Bloem , Paul Groth

Graph convolutional networks (GCNs) have shown the powerful ability in text structure representation and effectively facilitate the task of text classification. However, challenges still exist in adapting GCN on learning discriminative…

机器学习 · 计算机科学 2019-12-02 Xueya Zhang , Tong Zhang , Wenting Zhao , Zhen Cui , Jian Yang

With the growth of textual data across online platforms, sentiment analysis has become crucial for extracting insights from user-generated content. While traditional approaches and deep learning models have shown promise, they cannot often…

计算与语言 · 计算机科学 2024-04-23 Asal Khosravi , Zahed Rahmati , Ali Vefghi

Aspect Sentiment Triplet Extraction (ASTE) is an emerging task to extract a given sentence's triplets, which consist of aspects, opinions, and sentiments. Recent studies tend to address this task with a table-filling paradigm, wherein word…

计算与语言 · 计算机科学 2023-12-27 Kun Peng , Lei Jiang , Hao Peng , Rui Liu , Zhengtao Yu , Jiaqian Ren , Zhifeng Hao , Philip S. Yu

The great success of Transformer-based models benefits from the powerful multi-head self-attention mechanism, which learns token dependencies and encodes contextual information from the input. Prior work strives to attribute model decisions…

计算与语言 · 计算机科学 2021-02-26 Yaru Hao , Li Dong , Furu Wei , Ke Xu

Recent progress in cross-lingual relation and event extraction use graph convolutional networks (GCNs) with universal dependency parses to learn language-agnostic sentence representations such that models trained on one language can be…

计算与语言 · 计算机科学 2021-02-19 Wasi Uddin Ahmad , Nanyun Peng , Kai-Wei Chang

Existing work on tabular representation learning jointly models tables and associated text using self-supervised objective functions derived from pretrained language models such as BERT. While this joint pretraining improves tasks involving…

计算与语言 · 计算机科学 2021-05-07 Hiroshi Iida , Dung Thai , Varun Manjunatha , Mohit Iyyer

Knowledge-enhanced pre-trained models for language representation have been shown to be more effective in knowledge base construction tasks (i.e.,~relation extraction) than language models such as BERT. These knowledge-enhanced language…

计算与语言 · 计算机科学 2022-10-25 Jiacheng Li , Yannis Katsis , Tyler Baldwin , Ho-Cheol Kim , Andrew Bartko , Julian McAuley , Chun-Nan Hsu