From 8088f774cd45ba21cb6a0edfdec3506aed37fea3 Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Thu, 17 Sep 2026 14:05:21 +0800 Subject: [PATCH] Remove dead steering score link Keep the proposed metric name as plain text because Steering Lite no longer has the linked section. Co-Authored-By: PI/gpt-6-astra <288921227+claudypoo@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24ff1b1..0394280 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ For steering comparisons, we also want a score that considers both intended chan When we steer a concept, we want the relevant answers to change without changing unrelated answers. So we reward movement in the intended direction and subtract a smaller penalty for side effects. We use logprobs because they show small changes even when the model still chooses the same answer. -A possible replacement is [steering F-beta](https://github.com/wassname/steering-lite#a-simpler-score), which treats desired changes as true positives and unwanted changes as false positives. It is still a proposal; the plots and existing results have not been rescored. +A possible replacement is steering F-beta, which treats desired changes as true positives and unwanted changes as false positives. It is still a proposal; the plots and existing results have not been rescored. ## Install and use