New benchmark shows how reader-facing memory formats affect LLM evaluation scores
RENDER introduces a controlled benchmark to isolate how different memory formats—raw dialogue, summaries, or structured records—impact measured performance across nine models.
1 source · cross-referenced
- A new benchmark called RENDER evaluates how the format of memory inputs (raw dialogue, summaries, structured records) affects LLM performance scores.
- On 500 LongMemEval questions, matched-budget resolved packets outperformed recency-truncated raw dialogue by 42.4 to 72.6 points across nine models.
- The effect persists under retrieval noise and transfers to HotpotQA, suggesting evaluation protocols should control for reader-facing artifact formatting.
- Three models scored 0% on formal ledger packets but answered the same facts correctly 45.4% to 53.4% of the time when presented as natural-language entries.
Researchers from Yuan Si, Simeng Han, Daming Li, and Jialu Zhang introduce RENDER, a benchmark designed to control for the format of reader-facing memory artifacts in LLM evaluations. The core insight is that systems may render the same conversation history in different ways—such as raw dialogue excerpts, ChatGPT-style entries, LangChain summaries, MemGPT-style typed records, or structured ledgers—and these formats can significantly influence measured performance.
RENDER combines a five-level "packet ladder" that localizes when answer-bearing content enters the input with deterministic templates mimicking common deployment formats. The benchmark evaluates nine models on 500 LongMemEval questions, finding that matched-budget resolved packets outperform recency-truncated raw dialogue by between 42.4 and 72.6 points, depending on the model.
In deployed-style templates, the best-worst spread across models ranges from 24.6 to 48.8 points per model. Under the primary scorer, ChatGPT-style entries yield higher point estimates than raw conversation for seven of the nine models. Judge rescoring preserves the positive aggregate effect, though model-specific significance is mixed.
Notably, three models that score 0% on formal ledger packets answer the same facts correctly between 45.4% and 53.4% of the time when those facts are presented as natural-language entries. The effect remains robust under retrieval noise and transfers to HotpotQA, indicating that evaluation protocols should explicitly report or control for the reader-facing artifact format.
The authors argue that current memory and RAG evaluations often treat the answering model's input as an implementation detail, which can obscure true model capabilities and lead to inconsistent or misleading comparisons across studies.
- Aug 26, 2026 · arXiv cs.AI
New NL2SQL benchmark shows enterprise database complexity degrades model performance
Trust79 - Aug 25, 2026 · arXiv cs.CL
Wazobia Eval introduces a 550-example Nigerian Pidgin benchmark for emotion, sarcasm, and cultural reasoning
Trust79 - Aug 21, 2026 · Hugging Face
Hugging Face study finds benchmark optimization inflates ASR model scores
Trust84