paper-with-me

Papers

Cognitive Database: A Step towards Endowing Relational Databases with Artificial Intelligence Capabilities

2017-12-19 · Rajesh Bordawekar, Bortik Bandyopadhyay, Oded Shmueli

We propose Cognitive Databases, an approach for transparently enabling Artificial Intelligence (AI) capabilities in relational databases. A novel aspect of our design is to first view the structured data source as meaningful unstructured text, and then use the text to build an unsupervised neural network model using a Natural Language Processing (NLP) technique called word embedding. This model captures the hidden inter-/intra-column relationships between database tokens of different types. For each database token, the model includes a vector that encodes contextual semantic relationships. We seamlessly integrate the word embedding model into existing SQL query infrastructure and use it to enable a new class of SQL-based analytics queries called cognitive intelligence (CI) queries. CI queries use the model vectors to enable complex queries such as semantic matching, inductive reasoning queries such as analogies, predictive queries using entities not present in a database, and, more generally, using knowledge from external sources. We demonstrate unique capabilities of Cognitive Databases using an Apache Spark based prototype to execute inductive reasoning CI queries over a multi-modal database containing text and images. We believe our first-of-a-kind system exemplifies using AI functionality to endow relational databases with capabilities that were previously very hard to realize in practice.

📄 PDF Abstract BibTeX arXiv:1712.07199

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PluRel: Synthetic Data unlocks Scaling Laws for Relational Foundation Models

2026-02-03 · Vignesh Kothapalli, Rishabh Ranjan, Valter Hudovernik, Vijay Prakash Dwivedi 외 arxiv

Relational Foundation Models (RFMs) facilitate data-driven decision-making by learning from complex multi-table databases. However, the diverse relational databases needed to train such models are rarely public due to pr…

GFS: Graph-based Feature Synthesis for Prediction over Relational Databases

2023-12-04 · Han Zhang, Quan Gan, David Wipf, Weinan Zhang

Relational databases are extensively utilized in a variety of modern information system applications, and they always carry valuable data patterns. There are a huge number of data mining or machine learning tasks conduct…

Feature EngineeringInductive Bias

DBTagger: Multi-Task Learning for Keyword Mapping in NLIDBs Using Bi-Directional Recurrent Neural Networks

2021-01-11 · Arif Usta, Akifhan Karakayali, Özgür Ulusoy

Translating Natural Language Queries (NLQs) to Structured Query Language (SQL) in interfaces deployed in relational databases is a challenging task, which has been widely studied in database community recently. Conventio…

LemmatizationMulti-Task LearningNatural Language QueriesPOS+1

BERT Meets Relational DB: Contextual Representations of Relational Databases

2021-04-30 · Siddhant Arora, Vinayak Gupta, Garima Gaur, Srikanta Bedathur

In this paper, we address the problem of learning low dimension representation of entities on relational databases consisting of multiple tables. Embeddings help to capture semantics encoded in the database and can be us…

Missing ValuesRepresentation Learning

A Rule-Based Relational XML Access Control Model in the Presence of Authorization Conflicts

2019-09-24 · Ali Alwehaibi, Mustafa Atay

There is considerable amount of sensitive XML data stored in relational databases. It is a challenge to enforce node level fine-grained authorization policies for XML data stored in relational databases which typically s…