One of the two specialists from
Reason or Recite: Complementary Specialists
with an LLM Judge for Traffic Anomaly Reasoning. Despite the repo name, this
is the
reasoning candidate: it produces a full reasoning trace before its
answer. Its counterpart,
ror-recite-27b,
recites the scene description and summary as one fused answer, and a
Qwen3.6-27B judge picks between the two per item.
Code, configs, and the full submission driver:
https://github.com/mayur-ag/reason-or-recite
Candidate A answers all 960 test items via vLLM with greedy decoding
(step 2 of the reproduction driver). The judge then compares its answer with
the 27B's for each item; switching to this 9B requires unanimity across both
candidate orders plus surviving a separate refutation pass.
Greedy decoding through vLLM is not batch-invariant on this architecture
(a Gated-DeltaNet hybrid;
VLLM_BATCH_INVARIANT=1 is unsupported, see
vllm#42960). Across cold
passes a handful of items flip, which can move the judged submission by a few
points. The exact leaderboard submission is checked into the repo at
reproduction/leaderboard-winner.csv.