paper-with-me

홈 › Papers

RASPRef: Retrieval-Augmented Self-Supervised Prompt Refinement for Large Reasoning Models

2026-03-27 · Rahul Soni arxiv

Recent reasoning-focused language models such as DeepSeek R1 and OpenAI o1 have demonstrated strong performance on structured reasoning benchmarks including GSM8K, MATH, and multi-hop question answering tasks. However, their performance remains highly sensitive to prompt formulation, and designing effective prompts is typically a manual and iterative process that does not scale well across tasks or domains. To address this limitation, we introduce Retrieval-Augmented Self-Supervised Prompt Refinement (RASPRef), a framework that improves prompts without requiring human annotations or task-specific supervision. The approach retrieves relevant examples and previously generated reasoning trajectories, and leverages signals such as multi-sample consistency, verifier feedback, and model-generated critiques to iteratively refine the prompt. Unlike prior approaches that focus primarily on improving model outputs, RASPRef directly treats the prompt as the optimization target and improves it through an iterative retrieval-guided refinement process. Experiments on GSM8K-style mathematical reasoning tasks show that retrieval-guided prompting improves performance compared with a static prompting baseline. We further discuss how retrieval quality, trajectory selection, and self-supervised feedback signals may influence the effectiveness of prompt refinement. These findings suggest that prompt design remains a critical factor for reasoning-oriented language models, and that self-improving prompts offer a practical and scalable strategy for improving reasoning performance.

📄 PDF Abstract BibTeX arXiv:2603.27008

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringMathematical Reasoning

Similar Papers 제목 키워드 기반

Lift Yourself Up: Retrieval-augmented Text Generation with Self Memory

2023-05-03 · Xin Cheng, Di Luo, Xiuying Chen, Lemao Liu 외

With direct access to human-written reference as memory, retrieval-augmented generation has achieved much progress in a wide range of text generation tasks. Since better memory would typically prompt better generation~(w…

Abstractive Text SummarizationDialogue GenerationMachine TranslationRetrieval+3

Lift Yourself Up: Retrieval-augmented Text Generation with Self-Memory

2023-09-21 · NeurIPS 2023 11

With direct access to human-written reference as memory, retrieval-augmented generation has achieved much progress in a wide range of text generation tasks. Since better memory would typically prompt better generation (w…

Retrieval Augmented Generation based Large Language Models for Causality Mining

2025-05-29 · Thushara Manjari Naduvilakandy, Hyeju Jang, Mohammad Al Hasan

Causality detection and mining are important tasks in information retrieval due to their enormous use in information extraction, and knowledge graph construction. To solve these tasks, in existing literature there exist …

graph constructionInformation RetrievalPrompt EngineeringRAG+2

Beyond Single Images: Retrieval Self-Augmented Unsupervised Camouflaged Object Detection

2025-10-21 · Ji Du, Xin Wang, Fangwei Hao, Mingyang Yu 외 arxiv

At the core of Camouflaged Object Detection (COD) lies segmenting objects from their highly similar surroundings. Previous efforts navigate this challenge primarily through image-level modeling or annotation-based optimi…

Object Detection

SD-RAG: A Prompt-Injection-Resilient Framework for Selective Disclosure in Retrieval-Augmented Generation

2026-01-16 · Aiman Al Masoud, Marco Arazzi, Antonino Nocera arxiv

Retrieval-Augmented Generation (RAG) has attracted significant attention due to its ability to combine the generative capabilities of Large Language Models (LLMs) with knowledge obtained through efficient retrieval mecha…