We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.LG

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Databases

Title: RETRO: Relation Retrofitting For In-Database Machine Learning on Textual Data

Abstract: There are massive amounts of textual data residing in databases, valuable for many machine learning (ML) tasks. Since ML techniques depend on numerical input representations, word embeddings are increasingly utilized to convert symbolic representations such as text into meaningful numbers. However, a naive one-to-one mapping of each word in a database to a word embedding vector is not sufficient and would lead to poor accuracies in ML tasks. Thus, we argue to additionally incorporate the information given by the database schema into the embedding, e.g. which words appear in the same column or are related to each other. In this paper, we propose RETRO (RElational reTROfitting), a novel approach to learn numerical representations of text values in databases, capturing the best of both worlds, the rich information encoded by word embeddings and the relational information encoded by database tables. We formulate relation retrofitting as a learning problem and present an efficient algorithm solving it. We investigate the impact of various hyperparameters on the learning problem and derive good settings for all of them. Our evaluation shows that the proposed embeddings are ready-to-use for many ML tasks such as classification and regression and even outperform state-of-the-art techniques in integration tasks such as null value imputation and link prediction.
Comments: 14 pages
Subjects: Databases (cs.DB); Computation and Language (cs.CL); Machine Learning (cs.LG)
MSC classes: H.2.8, H.3.3, I.2.7
ACM classes: H.2.8; H.3.3; I.2.7
Cite as: arXiv:1911.12674 [cs.DB]
  (or arXiv:1911.12674v2 [cs.DB] for this version)

Submission history

From: Michael Günther [view email]
[v1] Thu, 28 Nov 2019 12:37:26 GMT (3371kb,D)
[v2] Wed, 22 Jan 2020 07:55:38 GMT (4525kb,D)

Link back to: arXiv, form interface, contact.