Title: ANSWERABILITY-GAIN REWARDS FOR EVIDENCE-LABEL-FREE GRU-MEM GATING: AN EMPIRICAL IN-VESTIGATION PDF: self-supervised-gru-mem-gating.pdf Score: 3.2 Verdict: Strong Reject Confidence: 0.60 Elapsed: 51.1s Strengths: 1. Honest reporting of a negative result: The paper clearly and transparently reports that answerability-gain rewards do not consistently outperform outcome-only rewards (63.19% vs 63.48% average EM, 4–4 win/loss split). This is a valuable contribution to the community as it prevents others from pursuing this apparently promising but ineffective direction. (Table 1, Table 2, Section 4.2–4.3) 2. Thorough analysis of why the method fails: The paper identifies the early-exit bias as an architectural limitation—after encountering the first piece of evidence, the gain signal spikes and encourages premature exit, hurting multi-hop reasoning. This is supported by multiple converging observations: relative advantage on Standard placement at longer contexts, near-degenerate update gate behavior, and failure of hyperparameter tuning to fix the issue. (Section 4.6) 3. Insightful training dynamics analysis: Table 3 reveals that the update gate exhibits near-degenerate behavior (87–95% update rate) under both reward schemes, meaning neither method learns selective memory updating. This is an important negative finding about the GRU-Mem architecture itself—suggesting the update gate may not be effectively trained by either reward signal. (Table 3, Section 4.4) Weaknesses: 1. Very limited experimental scope: Only one benchmark (RULER-QA) with 128 samples per setting is used. RULER-QA is a synthetic benchmark based on HotpotQA inserted into distractors, which is exactly the kind of setting where evidence-position labels would be available. The paper does not test on any realistic long-context QA dataset where the label-free motivation actually applies (e.g., NaturalQuestions-Long, QuALITY, InfiniteBench). The core motivation—removing the need for expensive labels on realistic datasets—is never validated on such datasets. (Section 4.1) 2. Small sample sizes and no statistical significance testing: With only 128 samples per condition, EM differences of 0.78–4.69 percentage points are likely within noise margins. The 4–4 win/loss split could easily be due to random variance. No confidence intervals, standard deviations, or significance tests are reported anywhere. This makes it impossible to distinguish real effects from noise, which is especially problematic for a paper whose entire contribution rests on the magnitude and direction of small performance differences. (Tables 1, 2) 3. Minimal training and questionable convergence: Only 25 optimization steps with batch size 96 (total ~2400 trajectories) is an extremely short training run. Table 3 shows the model has not clearly converged by step 25—the answerability-gain method appears to still be changing behavior between steps 15 and 21. The comparison may be between two under-trained models rather than between two converged policies. (Section 3.4, Table 3) 4. No comparison against the supervised baseline with evidence labels: The paper's motivation is to replace evidence-position labels, but it never trains with those labels as an upper bound. Without knowing how well the gates perform with full supervision, we cannot assess how much is lost by going label-free. This is a critical missing baseline that would contextualize the negative result. (Section 4.1) 5. Over-packaging of a limited finding: The title uses the phrase 'ANSWERABILITY-GAIN REWARDS FOR EVIDENCE-LABEL-FREE GRU-MEM GATING' as if this is a proposed method, but the paper's actual finding is that this method doesn't work. The framing as 'AN EMPIRICAL INVESTIGATION' partially mitigates this, but the contributions list (Section 1) still says 'We propose answerability-gain rewards' as the first bullet, which overstates what is essentially a failed approach. The negative result is the real contribution, but it is not substantial enough for a top venue on its own. Must Fix Items: 1. Add statistical significance tests or confidence intervals for all EM comparisons in Tables 1 and 2. With N=128, report bootstrap CIs or binomial test p-values to justify claims about win/loss patterns. 2. Add the supervised (evidence-label) baseline to contextualize the gap between label-free and label-aware training. 3. Extend training beyond 25 steps and demonstrate convergence before drawing conclusions about the comparative performance of the two reward schemes. Runs: - run=1 score=3.2 verdict=Strong Reject confidence=0.6 error=None