Title: CITATION-CONSISTENT VOTING FOR PERMUTATION-ROBUST RETRIEVAL-AUGMENTED GENERATION FARS Analemma PDF: latent-mode-voting-rag.pdf Score: 2.5 Verdict: Strong Reject Confidence: 0.80 Elapsed: 48.3s Strengths: 1. The core insight—that document-ID agreement is a more stable signal than answer frequency across permutations—is conceptually clean and well-motivated. The diagnostic analysis in Section 4.5 confirms this with a statistically significant correlation (Mann-Whitney p = 1.14 × 10⁻⁵, mean agreement 3.04 for correct vs 2.85 for incorrect predictions). 2. The method is genuinely training-free and compatible with any RAG system that can produce structured citations, which is a practical advantage over training-based alternatives like Stable-RAG (Zhang et al., 2026). The three-stage pipeline (generate → filter → aggregate) is simple and well-described in Section 3. 3. The K-scaling analysis (Table 2, Figure 2) demonstrates monotonically increasing gains as K grows from 5 to 20, which is consistent with the theoretical motivation that more permutations provide richer citation agreement signals. The ablation on quote constraints (Table 3) is informative, showing that relaxing strict quote verification improves coverage from 96.37% to 99.70% and SubEM from 45.73% to 46.37%. Weaknesses: 1. The absolute improvement is extremely marginal: +0.19 SubEM over majority voting at K=20 (Table 1: 46.37% vs 46.18%). At K=5, CCV actually slightly underperforms majority voting (−0.01 in Table 2). These differences are well within noise for a 3,610-query test set and raise serious questions about statistical significance. The paper reports p-values for the citation agreement vs correctness correlation but NOT for the main result comparing CCV vs majority voting. This is a critical omission—HF_NO_SIGNIFICANCE concern. 2. Evaluation is extremely limited: single dataset (NaturalQuestions), single model (Qwen3-8B), single retriever (Contriever top-5). No evaluation on other QA benchmarks (e.g., TriviaQA, HotpotQA), no multi-hop reasoning datasets, no other model sizes or families, no other retrievers. The paper's own conclusion acknowledges this limitation but does nothing to address it. This makes it impossible to assess generalizability. 3. The comparison to Vanilla RAG with standard prompting (48.98% SubEM, Table 1) is alarming: the JSON citation prompt format alone causes a 3.88 point SubEM drop (48.98 → 45.10). CCV's best result (46.37%) still falls 2.61 points below the standard-prompt vanilla baseline. This means the entire multi-permutation + citation apparatus fails to recover the performance lost by switching prompt formats. The paper acknowledges this briefly ('reflecting differences in output format rather than method quality') but does not adequately explain why the JSON citation format should be considered the fair comparison point, nor does it test CCV with a standard prompt format. 4. The method requires K=20 forward passes for a +0.19 gain, which is a 20× compute cost for negligible improvement. This cost-benefit ratio is extremely unfavorable and is not seriously discussed. The paper mentions 'negligible overhead' for filtering/aggregation (Section 3.4) but the generation cost itself is 20× that of vanilla RAG, which is the relevant comparison. Must Fix Items: 1. Report statistical significance (confidence intervals or paired significance tests) for the main CCV vs majority voting comparison. The +0.19 improvement at K=20 on 3,610 queries could easily be within random variance. 2. Evaluate on at least one additional dataset and one additional model to demonstrate generalizability beyond a single configuration. 3. Address the Vanilla RAG (Standard) baseline fairly: either show CCV can work with standard prompting, or rigorously justify why the JSON citation prompt is the only valid comparison point despite its 3.88-point SubEM penalty. Runs: - run=1 score=2.5 verdict=Strong Reject confidence=0.8 error=None