← Search

Hongjin Qian

16 accepted papers

2026

Enhancing Agentic Search via Data Synthesis on Hierarchical Constraint Satisfaction

ICLR 2026poster

Deep research becomes increasingly important as people seek to solve complex problems that require gathering and synthesizing information from diverse sources. A key capability in this process is agentic search, where an LLM-agent iteratively retrieves relevant information across multiple sources wh…

Cited by 0SourceScholar
2026

RetroLM: Retrieval-Augmented KVs for Long-Context Processing

AAAI 2026technical

Long-context processing remains a significant challenge for large language models (LLMs). Retrieval-augmented generation (RAG) has recently emerged as a promising approach, enabling LLMs to selectively access relevant information from extended contexts to improve efficiency. However, existing RAG ap

Cited by 0SourcePDFScholar
2025

Boosting Long-Context Information Seeking via Query-Guided Activation Refilling

ACL 2025long

Processing long contexts poses a significant challenge for large language models (LLMs) due to their inherent context window limitations and the computational burden of extensive key-value (KV) activations, which severely impact efficiency. For information-seeking tasks, full context perception is o…

2025

CORAL: Benchmarking Multi-turn Conversational Retrieval-Augmented Generation

NAACL 2025findings

Retrieval-Augmented Generation (RAG) has become a powerful paradigm for enhancing large language models (LLMs) through external knowledge retrieval. Despite its widespread attention, existing academic research predominantly focuses on single-turn RAG, leaving a significant gap in addressing the comp…

2025

HawkBench: Investigating Resilience of RAG Methods on Stratified Information-Seeking Tasks

NeurIPS 2025spotlight

In real-world information-seeking scenarios, users have dynamic and diverse needs, requiring RAG systems to demonstrate adaptable resilience. To comprehensively evaluate the resilience of current RAG methods, we introduce HawkBench, a human-labeled, multi-domain benchmark designed to rigorously asse…

Cited by 0SourceScholar
2025

Scent of Knowledge: Optimizing Search-Enhanced Reasoning with Information Foraging

NeurIPS 2025spotlight

Augmenting large language models (LLMs) with external retrieval has become a standard method to address their inherent knowledge cutoff limitations. However, traditional retrieval-augmented generation methods employ static, pre-inference retrieval strategies, making them inadequate for complex tasks…

Cited by 0SourcecodeScholar
2025

Single LLM, Multiple Roles: A Unified Retrieval-Augmented Generation Framework Using Role-Specific Token Optimization

EMNLP 2025

Existing studies have optimized retrieval-augmented generation (RAG) across various sub-tasks, such as query understanding and retrieval refinement, but integrating these optimizations into a unified framework remains challenging. To tackle this problem, this work proposes RoleRAG, a unified RAG fra

2025

Theoretical Insights into Fine-Tuning Attention Mechanism: Generalization and Optimization

IJCAI 2025

Large Language Models (LLMs), built on Transformer architectures, exhibit remarkable generalization across a wide range of tasks. However, fine-tuning these models for specific tasks remains resource-intensive due to their extensive parameterization. In this paper, we explore two remarkable phenomen

Cited by 0SourcePDFScholar
2025

WebThinker: Empowering Large Reasoning Models with Deep Research Capability

NeurIPS 2025poster

Large reasoning models (LRMs), such as OpenAI-o1 and DeepSeek-R1, demonstrate impressive long-horizon reasoning capabilities. However, their reliance on static internal knowledge limits their performance on complex, knowledge-intensive tasks and hinders their ability to produce comprehensive researc…

Cited by 0SourcecodeScholar
2024

Grounding Language Model with Chunking-Free In-Context Retrieval

ACL 2024long

This paper presents a novel Chunking-Free In-Context (CFIC) retrieval approach, specifically tailored for Retrieval-Augmented Generation (RAG) systems. Traditional RAG systems often struggle with grounding responses using precise evidence text due to the challenges of processing lengthy documents an…

Cited by 16SourcePDFScholar
2024

RAG-Studio: Towards In-Domain Adaptation of Retrieval Augmented Generation Through Self-Alignment

EMNLP 2024finding

Retrieval-Augmented Generation (RAG) has proven to be an effective paradigm for enhancing the quality of text generation by integrating large language models (LLMs) with external knowledge. However, an off-the-shelf RAG system, which relies on generally pre-trained LLMs and retrievers, often falls s…

2023

Large Language Models Know Your Contextual Search Intent: A Prompting Framework for Conversational Search

EMNLP 2023long findings

Precisely understanding users' contextual search intent has been an important challenge for conversational search. As conversational search sessions are much more diverse and long-tailed, existing methods trained on limited data still show unsatisfactory effectiveness and robustness to handle real c…

Cited by 0SourceScholar
2023

Search-Oriented Conversational Query Editing

ACL 2023findings

Conversational query rewriting (CQR) realizes conversational search by reformulating the search dialogue into a standalone rewrite. However, existing CQR models either are not learned toward improving the downstream search performance or inefficiently generate the rewrite token-by-token from scratch…

2022

ConvTrans: Transforming Web Search Sessions for Conversational Dense Retrieval

EMNLP 2022main

Conversational search provides users with a natural and convenient new search experience. Recently, conversational dense retrieval has shown to be a promising technique for realizing conversational search. However, as conversational search systems have not been widely deployed, it is hard to get lar…

2022

Less is More: Learning to Refine Dialogue History for Personalized Dialogue Generation

NAACL 2022long

Personalized dialogue systems explore the problem of generating responses that are consistent with the user’s personality, which has raised much attention in recent years. Existing personalized dialogue systems have tried to extract user profiles from dialogue history to guide personalized response…

Cited by 69SourcePDFScholar