Skip to main content

Showing 1–5 of 5 results for author: Bordawekar, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2302.12178  [pdf, other

    cs.AI

    A Scalable Space-efficient In-database Interpretability Framework for Embedding-based Semantic SQL Queries

    Authors: Prabhakar Kudva, Rajesh Bordawekar, Apoorva Nitsure

    Abstract: AI-Powered database (AI-DB) is a novel relational database system that uses a self-supervised neural network, database embedding, to enable semantic SQL queries on relational tables. In this paper, we describe an architecture and implementation of in-database interpretability infrastructure designed to provide simple, transparent, and relatable insights into ranked results of semantic SQL queries… ▽ More

    Submitted 1 March, 2023; v1 submitted 23 February, 2023; originally announced February 2023.

  2. arXiv:2102.02705  [pdf, other

    cs.LG cs.AI cs.DB

    EFloat: Entropy-coded Floating Point Format for Compressing Vector Embedding Models

    Authors: Rajesh Bordawekar, Bulent Abali, Ming-Hung Chen

    Abstract: In a large class of deep learning models, including vector embedding models such as word and database embeddings, we observe that floating point exponent values cluster around a few unique values, permitting entropy based data compression. Entropy coding compresses fixed-length values with variable-length codes, encoding most probable values with fewer bits. We propose the EFloat compressed floati… ▽ More

    Submitted 2 February, 2022; v1 submitted 4 February, 2021; originally announced February 2021.

  3. arXiv:2005.09617   

    cs.DB cs.AI cs.IR

    Unlocking New York City Crime Insights using Relational Database Embeddings

    Authors: Apoorva Nitsure, Rajesh Bordawekar, Jose Neves

    Abstract: This version withdrawn by arXiv administrators because the author did not have the right to agree to our license at the time of submission.

    Submitted 20 May, 2020; v1 submitted 19 May, 2020; originally announced May 2020.

    Comments: arXiv admin note: This version withdrawn by arXiv administrators because the author did not have the right to agree to our license at the time of submission

  4. arXiv:1712.07199  [pdf, other

    cs.DB cs.AI cs.CL cs.NE

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

    Authors: Rajesh Bordawekar, Bortik Bandyopadhyay, Oded Shmueli

    Abstract: 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 ca… ▽ More

    Submitted 19 December, 2017; originally announced December 2017.

  5. arXiv:1603.07185  [pdf, other

    cs.CL cs.DB

    Enabling Cognitive Intelligence Queries in Relational Databases using Low-dimensional Word Embeddings

    Authors: Rajesh Bordawekar, Oded Shmueli

    Abstract: We apply distributed language embedding methods from Natural Language Processing to assign a vector to each database entity associated token (for example, a token may be a word occurring in a table row, or the name of a column). These vectors, of typical dimension 200, capture the meaning of tokens based on the contexts in which the tokens appear together. To form vectors, we apply a learning meth… ▽ More

    Submitted 23 March, 2016; originally announced March 2016.

    Comments: Submitted to VLDB