Quant anomaly detector: score output pathologies without inventing bit-width certainty #59
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/llm-log#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Detect behavior consistent with degraded/unstable serving precision while keeping the result explicitly heuristic.
Depends on #57 for ground-truth routing/quant metadata where available. Feed observations into the existing provenance/outcome plane (#15) as evidence only; an anomaly is not automatically a task failure.
Research-backed signals
Low-bit quantization can disproportionately increase execution/method errors in reasoning tasks, and extreme low-bit inference can produce repetitive loops, inflated reasoning traces and budget exhaustion. Provider variance also shows up strongly in tool-call correctness and structured output conformance.
Implement bounded deterministic detectors for:
Scoring
Produce typed anomaly observations with detector ID/version, score/severity, exact evidence and thresholds. Do not output labels such as
int4_detectedfrom completion text alone. If #57 has endpoint metadata, reportobserved_quantization=...; otherwise sayquantization=unknownand keep behavioral anomaly score separate.Acceptance