2 min readfrom Machine Learning

#1 on memory benchmark LongMemEval with Gemini Flash, not Pro [R]

Our take

We're excited to announce our top ranking on the LongMemEval benchmark with our experimental memory retrieval system, Gemini Flash, achieving an impressive 96.4% at top-50. This performance highlights the effectiveness of our architecture, which draws on cognitive science principles to enhance retrieval quality. Key innovations include query decomposition for multi-session questions and temporal salience scoring. While this evaluation serves as a foundation, we acknowledge its limitations and invite further exploration. For deeper insights, check out our related article, "Recent Developments in LLM Architectures."

The recent evaluation of an experimental memory retrieval system against LongMemEval, particularly the impressive performance of the Gemini 3 Flash model, highlights significant advancements in the field of AI memory architecture. With a top-50 retrieval accuracy of 96.4%, the results present a compelling case for exploring how cognitive science principles can enhance machine learning systems. This is especially relevant given the ongoing discussions around memory and retrieval efficacy in AI, as seen in articles like Recent Developments in LLM Architectures: KV Sharing, mHC, and Compressed Attention and LLM Evals Are Based on Vibes — I Built the Missing Layer That Decides What Ships. By using a smaller answering model, the researchers have taken a deliberate step to isolate retrieval quality from overall model capability, a move that underscores the importance of understanding the mechanisms behind memory retrieval rather than just focusing on the surface-level performance of AI systems.

The architecture of the Gemini 3 Flash model draws inspiration from established theories in cognitive science, such as episodic memory and reconstructive recall. This grounding in human cognitive processes is not merely academic; it has significant implications for how we design AI systems to interact with users. The incorporation of query decomposition, temporal salience scoring, and coherence re-ranking reflects a thoughtful approach to enhancing the user experience. These methods allow the AI to better simulate human-like recall by considering the context and relevance of information. Such advancements not only improve the retrieval performance but also pave the way for more nuanced and effective human-AI collaboration.

However, while the results are promising, it is essential to acknowledge the limitations noted by the authors. The evaluation is based on a single benchmark, and the architecture details are intentionally limited, which raises questions about the model's robustness in real-world applications. Without testing against various conditions, such as adversarial inputs or contradictory information, it is difficult to fully assess how these findings translate to broader use cases. The ceiling effects observed at scores above 96% suggest that there are still challenges to overcome, particularly in handling ambiguous queries or inconsistencies within the dataset. As we continue to explore these advanced architectures, it will be critical to develop comprehensive evaluations that account for diverse and complex real-world scenarios.

Looking ahead, the potential for cognitive science-informed retrieval systems to reshape our interaction with AI tools is significant. As organizations seek to leverage data-driven insights more effectively, the demand for memory architectures that can provide contextualized and coherent responses will likely grow. This development raises an intriguing question: how can we further refine these systems to ensure they not only retrieve information accurately but also understand and respond to user intent in a more human-centered manner? The dialogue on this topic will undoubtedly evolve as researchers continue to push the boundaries of AI memory architecture, urging us to keep a close eye on these advancements and their implications for the future of data management and interaction.

Disclosure: first author.

Evaluation of an experimental memory retrieval system against LongMemEval (Wang et al., 2024). Figured the results might be of interest here, particularly the deliberate use of a smaller answering model to isolate retrieval quality from model capability.

96.4% at top-50 with Gemini 3 Flash. Comparative reported scores (all Gemini 3 Pro): Mem0 94.8%, Honcho 92.6%, HydraDB 90.79%, Supermemory 85.2%.

Retrieval architecture draws on episodic memory theory (Tulving, 1972), reconstructive recall (Bartlett, 1932), and temporal context models (Howard & Kahana, 2002). Three design choices we think mattered:

  • Query decomposition: parallel retrieval passes targeting distinct information needs. Critical for multi-session questions where no single query surfaces all relevant fragments.
  • Temporal salience scoring: candidates scored on semantic similarity, lexical precision, and temporal salience, reflecting associative and recency factors in human recall (Polyn et al., 2009).
  • Coherence re-ranking: re-ranked for cross-memory coherence and temporal chain resolution before presentation to the answering model.

Methodology: forked Mem0's open-source benchmarking script, replaced storage and retrieval with our system, stripped all question-specific prompt templates. Single generic prompt, 500 questions.

Category results at top-50: single-session (user) 98.6%, assistant 100%, preferences 96.7%, knowledge update 97.4%, multi-session 94.0%, temporal reasoning 95.5%.

Limitations: single benchmark evaluation; architecture details intentionally limited; single model configuration, no ablations; production conditions (adversarial inputs, privacy, contradictory information) not tested.

Above ~96% we hit evaluation ceiling effects: ambiguous questions, narrow expected answers, dataset inconsistencies. Some benchmark errors identified, which we reported upstream.

Paper | Results | Answerer prompt

Curious if others have explored similar cognitive-science-informed retrieval architectures for conversational memory.

submitted by /u/j-m-k-s
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Tagged with

#natural language processing for spreadsheets#generative AI for data analysis#Excel alternatives for data analysis#financial modeling with spreadsheets#rows.com#conversational data analysis#large dataset processing#cognitive automation#AI formula generation techniques#memory retrieval#Gemini 3 Flash#temporal salience scoring#retrieval architecture#LongMemEval#query decomposition#semantic similarity#coherence re-ranking#multi-session questions#temporal context models#lexical precision