paper-with-me

홈 › Papers

Optimizing Context-Enhanced Relational Joins

2023-12-03 · Viktor Sanca, Manos Chatzakis, Anastasia Ailamaki

Collecting data, extracting value, and combining insights from relational and context-rich multi-modal sources in data processing pipelines presents a challenge for traditional relational DBMS. While relational operators allow declarative and optimizable query specification, they are limited to data transformations unsuitable for capturing or analyzing context. On the other hand, representation learning models can map context-rich data into embeddings, allowing machine-automated context processing but requiring imperative data transformation integration with the analytical query. To bridge this dichotomy, we present a context-enhanced relational join and introduce an embedding operator composable with relational operators. This enables hybrid relational and context-rich vector data processing, with algebraic equivalences compatible with relational algebra and corresponding logical and physical optimizations. We investigate model-operator interaction with vector data processing and study the characteristics of the E-join operator. Using an example of string embeddings, we demonstrate enabling hybrid context-enhanced processing on relational join operators with vector embeddings. The importance of holistic optimization, from logical to physical, is demonstrated in an order of magnitude execution time improvement.

📄 PDF Abstract BibTeX arXiv:2312.01476

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Are Key-Foreign Key Joins Safe to Avoid when Learning High-Capacity Classifiers?

2017-04-03 · Vraj Shah, Arun Kumar, Xiaojin Zhu

Machine learning (ML) over relational data is a booming area of the database industry and academia. While several projects aim to build scalable and fast ML systems, little work has addressed the pains of sourcing data a…

Management

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

DocSage: An Information Structuring Agent for Multi-Doc Multi-Entity Question Answering

2026-03-12 · Teng Lin, Yizhang Zhu, Zhengxuan Zhang, Yuyu Luo 외 arxiv

Multi-document Multi-entity Question Answering inherently demands models to track implicit logic between multiple entities across scattered documents. However, existing Large Language Models (LLMs) and Retrieval-Augmente…

Information ExtractionRelational ReasoningQuestion Answering

A Relational Gradient Descent Algorithm For Support Vector Machine Training

2020-05-11 · Mahmoud Abo-Khamis, Sungjin Im, Benjamin Moseley, Kirk Pruhs 외

We consider gradient descent like algorithms for Support Vector Machine (SVM) training when the data is in relational form. The gradient of the SVM objective can not be efficiently computed by known techniques as it suff…

UNJOIN: Enhancing Multi-Table Text-to-SQL Generation via Schema Simplification

2025-05-23 · Poojah Ganesan, Rajat Aayush Jha, Dan Roth, Vivek Gupta

Recent advances in large language models (LLMs) have greatly improved Text-to-SQL performance for single-table queries. But, it remains challenging in multi-table databases due to complex schema and relational operations…

RetrievalText to SQLText-To-SQL