paper-with-me

홈 › Papers

RPT: Relational Pre-trained Transformer Is Almost All You Need towards Democratizing Data Preparation

2020-12-04 · Nan Tang, Ju Fan, Fangyi Li, Jianhong Tu, Xiaoyong Du, Guoliang Li, Sam Madden, Mourad Ouzzani

Can AI help automate human-easy but computer-hard data preparation tasks that burden data scientists, practitioners, and crowd workers? We answer this question by presenting RPT, a denoising auto-encoder for tuple-to-X models (X could be tuple, token, label, JSON, and so on). RPT is pre-trained for a tuple-to-tuple model by corrupting the input tuple and then learning a model to reconstruct the original tuple. It adopts a Transformer-based neural translation architecture that consists of a bidirectional encoder (similar to BERT) and a left-to-right autoregressive decoder (similar to GPT), leading to a generalization of both BERT and GPT. The pre-trained RPT can already support several common data preparation tasks such as data cleaning, auto-completion and schema matching. Better still, RPT can be fine-tuned on a wide range of data preparation tasks, such as value normalization, data transformation, data annotation, etc. To complement RPT, we also discuss several appealing techniques such as collaborative training and few-shot learning for entity resolution, and few-shot learning and NLP question-answering for information extraction. In addition, we identify a series of research opportunities to advance the field of data preparation.

📄 PDF Abstract BibTeX arXiv:2012.02469

Code (0)

등록된 구현이 없습니다.

Tasks

AllDecoderDenoisingEntity ResolutionFew-Shot LearningLanguage ModellingQuestion AnsweringTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Weight Decay 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…

Similar Papers 제목 키워드 기반

Natural Language Query Engine for Relational Databases using Generative AI

2024-09-23 · Steve Tueno Fotso

The growing reliance on data-driven decision-making highlights the need for more intuitive ways to access and analyze information stored in relational databases. However, the requirement of SQL knowledge has long been a …

Decision MakingNatural Language Queries

RASAT: Integrating Relational Structures into Pretrained Seq2Seq Model for Text-to-SQL

2022-05-14 · Jiexing Qi, Jingyao Tang, Ziwei He, Xiangpeng Wan 외

Relational structures such as schema linking and schema encoding have been validated as a key component to qualitatively translating natural language into SQL queries. However, introducing these structural relations come…

Dialogue State TrackingSemantic ParsingText to SQLText-To-SQL

TURL: Table Understanding through Representation Learning

2020-06-26 · Xiang Deng, Huan Sun, Alyssa Lees, You Wu 외

Relational tables on the Web store a vast amount of knowledge. Owing to the wealth of such tables, there has been tremendous progress on a variety of tasks in the area of table understanding. However, existing work gener…

Cell Entity AnnotationColumns Property AnnotationColumn Type AnnotationRelation Extraction+2

Inductive Relation Prediction from Relational Paths and Context with Hierarchical Transformers

2023-04-01 · Jiaang Li, Quan Wang, Zhendong Mao

Relation prediction on knowledge graphs (KGs) is a key research topic. Dominant embedding-based methods mainly focus on the transductive setting and lack the inductive ability to generalize to new entities for inference.…

Inductive Relation PredictionKnowledge GraphsRelationRelation Prediction

Relational Transformer: Toward Zero-Shot Foundation Models for Relational Data

2025-10-07 · Rishabh Ranjan, Valter Hudovernik, Mark Znidar, Charilaos Kanatsoulis 외 arxiv

Pretrained transformers readily adapt to new sequence modeling tasks via zero-shot prompting, but relational domains still lack architectures that transfer across datasets and tasks. The core challenge is the diversity o…

Binary Classification