Source-linked AI summary
MemSyco-Bench: Benchmarking Sycophancy in Agent Memory
Zhishang Xiang, Zerui Chen, Yunbo Tang, Zhimin Wei, Ruqin Ning, Yujie Lin, Qinggang Zhang, Jinsong Su
TL;DR
Existing memory benchmarks mainly test storage, retrieval, and updating, leaving post-retrieval effects on reasoning and decision-making underexplored. MemSyco-Bench evaluates whether agents suppress, constrain, update, or appropriately use retrieved memories across five tasks, finding that current memory systems often increase sycophancy and struggle to balance personalization with factual reliability.
Problem
Existing memory benchmarks mainly assess memory storage, retrieval, and updating rather than when retrieved memory should influence downstream reasoning and decisions.
Method
MemSyco-Bench evaluates post-retrieval memory use through five tasks covering memory suppression, scope control, conflict resolution, updates, and personalization.
Results
Current memory systems often increase sycophancy, struggle with post-retrieval decision-making, and fail to balance personalization with factual reliability.
Takeaways & Limitations
MemSyco-Bench shifts memory evaluation beyond retrieval success toward assessing whether agents calibrate memory use during reasoning and decision-making.
Abstract
from arXiv · showhide
Memory has emerged as a cornerstone of modern LLM-based agents, supporting their evolution from single-turn assistants to long-term collaborators. However, memory is not always beneficial: retrieved memories often induce a critical issue of sycophancy, causing agents to over-align with the user at the cost of factual accuracy or objective reasoning. Despite this emerging risk, existing memory benchmarks primarily evaluate whether memories are correctly stored, retrieved, or updated, while overlooking how retrieved memories influence downstream reasoning and decision-making. To bridge this gap, we propose MemSyco-Bench, a comprehensive benchmark for evaluating memory-induced sycophancy in agent systems. MemSyco-Bench measures when memory should influence a decision and how valid memory should be used. Specifically, it covers five tasks that assess whether agents can reject memory as factual evidence, respect its applicable scope, resolve conflicts between memory and objective evidence, track memory updates, and use valid memory for personalization. All related resources are collected for the community at https://github.com/XMUDeepLIT/MemSyco-Bench.
1 INTRODUCTION
MemSyco-Bench frames memory-induced sycophancy as the inappropriate use of retrieved historical user information when current evidence, task scope, or updated information should govern decisions. It evaluates post-retrieval memory use across suppression, scope control, conflict resolution, updating, and personalization.
- Memory-induced sycophancy occurs when agents over-follow historical user beliefs or preferences despite requirements for objective evidence, scope control, or updated information.
- Existing memory benchmarks mainly assess storing, retrieving, and using relevant memories, leaving post-retrieval reasoning and whether memory remains beneficial insufficiently evaluated.
- MemSyco-Bench evaluates whether agents appropriately suppress, constrain, update, or use retrieved memories for personalization rather than merely retrieving them.
- The benchmark scenarios test rejecting memory as factual evidence, respecting applicable scope, resolving conflicts with objective evidence, tracking updates, and using valid memory for personalization.
- Current memory systems often increase sycophancy, struggle with post-retrieval decisions, and fail to balance personalization with factual reliability across experiments.
2 PRELIMINARY STUDY
The preliminary studies show that incorrect memory snippets induce factual sycophancy, while existing memory benchmarks primarily measure retrieval success rather than generation-time failures such as sycophancy.
- Memory-induced sycophancy: DeepSeek-V4-Flash accuracy fell from 56.1% to 40.2% and sycophancy rose from 24.3% to 52.3% when incorrect memory snippets were added.Across all three models, memory cues reduced objective accuracy and increased sycophancy rates.
- Memory-induced sycophancy: Incorrect but familiar memory cues systematically shift models toward misleading user-provided clues, changing factual answers rather than merely producing agreeable wording.The paired setup compares neutral objective questions with versions preceded by memories pointing to incorrect answers.
- Limits of existing memory benchmarks: Across LongMemEval, LoCoMo, STALE, and PersonaMem, R-/A- cases comprise 47.4%–66.1% of samples, versus 5.8%–13.7% for R+/A-.These categories distinguish retrieval failure with an incorrect answer from successful retrieval followed by an incorrect answer.
- Limits of existing memory benchmarks: Existing memory benchmarks therefore emphasize retrieval success and under-evaluate generation-time failures, although retrieved memories may be historical, outdated, or contradicted by current evidence.Retrieval success alone is insufficient for assessing appropriate long-term memory use in realistic personalization scenarios.
3 MEMSYCO-BENCH
MemSyco-Bench evaluates whether agents appropriately suppress, scope, update, resolve, or use retrieved memories rather than letting them induce sycophancy. It operationalizes these judgments through five task categories, natural multi-turn instances, and accuracy plus memory-related metrics.
- 3.1 Memory-Induced Sycophancy: MemSyco-Bench defines memory-induced sycophancy as allowing historical user memories to shape answers when they are not appropriate for the current decision, while preserving valid personalization.The failure can arise when memory is not factual evidence, exceeds its original scope, conflicts with current evidence, or has been superseded.
- 3.2 Task Taxonomy: The benchmark tests five decision processes: objective fact judgment, contextual scope control, memory-evidence conflict, valid memory selection, and personalized memory use.The first three test when memory should be suppressed or subordinated to evidence; the latter two test selecting currently valid memory and using it for personalization.
- 3.3 Benchmark Construction: Each instance is built from a task-specific memory-decision schema specifying the goal, answer space, required information, and appropriate role of retrieved memory.The pipeline then instantiates related historical fragments, embeds them in simulated multi-turn dialogue, and validates semantic relatedness, decision boundaries, and failure directions.
- 3.4 Evaluation: The benchmark reports generation accuracy for every task and task-specific memory metrics that capture inappropriate memory following or appropriate use of valid and updated memory.Sycophancy rate applies to objective fact judgment, contextual scope control, and memory-evidence conflict, while memory-use metrics apply to personalized memory use and valid memory selection.
4 EXPERIMENT
Experiments show that existing memory systems frequently induce sycophancy because agents misuse retrieved memories, although memory can improve personalization. Lightweight guidance helps selectively, while confirmation often reinforces misleading or outdated memory.
- Q1: Generation Performance: Existing memory systems often degrade objective reasoning: Qwen3-8B OBJECTIVE FACT JUDGMENT Acc falls from 49.12 to 26.00-36.00, while DeepSeek-V4-Flash falls from 74.33 to 56.33-63.37.In CONTEXTUAL SCOPE CONTROL, Mem0 and LightMem reduce Qwen3-8B Acc from 70.00 to 13.34/13.67 and DeepSeek-V4-Flash Acc from 79.00 to 28.00/33.33.
- Q1: Generation Performance: Memory increases sycophancy when evidence should dominate: Qwen3-8B OBJECTIVE FACT JUDGMENT changes from 49.12 Acc and 27.43 Syco. Rate to 26.00-36.00 Acc and 44.47-64.67 Syco. Rate.In MEMORY-EVIDENCE CONFLICT, Full Dialog on Qwen3-8B reaches only 0.67 Acc with a 99.33 Syco. Rate, showing that complete memory access does not ensure correct arbitration.
- Q1: Generation Performance: Memory supports personalization but struggles with updates: A-Mem raises Qwen3-8B PERSONALIZED MEMORY USE Acc from 45.67 to 55.33 and correct memory use from 63.34 to 71.00.In VALID MEMORY SELECTION, outdated memory use rises from 56.16 under Full Dialog to 50.57-69.91 for Qwen3-8B and from 16.34 to 41.42/48.57 for DeepSeek-V4-Flash with Mem0/LightMem.
- Q2: Error Attribution: 61–62% of errors occur after relevant memory retrieval, indicating that post-retrieval use—not retrieval alone—drives many failures across Mem0, A-Mem, and LightMem.A-Mem retrieved-but-wrong cases reach 64%, 74%, and 75% in OBJECTIVE FACT JUDGMENT, MEMORY-EVIDENCE CONFLICT, and VALID MEMORY SELECTION, respectively.
- Q3: Behavioral Guidance: Memory caution improves MEMORY-EVIDENCE CONFLICT by 31.6% for Full Dialog and 9.8% for A-Mem but reduces PERSONALIZED MEMORY USE by 13.0-21.0%.Confirmation instead generally degrades performance, with average drops of 26.9%, 18.6%, 27.7%, and 9.9% for Full Dialog, Mem0, A-Mem, and LightMem, respectively.
- Q4: Scenario Diagnostics: Scenario diagnostics show that systems fail when conflicting memories compete: A-Mem reaches only 24.06 Acc when old and updated memories are both retrieved, despite retrieving both in 98.57% of cases.LightMem retrieves only obsolete information in 70.57% of valid cases, while Mem0 falls from 53.06 Acc with only updated memory to 26.38 when old and updated memories coexist.
5 CONCLUSION · Appendix
MemSyco-Bench frames memory-induced sycophancy as the improper influence of retrieved memory or beliefs on current decisions. It evaluates whether memory-augmented agents can ignore, constrain, update, or use memories for personalization.
- 5 CONCLUSION: MemSyco-Bench evaluates memory-induced sycophancy in memory-augmented LLM agents.The benchmark addresses the risk that long-term memory, while enabling personalized and continuous assistance, causes over-reliance on historical user memory.
- 5 CONCLUSION: The benchmark studies whether retrieved memory or beliefs improperly influence current decisions.Its focus is deciding when historical memory should affect an agent’s present reasoning rather than allowing memory to dominate by default.
- 5 CONCLUSION: MemSyco-Bench tests whether agents can ignore, constrain, update, or use memories for personalization.These capabilities define the benchmark’s intended coverage of appropriate memory use.
C Benchmark Example … A.2 WHY SHOULD WE STUDY MEMORY-INDUCED SYCOPHANCY?
MemSyco-Bench provides reproducible code, evaluation resources, analysis tools, and a leaderboard for comparing memory systems. It studies how retrieved memories can create long-term sycophancy and whether agents can determine when memory should guide, contextualize, personalize, or be ignored.
- A.1 WHERE CAN WE FIND THE CODE AND LEADERBOARD?: The project releases source code through GitHub to promote transparency and reproducibility.The repository includes materials required to reproduce and extend the work.
- A.1 WHERE CAN WE FIND THE CODE AND LEADERBOARD?: The released repository contains evaluation scripts, prompts, and analysis tools, and will be maintained with future improvements, memory systems, and diagnostic analyses.These resources support reproduction and extension of the benchmark.
- A.1 WHERE CAN WE FIND THE CODE AND LEADERBOARD?: A public leaderboard enables researchers to compare different memory systems under the same evaluation protocol.The related resources have also been updated to support leaderboard-based comparison.
- A.2 WHY SHOULD WE STUDY MEMORY-INDUCED SYCOPHANCY?: Memory can transform sycophancy from a local response problem into a long-term reliability problem by resurfacing prior beliefs or preferences in later contexts.Agents need not receive the same belief again for retrieved memory to influence a later answer.
- A.2 WHY SHOULD WE STUDY MEMORY-INDUCED SYCOPHANCY?: The same memory mechanism that enables personalization can preserve information that is irrelevant, outdated, or inappropriate for the current task.Examples include preferences irrelevant to factual questions, outdated prior choices, and habits that do not apply to team or public-facing tasks.
- A.2 WHY SHOULD WE STUDY MEMORY-INDUCED SYCOPHANCY?: The benchmark therefore evaluates whether agents can decide whether retrieved memory should serve as evidence, background, personalization, outdated information, or something to ignore.This decision ability is central to preserving factual accuracy and independent judgment while retaining useful long-term memory.
A.3 WHY DOES MEMSYCO-BENCH CONTAIN FIVE TASK CATEGORIES? · A.4 WHY DEFINE TASK SCHEMAS BEFORE GENERATING DIALOGUES? · A.5 HOW IS MEMSYCO-BENCH DIFFERENT FROM EXISTING LONG-TERM MEMORY BENCHMARKS?
MemSyco-Bench evaluates whether retrieved preferences deserve decision authority, defining schemas first to control the memory-decision relation and distinguishing post-retrieval use from conventional memory storage and recall.
- A.3 WHY DOES MEMSYCO-BENCH CONTAIN FIVE TASK CATEGORIES?: The categories cover objective fact judgment, contextual scope control, and memory-evidence conflict as key boundaries for preference-memory use.These tests respectively concern suppressing preference memory for objective facts, limiting valid preferences to their proper context, and prioritizing current factual evidence when memory conflicts.
- A.3 WHY DOES MEMSYCO-BENCH CONTAIN FIVE TASK CATEGORIES?: The five task categories test whether agents assign memory the correct decision authority rather than always using or ignoring retrieved preferences.They span whether memory should influence an answer and how it should influence it under different task conditions.
- A.4 WHY DEFINE TASK SCHEMAS BEFORE GENERATING DIALOGUES?: Task schemas specify the current objective, required information, candidate answers, and legitimate role of remembered preferences before dialogues are generated.This defines the memory-decision relation and establishes what counts as appropriate personalization versus excessive preference alignment.
- A.4 WHY DEFINE TASK SCHEMAS BEFORE GENERATING DIALOGUES?: Schema-first generation preserves a stable behavioral test while allowing diverse topics and natural multi-turn histories.It helps ensure that memory, the final question, target answer, and misleading preference-aligned answer instantiate the intended calibration relation.
- A.5 HOW IS MEMSYCO-BENCH DIFFERENT FROM EXISTING LONG-TERM MEMORY BENCHMARKS?: Unlike many long-term memory benchmarks, MemSyco-Bench evaluates what agents should do after retrieving memory, not merely whether they store, retrieve, update, or recall it.Existing benchmarks often treat retrieved memory as useful once relevant to a query.
- A.5 HOW IS MEMSYCO-BENCH DIFFERENT FROM EXISTING LONG-TERM MEMORY BENCHMARKS?: MemSyco-Bench tests post-retrieval handling of outdated, context-bound, user- or audience-specific, and contradicted memories.Its evaluations include suppressing irrelevant influence, respecting scope boundaries, resolving evidence conflicts, tracking updates, and personalizing with valid memory.
B BENCHMARK CONSTRUCTION … C BENCHMARK EXAMPLE
MemSyco-Bench constructs realistic multi-turn memory-use instances from structured decision schemas, validates their intended failure directions, and illustrates five task categories through representative examples. The benchmark controls when memory should influence answers, how it should be scoped or updated, and when it should support personalization.
- B BENCHMARK CONSTRUCTION: The benchmark pipeline converts each memory-use category into natural long-term dialogues with realistic historical memory, explicit decision boundaries, and identifiable memory-overreliance failures.The construction proceeds through schema design, question instantiation, dialogue simulation, and multi-stage validation.
- B.1 MEMORY-DECISION SCHEMA CONSTRUCTION: Memory-decision schemas specify the task goal, required information, candidate answers, and appropriate memory role before concrete users, memories, or questions are instantiated.Their hierarchy covers whether memory should influence a decision, its scope and evidence conflicts, valid-memory selection, and personalization.
- B.2 QUESTION INSTANTIATION WITH DECISION SCHEMA: Historical memory fragments are generated before questions and paired with schemas so each fragment is related to the question while its permitted role remains category-specific.The resulting target response follows the decision boundary, whereas the failure direction captures systematic over-reliance on retrieved memory.
- B.3 MULTI-TURN DIALOGUE SIMULATION: Simulated preceding dialogues distribute preferences, facts, updates, and scope changes across turns, using separate user and agent simulators before appending an unrevealing final question.Different turn arrangements encode objective judgment, scope control, memory conflict, and valid-memory selection without explicitly instructing models to ignore memory or prioritize evidence.
- C BENCHMARK EXAMPLE: Figure 7 presents five-category examples in which the correct response follows the intended memory-use boundary while the failure response relies on remembered information beyond what the task permits.Red cues mark retrieved memories, while green cues mark objective evidence or currently valid preference information.
- B.4 MULTI-STAGE VALIDATION: Multi-stage validation checks schema consistency, target responses, misleading memory directions, dialogue quality, temporal and causal order, and absence of ambiguity, contradictions, repetition, or answer leakage.Instances are retained only when they contain natural memory cues and clear decision boundaries that genuinely test the intended memory-use behavior.
- C BENCHMARK EXAMPLE: The examples cover rejecting memory for objective facts, constraining it by scope, selecting updated preferences, and using valid memory for personalization.For instance, Canberra supersedes a Sydney-associated memory for an objective fact, while newer study goals supersede an old dislike of music theory.
D EVALUATION METRICS · E ADDITIONAL EXPERIMENTS
MemSyco-Bench evaluates both answer correctness and whether agents use retrieved memory according to each task’s intended role. Its metrics distinguish memory-induced sycophancy from ordinary errors and assess appropriate use of valid or updated memory.
- D EVALUATION METRICS: Task-specific rubrics judge correctness together with whether retrieved memory appropriately influences the response.They specify expected behavior, memory influence, and responses indicating memory-induced errors.
- D EVALUATION METRICS: Generation Accuracy measures correct answers across factual, recommendation, advice, and subjective-choice tasks.Objective tasks require factual consistency, while other tasks require respecting the instance’s intended memory-use boundary; higher values indicate better task completion.
- D EVALUATION METRICS: Sycophancy Rate measures how often responses follow misleading memory when memory should not guide the answer.It applies to OBJECTIVE FACT JUDGMENT, CONTEXTUAL SCOPE CONTROL, and MEMORY-EVIDENCE CONFLICT; higher values indicate stronger memory-induced sycophancy.
- D EVALUATION METRICS: Memory-use metrics assess whether agents correctly select and use valid memory when memory should support the answer.They are used for PERSONALIZED MEMORY USE and VALID MEMORY SELECTION.
- D EVALUATION METRICS: Figure 8 attributes errors either to failing to retrieve relevant evidence or to answering incorrectly despite retrieving it.The figure reports error attribution for DeepSeek-V4-Flash on MemSyco-Bench.
- D EVALUATION METRICS: CORRECT MEMORY USE measures whether responses incorporate valid memory when personalization is required.It primarily evaluates PERSONALIZED MEMORY USE, with higher values indicating stronger personalization under valid-memory conditions.
- D EVALUATION METRICS: OUTDATED MEMORY USE measures whether agents continue following memory after it has been updated, reversed, or replaced.It evaluates VALID MEMORY SELECTION, with higher values indicating stronger stale-memory contamination.
E.1 MORE EXPERIMENTS ON DIFFERENT BACKBONE MODELS · E.2 CASE STUDY (Q5)
Experiments across Qwen3-8B, DeepSeek-V4-Flash, and GPT-4o mini show that memory frameworks inconsistently improve accuracy and can amplify memory-induced sycophancy. Case studies indicate that these failures usually arise after retrieval, when agents misapply, overgeneralize, or fail to arbitrate memories against current evidence.
- E.1 MORE EXPERIMENTS ON DIFFERENT BACKBONE MODELS: The cross-backbone results show that existing memory systems do not reliably address sycophancy and may make historical memory more salient than Full Dialog.Accuracy improvements therefore do not consistently indicate safer memory use.
- E.1 MORE EXPERIMENTS ON DIFFERENT BACKBONE MODELS: Memory systems can increase memory-related failures: A-Mem raises Qwen3-8B sycophancy from 24.67 to 35.03 and outdated-memory use from 56.16 to 64.85, while Mem0 raises GPT-4o mini objective-fact sycophancy from 37.00 to 47.33.Mem0 also increases GPT-4o mini sycophancy on CONTEXTUAL SCOPE CONTROL from 14.33 to 15.33.
- E.2 CASE STUDY (Q5): Case studies show that recalling a valid constraint is insufficient when the agent fails to convert it into the specific action required by the current task.In the example, avoiding cooking broadens into several options instead of selecting takeout from a favorite restaurant for a relaxing evening at home.
- E.2 CASE STUDY (Q5): Agents should not let historical preferences override stronger current evidence, transfer personal preferences to groups, or retain superseded memories as personalization cues.The cases contrast Model Atlas with evidence favoring Model Boreal, warn against transferring uncertainty tolerance to a group, and show old Pacific Island interests lingering after an update toward raga-focused Indian classical music.
- E.2 CASE STUDY (Q5): Familiar remembered explanations should not serve as factual evidence, illustrated by the agent privileging Einstein in a quotation-attribution question despite no consensus on the quote’s origin.The agent acknowledges possible misattribution but still frames Einstein as dominant.
- E.2 CASE STUDY (Q5): Overall, the cases characterize memory failures as post-retrieval decision failures requiring memory-to-policy conversion, evidence arbitration, and scope checking.Retrieved memories are usually relevant, but agents must determine whether each is an actionable preference, soft constraint, superseded profile, transferable habit, or inadmissible signal.
E.3 EFFICIENCY ANALYSIS (Q6) … F.1 IMPLEMENTATION DETAILS OF MEMORY FRAMEWORKS.
The paper analyzes memory-system efficiency, tests generation-time guidance for mitigating sycophancy, and standardizes how diverse long-term memory frameworks interact with benchmark queries. Results show that token-efficient compression and broad caution can introduce calibration or personalization trade-offs.
- E.3 EFFICIENCY ANALYSIS (Q6): Qwen3-8B input tokens fall from 1,138.3 with Full Dialog to 432.4 with Mem0, while DeepSeek-V4-Flash falls from 1,135.3 to 424.0.Memory systems mainly reduce input length, whereas output length varies less consistently; Table 4 compares average input and output tokens across five task categories.
- E.3 EFFICIENCY ANALYSIS (Q6): Compact methods such as Mem0 and LightMem reduce token cost but can amplify memory-induced errors, while A-Mem has the highest average input costs without uniformly better calibration.A-Mem averages 2,023.9 input tokens for Qwen3-8B and 2,018.9 for DeepSeek-V4-Flash, indicating that richer context does not guarantee better calibration.
- E.4 REASONING BEHAVIORAL GUIDANCE: The memory-caution instruction improves MEMORY-EVIDENCE CONFLICT by 31.6 points for Full Dialog and 9.8 points for A-Mem, but reduces PERSONALIZED MEMORY USE by 13.0–21.0 points.External-memory average effects are limited: Mem0 changes by -1.2 points, A-Mem by -1.3, and LightMem by -3.9.
- E.4 REASONING BEHAVIORAL GUIDANCE: The confirmation instruction lowers average performance by 26.9, 18.6, 27.7, and 9.9 points for Full Dialog, Mem0, A-Mem, and LightMem, respectively.All settings decline by 22.0–46.3 points on PERSONALIZED MEMORY USE and also worsen on VALID MEMORY SELECTION.
- F.1 IMPLEMENTATION DETAILS OF MEMORY FRAMEWORKS.: Each benchmark instance first passes historical dialogue to a memory framework for writing or updating, then issues a new query whose retrieved memories condition the backbone LLM’s final answer.The unified protocol accommodates framework-specific operations such as extraction, summarization, linking, and consolidation.
- F.1 IMPLEMENTATION DETAILS OF MEMORY FRAMEWORKS.: Mem0 uses an extract–store–retrieve pipeline that injects retrieved memories into generation context (Chhikara et al., 2025), while Supermemory combines static facts, dynamic states, and semantically relevant memories.Supermemory resolves updates and contradictions during ingestion and retrieves a combined user profile with top-k relevant memories.
- F.1 IMPLEMENTATION DETAILS OF MEMORY FRAMEWORKS.: The evaluated systems span flat records, structured notes, hierarchical summaries, temporal trees, graph-like relations, and multi-module stores.This implementation diversity supports testing whether retrieved preferences receive appropriate authority in objective, temporal, scope-limited, evidence-conflict, and personalization scenarios.
F.2 IMPLEMENTATION DETAILS OF PRELIMINARY STUDY … G.2 AGENT MEMORY
The paper operationalizes memory-induced sycophancy through controlled preliminary studies and standardized memory-system configurations, then situates the problem within LLM sycophancy and agent-memory research. Its central distinction is whether retrieved historical information should guide, be constrained, or be rejected in the current task.
- F.2 IMPLEMENTATION DETAILS OF PRELIMINARY STUDY: The first preliminary study compares neutral TruthfulQA questions with paired versions containing GPT-5.5-generated memory cues that point toward misleading answers.Responses are evaluated for accuracy against the TruthfulQA reference answer and for sycophancy under the memory-cue condition.
- F.2 IMPLEMENTATION DETAILS OF PRELIMINARY STUDY: The memory-cue evaluation treats the supplied reference answer as the source of truth and rejects confident premises as evidence when judging objective correctness and misleading endorsement.Answers are judged semantically, with incorrect, evasive, unresolved, or self-contradictory responses receiving no objective-correctness credit.
- F.2 IMPLEMENTATION DETAILS OF PRELIMINARY STUDY: The second preliminary study uses Mem0 on samples from LongMemEval, LoCoMo, STALE, and PersonaMem, collecting retrieved contexts and final agent answers for comparison with dataset evidence.The original datasets’ evidence spans serve as references because these benchmarks provide gold answers and supporting evidence.
- F.3 CONFIGURATION OF MEMORY SYSTEM: Experiments maintain unified comparison conditions: memory systems and NaiveRAG use baai/bge-m3 embeddings, memory construction uses DeepSeek-V4-Flash when required, and the same backbone generates final answers.Generation temperatures are fixed at 0 for multiple-choice tasks and 0.2 for the other stated setting.
- G.1 LLM SYCOPHANCY: MemSyco-Bench targets sycophancy induced by long-term memory, where historical user beliefs, preferences, or decisions are retrieved into a later task.This differs from conventional sycophancy, in which the user-aligned signal appears in the current prompt.
- G.2 AGENT MEMORY: Prior agent-memory systems improve historical-information availability and organization but generally leave the downstream agent to decide how retrieved memories should affect the current response.The paper positions MemSyco-Bench as complementing memory mechanisms by evaluating downstream use rather than only storage, retrieval, or organization.
- G.2 AGENT MEMORY: Retrieved memory can be outdated, scope-limited, inconsistent with current evidence, or unsuitable as factual support, so relevance alone should not determine its influence.The benchmark evaluates post-retrieval memory use: when memory should guide the response and when it should be suppressed or updated.
G.3 EXISTING MEMORY BENCHMARKS AND ANALYSIS
Existing memory benchmarks mainly assess retrieval, updating, forgetting, and information use across extended interactions, while MemSyco-Bench evaluates whether retrieved memories receive the appropriate role in current decisions. It targets failures where relevant memories are treated as facts, applied beyond scope, allowed to override current evidence, or retained after updates.
- Existing memory benchmarks: Existing benchmarks primarily test recovery, updating, and use of information from extended interaction histories, including extraction, multi-session, temporal, knowledge-update, and abstention tasks.
- Recent benchmark extensions: Recent benchmarks additionally examine stale memories, forgetting, persistent preferences, cross-domain leakage, memory-induced sycophancy, and long-horizon agentic execution.
- MemSyco-Bench’s evaluation target: MemSyco-Bench evaluates whether retrieved memory receives the right role in a current decision, beyond merely measuring retrieval, updating, or forgetting.
- MemSyco-Bench’s evaluation target: The benchmark targets errors in treating memory as factual evidence, applying it outside scope, letting it override current facts, or following it after an update.