CLAIJun 1, 2025

Toward Structured Knowledge Reasoning: Contrastive Retrieval-Augmented Generation on Experience

arXiv:2506.00842v28 citationsh-index: 9ACL
Originality Incremental advance
AI Analysis

This addresses the challenge of structured knowledge reasoning for AI applications, representing an incremental improvement with specific gains.

The paper tackles the problem of large language models underperforming on structured data like tables and databases by introducing the CoRE framework, which improves performance on Text-to-SQL and TableQA tasks with average gains of 3.44% and 4.24%.

Large language models (LLMs) achieve strong performance on plain text tasks but underperform on structured data like tables and databases. Potential challenges arise from their underexposure during pre-training and rigid text-to-structure transfer mechanisms. Unlike humans who seamlessly apply learned patterns across data modalities, LLMs struggle to infer implicit relationships embedded in tabular formats, especially in the absence of explicit structural guidance. To bridge this cognitive gap, we introduce Contrastive Retrieval-Augmented Generation on Experience (CoRE), a framework that builds experience memory representations and enhances generalization through contrastive In-Context Learning (ICL) to simulate human-like knowledge transfer. Experiments on Text-to-SQL and TableQA show CoRE significantly improves performance, achieving average gains of 3.44% and 4.24%, with up to 17.2% on challenging tasks. Our Monte Carlo Tree Search (MCTS)-generated Experience Memory expands training data 8-9x, enhancing diversity and domain coverage. This training-free and continual method propels LLMs toward structured knowledge expertise.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes