LLM In-Context Recall is Prompt Dependent
Daniel Machlab, Rick Battle
TL;DR
This paper investigates in-context recall in large language models using a needle-in-a-haystack paradigm to measure retrieval of prompt-embedded facts across varying haystack lengths and needle positions. It demonstrates that recall is highly prompt-dependent and can degrade when prompts conflict with training data, while larger models, architectural adjustments, and fine-tuning can substantially improve recall. The study analyzes nine prominent models with diverse context windows, employs heatmap-based evaluation, and highlights practical implications for model selection and prompt design in real-world deployments. The findings stress the need for multifaceted evaluation to capture recall behavior, guiding robust application of LLMs in scenarios requiring precise prompt-based retrieval.
Abstract
The proliferation of Large Language Models (LLMs) highlights the critical importance of conducting thorough evaluations to discern their comparative advantages, limitations, and optimal use cases. Particularly important is assessing their capacity to accurately retrieve information included in a given prompt. A model's ability to do this significantly influences how effectively it can utilize contextual details, thus impacting its practical efficacy and dependability in real-world applications. Our research analyzes the in-context recall performance of various LLMs using the needle-in-a-haystack method. In this approach, a factoid (the "needle") is embedded within a block of filler text (the "haystack"), which the model is asked to retrieve. We assess the recall performance of each model across various haystack lengths and with varying needle placements to identify performance patterns. This study demonstrates that an LLM's recall capability is not only contingent upon the prompt's content but also may be compromised by biases in its training data. Conversely, adjustments to model architecture, training strategy, or fine-tuning can improve performance. Our analysis provides insight into LLM behavior, offering direction for the development of more effective applications of LLMs.
