← Search

Ruiyang Ren

11 accepted papers

2026

BEE-RAG: Balanced Entropy Engineering for Retrieval-Augmented Generation

AAAI 2026technical

With the rapid advancement of large language models (LLMs), retrieval-augmented generation (RAG) has emerged as a critical approach to supplement the inherent knowledge limitations of LLMs. However, due to the typically large volume of retrieved information, RAG tends to operate with long context le

Cited by 0SourcePDFScholar
2025

Investigating the Factual Knowledge Boundary of Large Language Models with Retrieval Augmentation

COLING 2025main

Large language models (LLMs) have shown impressive prowess in solving a wide range of tasks with world knowledge. However, it remains unclear how well LLMs are able to perceive their factual knowledge boundaries, particularly under retrieval augmentation settings. In this study, we present the first…

2025

RAG-Star: Enhancing Deliberative Reasoning with Retrieval Augmented Verification and Refinement

NAACL 2025long

Existing large language models (LLMs) show exceptional problem-solving capabilities but might struggle with complex reasoning tasks. Despite the successes of chain-of-thought and tree-based search methods, they mainly depend on the internal knowledge of LLMs to search over intermediate reasoning ste…

2025

SimpleDeepSearcher: Deep Information Seeking via Web-Powered Reasoning Trajectory Synthesis

EMNLP 2025

Retrieval-augmented generation (RAG) systems have advanced large language models (LLMs) in complex deep search scenarios requiring multi-step reasoning and iterative information retrieval. However, existing approaches face critical limitations that lack high-quality training trajectories or suffer f

2024

BASES: Large-scale Web Search User Simulation with Large Language Model based Agents

EMNLP 2024finding

Due to the excellent capacities of large language models (LLMs), it becomes feasible to develop LLM-based agents for reliable user simulation. Considering the scarcity and limit (e.g., privacy issues) of real user data, in this paper, we conduct large-scale user simulations for the web search scenar…

Cited by 15SourcePDFScholar
2024

REAR: A Relevance-Aware Retrieval-Augmented Framework for Open-Domain Question Answering

EMNLP 2024main

Considering the limited internal parametric knowledge, retrieval-augmented generation (RAG) has been widely used to extend the knowledge scope of large language models (LLMs). Despite the extensive efforts on RAG research, in existing methods, LLMs cannot precisely assess the relevance of retrieved…

2024

The Dawn After the Dark: An Empirical Study on Factuality Hallucination in Large Language Models

ACL 2024long

In the era of large language models (LLMs), hallucination (the tendency to generate factually incorrect content) poses great challenges to trustworthy and reliable deployment of LLMs in real-world applications. To tackle the hallucination, three key questions should be well studied: how to detect ha…

2023

A Thorough Examination on Zero-shot Dense Retrieval

EMNLP 2023long findings

Recent years have witnessed the significant advance in dense retrieval (DR) based on powerful pre-trained language models (PLM). DR models have achieved excellent performance in several benchmark datasets, while they are shown to be not as competitive as traditional sparse retrieval models (e.g., BM…

Cited by 0SourceScholar
2023

TOME: A Two-stage Approach for Model-based Retrieval

ACL 2023long

Recently, model-based retrieval has emerged as a new paradigm in text retrieval that discards the index in the traditional retrieval model and instead memorizes the candidate corpora using model parameters. This design employs a sequence-to-sequence paradigm to generate document identifiers, which e…

2021

RocketQA: An Optimized Training Approach to Dense Passage Retrieval for Open-Domain Question Answering

NAACL 2021long

In open-domain question answering, dense passage retrieval has become a new paradigm to retrieve relevant passages for finding answers. Typically, the dual-encoder architecture is adopted to learn dense representations of questions and passages for semantic matching. However, it is difficult to effe…

2021

RocketQAv2: A Joint Training Method for Dense Passage Retrieval and Passage Re-ranking

EMNLP 2021main

In various natural language processing tasks, passage retrieval and passage re-ranking are two key procedures in finding and ranking relevant information. Since both the two procedures contribute to the final performance, it is important to jointly optimize them in order to achieve mutual improvemen…