The reviewed record of science sign in
Pith

arxiv: 2502.12462 · v1 · pith:QU7MGR5R · submitted 2025-02-18 · cs.CL

Emulating Retrieval Augmented Generation via Prompt Engineering for Enhanced Long Context Comprehension in LLMs

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:QU7MGR5Rrecord.jsonopen to challenge →

classification cs.CL
keywords promptllmsretrievalapproachengineeringlongreasoningaugmented
0
0 comments X
read the original abstract

This paper addresses the challenge of comprehending very long contexts in Large Language Models (LLMs) by proposing a method that emulates Retrieval Augmented Generation (RAG) through specialized prompt engineering and chain-of-thought (CoT) reasoning. While recent LLMs support over 100,000 tokens in a single prompt, simply enlarging context windows has not guaranteed robust multi-hop reasoning when key details are scattered across massive input. Our approach treats the model as both the retriever and the reasoner: it first tags relevant segments within a long passage, then employs a stepwise CoT workflow to integrate these pieces of evidence. This single-pass method thereby reduces reliance on an external retriever, yet maintains focus on crucial segments. We evaluate our approach on selected tasks from BABILong, which interleaves standard bAbI QA problems with large amounts of distractor text. Compared to baseline (no retrieval) and naive RAG pipelines, our approach more accurately handles multi-fact questions such as object location tracking, counting, and indefinite knowledge. Furthermore, we analyze how prompt structure, including the order of question, relevant-text tags, and overall instructions, significantly affects performance. These findings underscore that optimized prompt engineering, combined with guided reasoning, can enhance LLMs' long-context comprehension and serve as a lightweight alternative to traditional retrieval pipelines.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. RAG-Enhanced Large Language Models for Dynamic Content Expiration Prediction in Web Search

    cs.IR 2026-05 unverdicted novelty 4.0

    An LLM framework with RAG predicts query-specific validity horizons for web content expiration and shows gains in production A/B tests.