PulseAugur
EN
LIVE 09:18:26

New Polaris system trains LLMs for better table retrieval using preference data

Researchers have developed Polaris, a novel system designed to enhance table retrieval for Natural Language to SQL (NL2SQL) tasks. Polaris trains a large language model to generate table descriptions that are optimized for retrieval effectiveness, rather than just fluency. The system leverages existing table retrieval benchmarks by using query-table relevance judgments to create preference pairs for fine-tuning the LLM via Direct Preference Optimization (DPO). Experiments indicate that Polaris significantly outperforms current state-of-the-art methods like AutoDDG, demonstrating the potential of repurposing retrieval benchmarks for training LLMs to produce retrieval-oriented metadata. AI

IMPACT This research could lead to more effective AI systems for querying structured data, improving how users interact with databases.

RANK_REASON The cluster describes a new research paper detailing a novel system and methodology for improving LLM performance on a specific NLP task. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New Polaris system trains LLMs for better table retrieval using preference data

COVERAGE [1]

  1. arXiv cs.CL TIER_1 English(EN) · Ting Cai, Tuan Minh Phan, AnHai Doan ·

    Polaris: Learning to Generate Table Descriptions from Retrieval Feedback

    arXiv:2608.17171v1 Announce Type: new Abstract: Many table-centric NLP tasks such as NL2SQL first retrieve relevant tables from large collections using keyword search. Recent work uses LLMs to generate natural-language table descriptions to improve retrieval, but they are typical…