← Search

Rihong Qiu

7 accepted papers

2026

LearNAT: Learning NL2SQL with AST-guided Task Decomposition for Large Language Models

ICLR 2026poster

Natural Language to SQL (NL2SQL) aims to translate natural language queries into executable SQL statements, offering non-expert users intuitive access to databases. While recent approaches leveraging large-scale private LLMs such as GPT-4 have achieved state-of-the-art results, they face two critica…

Cited by 0SourcecodeScholar
2025

DearLLM: Enhancing Personalized Healthcare via Large Language Models-Deduced Feature Correlations

AAAI 2025technical

Exploring the correlations between medical features is essential for extracting patient health patterns from electronic health records (EHR) data, and strengthening medical predictions and decision-making. To constrain the hypothesis space of pure data-driven deep learning in the context of limited…

2025

Efficient Graph Continual Learning via Lightweight Graph Neural Tangent Kernels-based Dataset Distillation

ICML 2025poster

Graph Neural Networks (GNNs) have emerged as a fundamental tool for modeling complex graph structures across diverse applications. However, directly applying pretrained GNNs to varied downstream tasks without fine-tuning-based continual learning remains challenging, as this approach incurs high comp…

Cited by 0SourcePDFScholar
2025

HyKGE: A Hypothesis Knowledge Graph Enhanced RAG Framework for Accurate and Reliable Medical LLMs Responses

ACL 2025long

In this paper, we investigate the retrieval-augmented generation (RAG) based on Knowledge Graphs (KGs) to improve the accuracy and reliability of Large Language Models (LLMs). Recent approaches suffer from insufficient and repetitive knowledge retrieval, tedious and time-consuming query parsing, and…

2025

MODEL SHAPLEY: Find Your Ideal Parameter Player via One Gradient Backpropagation

NeurIPS 2025poster

Measuring parameter importance is crucial for understanding and optimizing large language models (LLMs). Existing work predominantly focuses on pruning or probing at neuron/feature levels without fully considering the cooperative behaviors of model parameters. In this paper, we introduce a novel app…

Cited by 0SourceScholar
2025

TC–RAG: Turing–Complete RAG’s Case study on Medical LLM Systems

ACL 2025long

In the pursuit of enhancing domain-specific Large Language Models (LLMs), Retrieval-Augmented Generation (RAG) emerges as a promising solution to mitigate issues such as hallucinations, outdated knowledge, and limited expertise in highly specialized queries. However, existing approaches to RAG fall…

2024

RAGraph: A General Retrieval-Augmented Graph Learning Framework

NeurIPS 2024poster

Graph Neural Networks (GNNs) have become essential in interpreting relational data across various domains, yet, they often struggle to generalize to unseen graph data that differs markedly from training instances. In this paper, we introduce a novel framework called General Retrieval-Augmented Graph…