paper-with-me

Papers

Beyond Quacking: Deep Integration of Language Models and RAG into DuckDB

2025-04-01 · Anas Dorbani, Sunny Yasser, Jimmy Lin, Amine Mhedhbi

Knowledge-intensive analytical applications retrieve context from both structured tabular data and unstructured, text-free documents for effective decision-making. Large language models (LLMs) have made it significantly easier to prototype such retrieval and reasoning data pipelines. However, implementing these pipelines efficiently still demands significant effort and has several challenges. This often involves orchestrating heterogeneous data systems, managing data movement, and handling low-level implementation details, e.g., LLM context management. To address these challenges, we introduce FlockMTL: an extension for DBMSs that deeply integrates LLM capabilities and retrieval-augmented generation (RAG). FlockMTL includes model-driven scalar and aggregate functions, enabling chained predictions through tuple-level mappings and reductions. Drawing inspiration from the relational model, FlockMTL incorporates: (i) cost-based optimizations, which seamlessly apply techniques such as batching and caching; and (ii) resource independence, enabled through novel SQL DDL abstractions: PROMPT and MODEL, introduced as first-class schema objects alongside TABLE. FlockMTL streamlines the development of knowledge-intensive analytical applications, and its optimizations ease the implementation burden.

📄 PDF Abstract BibTeX arXiv:2504.01157

Code (1)

dsg-polymtl/flockmtl 공식 구현

Tasks

Decision MakingRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Locking and Quacking: Stacking Bayesian model predictions by log-pooling and superposition

2023-05-12 · Yuling Yao, Luiz Max Carvalho, Diego Mesquita, Yann McLatchie

Combining predictions from different models is a central problem in Bayesian inference and machine learning more broadly. Currently, these predictive distributions are almost exclusively combined using linear mixtures su…

Bayesian InferenceMixture-of-Experts

Breaking Database Lock-in: Agentic Regeneration of High Performance Storage Readers for Database Bypass

2026-07-08 · Victor Giannakouris, Immanuel Trummer arxiv

Analytical workloads operating on data stored in external database systems face a fundamental bottleneck: data access is guarded entirely by the database driver, like JDBC or ODBC, forcing all reads through query executi…

When Large Language Models Meet Speech: A Survey on Integration Approaches

2025-02-26 · Zhengdong Yang, Shuichiro Shimizu, Yahan Yu, Chenhui Chu

Recent advancements in large language models (LLMs) have spurred interest in expanding their application beyond text-based tasks. A large number of studies have explored integrating other modalities with LLMs, notably sp…

Vision and Language Integration: Moving beyond Objects

2017-01-01 · WS 2017 1 · Ravi Shekhar, S Pezzelle, ro, Aur{\'e}lie Herbelot 외
Action ClassificationImage CaptioningQuestion AnsweringVisual Question Answering (VQA)

Data Flow Control: Data Safety Policies for AI Agents

2026-06-04 · Charlie Summers, Eugene Wu arxiv

Agents increasingly generate SQL, orchestrate pipelines, and automate data analysis on behalf of users. While recent work improves query correctness, correctness is not safety. A query may be semantically valid yet viola…