← Search

Zhonghua Li

6 accepted papers

2025

Hierarchical Document Refinement for Long-context Retrieval-augmented Generation

ACL 2025long

Real-world RAG applications often encounter long-context input scenarios, where redundant information and noise results in higher inference costs and reduced performance. To address these challenges, we propose LongRefiner, an efficient plug-and-play refiner that leverages the inherent structural ch…

2025

Neuro-Symbolic Query Compiler

ACL 2025finding

Precise recognition of search intent in Retrieval-Augmented Generation (RAG) systems remains a challenging goal, especially under resource constraints and for complex queries with nested structures and dependencies. This paper presents **QCompiler**, a neuro-symbolic framework inspired by linguistic…

2025

RetroLLM: Empowering Large Language Models to Retrieve Fine-grained Evidence within Generation

ACL 2025long

Large language models (LLMs) exhibit remarkable generative capabilities but often suffer from hallucinations. Retrieval-augmented generation (RAG) offers an effective solution by incorporating external knowledge, but existing methods still face several limitations: additional deployment costs of sep…

2023

FashionSAP: Symbols and Attributes Prompt for Fine-Grained Fashion Vision-Language Pre-Training

CVPR 2023poster

Fashion vision-language pre-training models have shown efficacy for a wide range of downstream tasks. However, general vision-language pre-training models pay less attention to fine-grained domain features, while these features are important in distinguishing the specific domain tasks from general t…

2023

Learning from the Wisdom of Crowds: Exploiting Similar Sessions for Session Search

AAAI 2023technical

Search engines are essential internet services, enabling users to efficiently find the information they need. Session search employs users’ session logs of queries to solve complex retrieval tasks, in which users search multiple times until interested documents are found. Most existing session searc…

Cited by 2SourcePDFScholar
2023

Plug-and-Play Document Modules for Pre-trained Models

ACL 2023long

Large-scale pre-trained models (PTMs) have been widely used in document-oriented NLP tasks, such as question answering. However, the encoding-task coupling requirement results in the repeated encoding of the same documents for different tasks and queries, which is highly computationally inefficient.…