Title: FIELDED MAX-SIM KEYING FOR ASSISTANT-SIDE MEMORY RECALL IN LONG-TERM CONVERSATIONAL ASSISTANTS PDF: assistant-inclusive-keying-longmemeval.pdf Score: 2.8 Verdict: Strong Reject Confidence: 0.60 Elapsed: 51.1s Strengths: 1. The paper identifies a real and previously underappreciated problem: SSA queries target assistant-side information that user-only indexing misses, and this gap is demonstrated on a standard benchmark (LongMemEval, Section 3.1, 56 SSA instances). 2. The zero-harm property is a practical engineering contribution: Fielded MaxSim achieves identical overall Recall@10 (0.664) to the user-only baseline while gaining +0.018 SSA Recall@10 (Table 1). This is genuinely useful for production systems that cannot tolerate regression. 3. The ablation on mixture scoring (Table 2) clearly shows that the non-linear max operator is essential—linear mixtures at α=0.7 and α=0.5 both fail the zero-harm threshold (−0.011 and −0.043 overall degradation respectively). This provides a clean mechanistic explanation for why max-sim works and mixtures do not. Weaknesses: 1. The SSA improvement is extremely modest (+0.018 Recall@10, from 0.893 to 0.911). The paper acknowledges a ceiling effect (Section 4.4), but this means the core technical contribution—fielded max-sim keying—yields near-negligible gains on the very task it was designed to improve. With only 56 SSA instances, the +0.018 corresponds to approximately 1 additional correctly retrieved question, raising serious statistical significance concerns (Section 4.4 implicitly acknowledges this: 'individual statistical significance is limited'). 2. The method itself—storing separate embeddings per field and taking the max of their similarities—is a straightforward application of well-known multi-field retrieval ideas (the paper itself cites mFAR, Li et al. 2024, Section 2.3). The novelty is minimal: the 'contribution' is applying a standard technique (max over field similarities) to a specific two-field document structure (user/assistant) in conversational retrieval. No new algorithm, no new theory, no new insight beyond 'max avoids dilution that averaging causes.' 3. No statistical significance tests are reported anywhere. The paper uses 470 questions total and 56 SSA questions. With such small sample sizes, the observed differences (e.g., MS dropping from 0.488 to 0.479 under Fielded MaxSim, or SSA improving by +0.018) could easily arise from noise. The paper states 'consistency across metrics' provides confidence (Section 4.4), but this is not a substitute for proper statistical testing (e.g., bootstrap confidence intervals, paired t-tests). This is a HF_NO_SIGNIFICANCE concern. 4. The paper is generated by an automated research system (stated in the abstract: 'WARNING: This paper was generated by an automated research system'). While this does not invalidate the results, it contributes to the paper feeling mechanistic: the contribution is thin, the narrative is over-packaged (framing a simple max-of-two-similarities as a named method with a 'zero-harm property'), and the experimental scope is narrow (single benchmark, single encoder, no error bars). 5. The MS type shows a regression (−0.008 Recall@10, from 0.488 to 0.479) under Fielded MaxSim (Table 1), which the paper glosses over by calling it 'marginal.' However, with no significance testing, this could represent a real degradation. The 'zero-harm' claim is technically about overall Recall@10 being equal (0.664), but per-type harm does exist. Must Fix Items: 1. Add statistical significance tests (bootstrap CIs or paired tests) for all reported differences, especially the SSA improvement (+0.018) and the MS regression (−0.008). Without these, the claims cannot be evaluated. 2. Evaluate on at least one additional benchmark or with at least one additional encoder to demonstrate generalizability beyond a single benchmark+encoder combination. 3. Report standard deviations or confidence intervals across multiple runs. Runs: - run=1 score=2.8 verdict=Strong Reject confidence=0.6 error=None