paper-with-me

홈 › Papers

Conversational Query Engine for Mixed-Modality Heterogeneous Enterprise Data Sources

2026-06-15 · Darshita Rathore, Vineet Kumar, Vaibhav Singal, Ankur Vivek Singh, Anindya Moitra arxiv

Enterprise business intelligence queries span structured warehouses and unstructured document repositories -- modalities with fundamentally different access methods, cost profiles, and correctness semantics. Existing AI-enabled interfaces force users to select the right tool: NL2SQL systems cannot reason over slide decks, and RAG pipelines lack access to live warehouse tables. We present COGNI, a production conversational BI system that treats natural-language analytics as a heterogeneous query processing problem, organized as four architectural layers. First, an indexing layer implements slide-adaptive chunking -- recursive chunking for plain-text slides, hierarchical chunking for structured content such as tables, charts, and key-value blocks - achieving $88.3\%$ on our internal enterprise benchmark. Second, a routing layer built on a LoRA fine-tuned Qwen-2.5-1.5B-Instruct model that produces a dual output - modality decision and complexity assessment at $93.8\%$ accuracy and approximately $7\times$ lower cost than frontier-model. Third, a retrieval layer executes complexity-adaptive pipelines: a self-correcting NL2SQL agent at $93.9\%$ G-Eval, and Recursive Language Models reaching $91.0\%$ on multi-hop synthesis queries. Finally, a caching layer validates query equivalence across multiple dimensions beyond embedding similarity, achieving zero false cache hits and $8.4\times$ latency reduction.

📄 PDF Abstract BibTeX arXiv:2606.28370

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mixed-Modality Dual Face-Hair Retrieval

2026-06-02 · Quoc-Anh Bui-Huynh, Mai-Tuyen Lam, Dai-Anh-Tuan Nguyen, Thanh Duc Ngo arxiv

We introduce Dual Face-Hair Retrieval (DFHR), a new mixed-modality dual-reference task in image retrieval where a query consists of a face image specifying identity and a hairstyle reference expressed as either an image …

Image Retrieval

Analysing Mixed Initiatives and Search Strategies during Conversational Search

2021-09-13 · Mohammad Aliannejadi, Leif Azzopardi, Hamed Zamani, Evangelos Kanoulas 외

Information seeking conversations between users and Conversational Search Agents (CSAs) consist of multiple turns of interaction. While users initiate a search session, ideally a CSA should sometimes take the lead in the…

Conversational Search

Align Your Query: Representation Alignment for Multimodality Medical Object Detection

2025-10-03 · Ara Seo, Bryan Sangwoo Kim, Hyungjin Chung, Jong Chul Ye arxiv

Medical object detection suffers when a single detector is trained on mixed medical modalities (e.g., CXR, CT, MRI) due to heterogeneous statistics and disjoint representation spaces. To address this challenge, we turn t…

Medical Object Detection

Mixed-initiative Query Rewriting in Conversational Passage Retrieval

2023-07-17 · Dayu Yang, Yue Zhang, Hui Fang

In this paper, we report our methods and experiments for the TREC Conversational Assistance Track (CAsT) 2022. In this work, we aim to reproduce multi-stage retrieval pipelines and explore one of the potential benefits o…

Passage RetrievalRetrieval

Beyond Single-Modal Analytics: A Framework for Integrating Heterogeneous LLM-Based Query Systems for Multi-Modal Data

2026-02-02 · Ruyu Li, Tinghui Zhang, Haodi Ma, Daisy Zhe Wang 외 arxiv

With the increasing use of multi-modal data, semantic query has become more and more demanded in data management systems, which is an important way to access and analyze multi-modal data. As unstructured data, most infor…