Title: TARGETED COUNTERFACTUAL BRANCH AUGMENTA-TION FOR ROBUST TEXT-BASED WORLD MODELS UN-DER AGENT POLICY SHIFT FARS PDF: 70d56e83-07f0-42f6-995b-ff89b525fa0c.pdf Score: 3.0 Verdict: Reject Confidence: 0.8 Elapsed: 293.2s Strengths: 1. The paper honestly discloses its own statistical limitations (Section 5, paragraph 1): 'the bootstrap 95% confidence interval for the CR improvement touches zero due to limited statistical power (n=3 seeds with ~2% base success rate)'. This transparency about inconclusive results is commendable and unusual in ML publications. 2. The targeting mechanism analysis (Section 4.3, Figure 2, Table 2) provides interpretable evidence that the weighting scheme changes branch distribution as intended: KL divergence to OOD agent distribution drops from 3.90 to 1.63 (58.2% reduction). The verb-level frequency comparison makes the mechanism's effect on action selection transparent. 3. The demonstration that random counterfactual branching hurts performance (Table 1: CR drops from 0.299 to 0.256, a -14.4% change) is a useful negative finding. It establishes that naive data augmentation can be harmful for world model robustness, motivating the need for targeted approaches (Section 4.2, paragraph 2). Weaknesses: 1. Fatally underpowered evaluation with no statistical significance: only 3 seeds at ~2% base success rate means the entire result rests on differences of 1-2 successes out of 195 episodes (Table 3: TCBA seed 1 gets 4/195 vs random 2/195). The paper itself admits the 95% CI touches zero (Section 5). With n=3 and such a low base rate, no meaningful conclusion about superiority can be drawn. This constitutes HF_NO_SIGNIFICANCE. 2. The core mechanism is trivial: the targeting weight ρ(v) = freq_OOD(v) + ε / freq_Expert(v) + ε (Equation 2) is simply an inverse-frequency / importance-weighting ratio applied at verb level. This is standard importance sampling rebranded as 'targeted counterfactual branch augmentation'. The paper presents no theoretical justification for why this particular weighting should improve world model consistency, nor any convergence or robustness guarantees. Packaging stripping reveals this as a one-line importance ratio, not a novel method. 3. Single benchmark, single model pair, single evaluation protocol: all results are on ScienceWorld with Qwen2.5-7B (base) as world model and Qwen2.5-7B-Instruct as OOD agent (Section 4.1). There is no evidence the method generalizes to other environments, other LLM backbones, other OOD agent types, or non-text-based domains. The OOD agent is also the instruct variant of the same base model — a very mild distribution shift that may not reflect real deployment scenarios. 4. The random branching baseline is a strawman with anomalous behavior: zero variance across all 3 seeds (CR = 0.256, W2R = 2/195 for every seed, Table 1 and Section 4.4). This determinism is never explained. It may indicate a failure mode (e.g., the world model always predicts the same outcome regardless of input when trained with random branches) rather than a fair baseline. Comparing against a degenerate baseline inflates the apparent benefit of TCBA. HF_UNFAIR_BASELINE. 5. The 'low-cost' claim is undermined by the OOD calibration requirement: TCBA requires running 199 OOD agent calibration episodes (Section 4.1) to compute targeting weights before training the world model. If you already need to run the OOD agent in the environment to characterize its behavior, the marginal cost of collecting full trajectories is modest. The paper never quantifies the cost comparison between calibration runs vs. multi-agent trajectory collection, making the 'low-cost alternative' claim unsupported. 6. Verb-level granularity is dangerously coarse and the weight range is extreme: targeting weights span 8 orders of magnitude (3.2×10⁻⁵ to 2534, Table 2), meaning some actions are upweighted by 2500×. Actions like 'travel' and 'walk' (upweighted at 2534×) are navigation verbs that OOD agent uses but expert never does — but these generic navigation actions may have little to do with task-relevant state dynamics. The extreme weight range also raises numerical stability concerns during sampling. Must Fix Items: 1. Run at least 10 seeds and perform proper statistical significance tests (paired bootstrap, Wilcoxon signed-rank, or similar). The current n=3 with ~2% base rate is insufficient to support any claim of improvement. 2. Add at least one more environment and one more OOD agent (ideally from a different model family) to demonstrate generalizability beyond a single benchmark and single model pair. 3. Investigate and explain the zero-variance anomaly in the random branching baseline. If the world model is producing deterministic failures, this baseline is not a fair comparison. 4. Quantify the cost comparison: how many environment steps does OOD calibration require vs. multi-agent trajectory collection? The 'low-cost' claim needs empirical backing. Runs: - run=1 score=3.0 verdict=Reject confidence=0.8 error=None