Cover image

One Explanation Is a Single Point of Failure: RashomonLLM Turns Explanations Into Predictive Feedback

TL;DR for operators Should an explanation merely describe a model decision, or should it help the system make a better next prediction? The paper tests the second possibility: explanations guide prediction, and prediction errors become feedback for revising the reasoning used next.1 The strongest evidence comes from the KuaiLive component tests. The full system reached 0.771 accuracy, versus 0.650 for one-shot prediction without explanation and 0.711 for an iterative variant given matched-length but uninformative placebo explanations. The result does not show that generating more natural-language text inherently improves a model; it shows that, within this design, removing authentic explanatory content or replacing it with placebo text materially reduces performance. :contentReference[oaicite:0]{index=0} ...

August 15, 2026 · 7 min · Zelina
Cover image

Stable Enough to Be Wrong: Why Neuron Selectors Need Causal Audits

TL;DR for operators A team using an importance-ranking tool must know whether its low-ranked model components are genuinely safe to remove—not merely whether the tool produces the same ranking repeatedly. On LLaMA-3.1-8B at 30% masking, Wanda achieved near-perfect ranking stability of 0.9998, yet removing the components it labelled least important drove perplexity to 360,083. Consensus-2 was less stable at 0.945, but the same removal test produced perplexity of 66.1. The more reproducible ranking was far less causally faithful. ...

August 10, 2026 · 9 min · Zelina
Cover image

Noise Rewrote the CT Leaderboard

TL;DR for operators A team using a clean CT leaderboard must decide which high-scoring models deserve costly validation. That ranking may be useful for screening, but it may not survive the operating conditions the model will actually encounter. When the same 200 breast CT cases were exposed to mild, previously unseen Poisson noise, the clean and noisy rankings became essentially uncorrelated, with Spearman’s $\rho$ of about 0.04. The clean-data champion no longer reduced reconstruction error relative to the condition-matched baseline, giving it zero calibrated headroom, while a method ranked lower on clean inputs became the noisy-condition leader. ...

August 6, 2026 · 9 min · Zelina
Cover image

Fair on Clean Data, Fragile After Fake Profiles

TL;DR for operators A platform can evaluate a recommender on clean historical data, observe only a small performance gap between groups, and reasonably approve it for retraining. That approval does not show how the same training process will respond when coordinated fake accounts deliberately shape the next batch of user interactions. In the reported experiments, fake profiles widened subgroup disparities even when the target recommender used fairness-aware training. Across the tested models, the paper’s SRLFA method generally produced larger disparities than the adapted attack baselines, with the largest reported effects appearing on the fairness-aware Last.fm LightGCN target. ...

August 1, 2026 · 8 min · Zelina
Cover image

Five Answers, One Bad Retrieval: When RAG Agreement Misleads

TL;DR for operators A production RAG system returns the same answer five times. The operator still has to decide whether to release it, investigate it, or send it for review. Repeated agreement is useful evidence that generation is stable, but it does not show that the system retrieved the right material. All five answers may have been generated from the same empty, incomplete, or incorrect context. In that case, repeated sampling does not independently test the answer; it repeatedly tests the decoder under one defective retrieval state. A wrong answer that remains effectively unchanged across samples is a silent error. ...

July 30, 2026 · 10 min · Zelina
Cover image

Rank the Work, Not the Model: Meta-Benchmarks for Bank LLM Screening

TL;DR for operators A bank must choose a model for a particular workflow, but it cannot run a full internal evaluation whenever a new model appears. General leaderboards offer a useful starting point—not a reliable answer to which model best fits the banking work that matters. The reported relationship between global and banking-domain rank varies substantially. Spearman correlation is 0.62 for Customer Management and 0.71 for IT Management, but 0.95 for Market Operations and 0.97 for Regulations and Compliance. The strongest model overall may therefore be less compelling for a specific domain, while an apparently precise domain score may rest on limited or indirect evidence. ...

July 29, 2026 · 10 min · Zelina
Cover image

Same Answer, Different Risk: Visual Semantic Entropy for VLM Review Routing

TL;DR for operators A visual assistant gives the same confident answer several times. That consistency may seem sufficient for automatic acceptance, but it shows only that repeated decoding produced the same response—not that the underlying visual interpretation is stable. Variability can also come from the wrong place. When both the image and question wording are changed, paraphrase choice may drive the resulting answer clusters more strongly than the visual changes. In the paper’s joint-perturbation analysis, text purity exceeds image purity for every reported model and split. A high uncertainty score may therefore indicate prompt sensitivity rather than visual ambiguity. ...

July 26, 2026 · 10 min · Zelina
Cover image

Average at Your Own Risk: The Metric Setting That Can Reverse the Winner

TL;DR for operators The classifiers have been tested, the predictions are fixed, and the evaluation meeting expects the metric table to reveal an obvious winner. Yet on the yeast multilabel dataset, one way of averaging F1 ranked BR-kNN first and BR-SVM last, while another produced the exact opposite ordering. Nothing about the models or predictions changed; only the unit given equal influence changed. ...

July 23, 2026 · 8 min · Zelina
Cover image

Judge, Jury, and Benchmark: The Metanym Game Grades the Graders

TL;DR for operators The Metanym Game asks models to invent structured analogies across unrelated domains, grade one another’s submissions, and reveal which graders deserve to be trusted.1 Because the test material is produced during the run, there is no fixed question bank waiting to appear in tomorrow’s training corpus. The clever part is not merely letting models vote. The paper separates two problems that most automated evaluation systems casually blend together: ...

July 18, 2026 · 21 min · Zelina
Cover image

The Model Got Smaller. The Risk Got Wider.

TL;DR for operators Compression is usually sold as a clean engineering bargain: smaller model, lower memory, cheaper inference, acceptable accuracy loss. This paper asks the more operationally annoying question: after compression, does the model still know when it should hedge? The answer is: not reliably. Tong et al. benchmark compressed LLMs using conformal prediction, a framework that converts model probabilities into prediction sets with target coverage.1 In this setup, the important uncertainty metric is prediction set size: if the model needs to include more answer options to maintain coverage, it is less certain, even if its top-1 accuracy still looks respectable. ...

June 25, 2026 · 21 min · Zelina