Commit Graph
13 Commits
Author SHA1 Message Date
wassname 4fcea49ebb Show explicit pandas failure-score aggregation 2026-07-26 09:48:31 +08:00
wassname 0cc01db100 Clarify NaN selection bias in judge comparisons 2026-07-26 09:46:42 +08:00
wassname 5dd18385bd Fail judge aggregation on missing paired scores 2026-07-26 09:42:18 +08:00
wassnameandClaudypoo 2c009b85b6 llm_judges: add Petri judge-harness patterns (rubric in schema, tier anchors, resolvable citations, harness dimensions, scanner-as-scorer, fail-open anti-pattern)
Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
2026-07-25 10:15:36 +08:00
wassnameandClaudypoo 38ddb544d9 Make 'Numbers worth knowing' quote-anchored with source-credence + calibrated language
Each bullet now leads with the action, carries a verbatim quote + footnote, states
source type (independent benchmark / peer-reviewed / single-group preprint) so the
reader can weight it, and uses Kent-style estimative language on the takeaway.

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
2026-07-23 12:02:51 +08:00
wassnameandClaudypoo 3f35addb7f Expand 'Numbers worth knowing' bullets with point + context for readability
Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
2026-07-23 11:57:53 +08:00
wassnameandClaudypoo f10151e661 Add varglite 2026 judge lit-review + operational-numbers digest
New refs/llm_judge_litreview.md: verbatim before/key/after quotes (fetched from
raw source this turn) for position/self-preference/reasoning/context-rot, a
machine-accessible benchmark table, and an epistemic summary with calibration.
llm_judges.md gets a compact 'Numbers worth knowing (2026)' digest pointing to it.

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
2026-07-23 11:46:12 +08:00
wassnameandClaudypoo 2692ea8a4e Add reasoning-token budget guidance and LLM-as-judge survey
Add a per-model, per-difficulty token-budget note to judge-selection: models
vary ~6x in tokens/task (Artificial Analysis), reasoning models emit ~8x more
and scale with difficulty (Epoch AI, DeepSeek-R1), and the depth-vs-breadth
trade (cap reasoning low + N passes on easy tasks, which doubles as the
repeat-variance check; don't truncate near model capability). Add Gu et al.
"A Survey on LLM-as-a-Judge" as a second survey anchor. Cache new quotes.

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
2026-07-23 08:54:26 +08:00
wassnameandClaudypoo 01db376bca Add real SpeechMap per-lab refusal index to judge-selection
Replace the qualitative refusal claim with SpeechMap's per-lab Free Speech
Index (Mistral/xAI/Google most permissive; Anthropic/OpenAI most restrictive
majors; Chinese labs mid-high on the aggregate but topic-censored). Flag the
two traps: it's a lab average (hides a safety-tuned Gemma) and a cross-topic
aggregate (hides a per-subject refusal cluster). Cache the table.

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
2026-07-22 16:16:42 +08:00
wassnameandClaudypoo 54b8a2bb79 Add real Judgemark v4 frontier and evaluator-blind-spot papers
Replace the hand-waved judge-model guidance with the checked-in Judgemark v4
cost-vs-score frontier (opus-4-6 top, gemma-4-31b the cheap knee; Qwen/DeepSeek
are mid-pack not frontier, correcting the earlier claim). Quote Doddapaneni
(evaluators miss >50% of injected quality drops) and Shankar (criteria drift,
validators need validation). Cache both papers and the frontier table.

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
2026-07-22 16:12:46 +08:00
wassnameandClaudypoo 0105153305 Add judge-validity checklist and model-selection to llm_judges ref
Fold wassname's repeated eval-validity checklist into refs/llm_judges.md:
rubric-earns-ink, read-the-whole-trace, anchoring/scale-precision, repeat
variance, and a judge feedback channel. Add a judge-model-selection section
(Judgemark v4 cost-vs-score frontier, speechmap topic-conditional refusals).
Cache the new sources (Hamel, Databricks x2, Eugene Yan) with verbatim quotes
and onward paper links in docs/evidence.

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
2026-07-22 16:09:18 +08:00
wassname 9d00a069c6 Require reading both sides of LLM evaluations 2026-07-18 14:41:59 +08:00
wassnameandClaudypoo 8cd3c61050 folklore: tuning playbook, Domingos, Bekman loss spikes, Ng error analysis; LLM-judge bias appendix
- SKILL.md: 3 new entries (exploration-over-exploitation + nuisance HPs,
  test-set contamination, loss-spikes-mean-bad-data-pocket) and an Ng
  100-misclassified-examples quote under inspect-the-data
- refs/llm_judges.md: position/verbosity/self-preference biases (Zheng,
  Wang 66/80 flip, Panickssery) + mitigation checklist from verdict docs
- Lones pitfalls linked as the exhaustive 36-item do/don't checklist
- 6 new frozen evidence files; Hamel evals link in further reading

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
2026-06-11 15:30:41 +08:00