Training Verifiers to Solve Math Word Problems

algorithm 2110.14168 — Cross-paper Synthesis

Training Verifiers to Solve Math Word Problems — L3 (per-paper synthesis) #

Target: 2110.14168 (GSM8K + verifier reranking) · category: algorithm 8 related peers supplied. They are category-siblings, not a tight topical cluster — the honest synthesis below groups them by the **actual conceptual axis each shares with the verifier paper**, and flags where a "relation" is only nominal.

1. 相关论文 (which peers relate, and why) #

The 8 supplied peers span very different sub-problems of "algorithm". Mapping

each to the target by the specific shared axis:

PeerShared axis with 2110.14168Strength of relation
2410.02367 SageAttentionThe 6B-verifier-beats-175B-generator result rests on a generator/verifier size-asymmetry [2110.14168]; SageAttention independently formalizes a quality-preserving cheaper-compute trade on the inference side (INT8 QKᵀ + FP16 PV) [2410.02367]. Both argue "spend compute where it's cheap, protect the part that matters."Analogical (different layer of stack)
2301.04104 DreamerV3The verifier is explicitly framed as a token-level value function over reasoning prefixes [2110.14168]; DreamerV3 is a full actor-critic where the critic predicts return distributions and shapes an actor [2301.04104]. GSM8K verification is a degenerate, single-step RL: rank-and-select vs learn-a-policy.Strong conceptual (RL value-function lineage)
2502.01563 Massive ValuesGSM8K is a load-bearing CK benchmark inside this paper — disrupting massive Q/K values collapses GSM8K 76.9%→4.0% [2502.01563]. It explains why the generator fails at math reasoning (the very failure 2110.14168 routes around with search).Direct (uses the target's benchmark)
2502.05167 NoLiMaA benchmark-design paper whose thesis — literal-match shortcuts inflate apparent capability — mirrors GSM8K's own "High Diversity → held-out performance is meaningful" design principle [2110.14168]. Both are anti-shortcut benchmark methodology.Strong (methodology sibling)
2401.18059 RAPTORTest-time construction + search over a candidate pool to pick the best context, vs test-time sampling + rank to pick the best solution [2110.14168]. Both add inference-time structure instead of a bigger model.Moderate (test-time-compute family)
2402.06363 StruQA training-time data-augmentation recipe that teaches positional behavior generalizing across content [2402.06363] — the mirror image of the verifier, which is trained on self-generated labeled samples to judge content. Both build training data cheaply without human annotation of the failure mode.Weak-moderate (data-recipe analogy)
2503.20215 Qwen2.5-OmniUses DPO — a preference/reward-model line whose intellectual ancestor is exactly the OpenAI generator+verifier/RLHF program that 2110.14168 seeded [2503.20215]. Also reports GSM8K (speech-input 85.4) as a capability marker.Weak (genealogical descendant)
2412.14335 GPU DMA C3Shares only the algorithm label and the "achieve X% of an ideal via cheaper resource" rhetoric [2412.14335]. No mechanistic or benchmark link.Nominal only

Bottom line: the genuinely load-bearing peers are 2502.01563 (mechanistic

explanation of the generator's math failure), 2301.04104 (the value-function

lineage the verifier belongs to), 2502.05167 (anti-shortcut benchmark

methodology), and 2401.18059 (test-time-compute-instead-of-scale). The rest

are analogical or nominal, and I mark them as such rather than manufacturing a

false cluster.


2. 本篇 vs 相关论文的 delta (what's new / incremental / contradictory) #

New in 2110.14168, still not superseded by any peer here:

Incremental relative to peers:

Contradictory / tension:

矛盾根源: not a real contradiction, but different levels of explanation on different models. 2110.14168 studies GPT-3 (2021, and does not localize the failure); 2502.01563 studies RoPE-based Llama3/Gemma2/Qwen2.5 (2024) and localizes it to an architectural feature GPT-3 may not even share. 2110.14168's "no error-correction mechanism" is a behavioral description of the symptom; 2502.01563's "massive-value channel" is a representational description of the substrate. They are complementary, but 2110.14168's blanket "structural to autoregression" framing is over-general — the failure is at least partly architecture-specific (RoPE), which 2110.14168 could not have known.


3. 可攻击面 (adversarial rebuttal against specific claims) #


4. 生态位 (paradigm-shift positioning, adoption evidence) #

2110.14168 (Oct 2021) is a **seed paper of the test-time-compute + reward-model

paradigm** that dominates 2023–2026 LLM post-training. Its two children in this

very cluster are evidence of the lineage:

Adoption evidence in-cluster: GSM8K itself is now infrastructure — used as a

CK probe by 2502.01563 [2502.01563] and as a capability

marker by 2503.20215 (speech-input 85.4) [2503.20215]. A

benchmark being reused as a diagnostic by unrelated papers is the strongest

possible adoption signal. Contrast SageAttention (2410.02367), whose Smooth-K

trick is adopted at the kernel layer [2410.02367]

— a parallel "cheap-compute-preserves-quality" niche, one layer down.

Positioning vs the weak peers: 2412.14335 (DMA C3) occupies a systems niche

with no paradigm overlap [2412.14335]; it is a category-sibling,

not a paradigm-sibling.


5. 未探索方向 (hybrid / adaptive directions from the cluster) #

  1. Verifier + massive-value-aware training. 2502.01563 localizes math ability to a Q/K channel [2502.01563]; a verifier could be conditioned on or regularized to protect that channel, or the generator's coverage could be boosted by perturbing exactly the non-massive dims. Unexplored: does a coverage-preserving generator (2110.14168's 2-epoch recipe) coincide with a massive-value-preserving one?
  2. Close the RL loop (2110.14168 → 2301.04104). The verifier is a value function without an actor [2301.04104]. The obvious hybrid — use verifier scores as a reward to fine-tune the generator (rejection-sampling / RAFT / expert-iteration) — turns 2110.14168's static reranker into a DreamerV3-style actor-critic. (This became STaR/expert-iteration historically; framing it as "add the missing actor" is the cluster-level insight.)
  3. Adaptive test-time budget, borrowed from SageAttention's per-layer profiling. SageAttention profiles each layer and switches kernels adaptively [2410.02367]. 2110.14168 uses a fixed 100 completions and warns of the 400-completion cliff [2110.14168]. A per-problem adaptive N (spend more search only where the verifier is uncertain) is unexplored and directly analogous.
  4. Anti-shortcut verifier training via NoLiMa-style adversarial data. NoLiMa removes literal-match shortcuts to force latent reasoning [2502.05167]. Applying the same discipline to verifier training — deliberately including "correct-answer-wrong-reasoning" hard negatives (the false positives 2110.14168 tolerates [2110.14168]) — would attack the coarse-heuristic weakness head-on.
  5. Cheap positional-augmentation for verifiers (from StruQ). StruQ builds robust training data by relabeling positionally without human malicious samples [2402.06363]. A verifier could be hardened against reward-hacking by StruQ-style augmentation that teaches it to ignore superficial "answer-looks-right" continuations — an untested cross-over of the two data recipes.