docs(k3): round 16, the whole title takes the route precision could not
The report, the CHANGELOG entry under [Unreleased] and the README's ranking section. No version bump and no tag: v0.8.0 was released this same day. R761, delivered ranks, before -> after: hit@1/8/50 3/6 - 5/6 - 5/6 -> 6/6 - 6/6 - 6/6 at default k and 3/6 - 5/6 - 6/6 -> 6/6 - 6/6 - 6/6 at --k 50, with the known-positive at rank 1 on all four and the known-negative still not a hit. --no-title-covered on the new binary reproduces the old row exactly. Nothing else moves, measured on the bytes: the pinned K2 bundle and Arm B keep (1,1,1,1,1,5) with payloads byte-identical on 6 of 6 questions each, n100/n200/n500 payloads byte-identical on 5 each, the 828-file HTML corpus at 828 plans / 0 unreadable / 6 015 md with diff -rq empty, the five-document folder diff -r-identical at 26/52, and okf project still byte-equal to okf build. README's test count corrected to what this round measures: 1583 collected, 1582 passed, 1 skipped. The published 1575 was the passed count. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
ff06b92c35
commit
4d1b5222b7
4 changed files with 392 additions and 9 deletions
|
|
@ -1159,14 +1159,14 @@ DEFAULT_STEM_PREFIX = True
|
|||
|
||||
|
||||
#: Round 16. Whether a concept whose WHOLE title the question accounts for is
|
||||
#: read before the concepts the fusion ranked above it. ON since 2026-09-11.
|
||||
#: read before the concepts the fusion ranked above it. ON since 2026-09-10.
|
||||
#:
|
||||
#: THE DEFECT IT REPAIRS. Both lexical signals are unnormalised COVERAGE
|
||||
#: COUNTS -- one per question token the candidate answers to -- so nothing in
|
||||
#: the fusion measures how much of the CANDIDATE the question accounts for. A
|
||||
#: section titled with the question's subject and nothing else scores exactly
|
||||
#: what a narrower section titled with that subject PLUS a qualifier scores,
|
||||
#: and then loses to it on the body count. Measured 2026-09-11 on a
|
||||
#: and then loses to it on the body count. Measured 2026-09-10 on a
|
||||
#: 2 761-concept bundle of one standard, where the answering section carries
|
||||
#: the bare term as its title on three of six scored questions: `Hovedprosesser`
|
||||
#: behind `Hovedprosess 81 ...`, `Armering` behind `Armering av ...`,
|
||||
|
|
@ -1976,12 +1976,12 @@ def parse_args(argv: list[str] | None) -> argparse.Namespace:
|
|||
default=DEFAULT_TITLE_COVERED,
|
||||
help=(
|
||||
"read a concept whose WHOLE title the question accounts for before "
|
||||
"the concepts the fusion ranked above it. ON since 2026-09-11. "
|
||||
"the concepts the fusion ranked above it. ON since 2026-09-10. "
|
||||
"Measured on a 2 761-concept bundle of one standard: hit@1 over six "
|
||||
"questions 3 of 6 -> 6 of 6 with the known-positive holding rank 1, "
|
||||
"where none of the six existing reading-side flags moved that "
|
||||
"number at all. The title is read by EQUALITY, never by shared "
|
||||
"prefix. See docs/2026-09-11-k3-runde16-hele-tittelen-tar-ruten.md"
|
||||
"prefix. See docs/2026-09-10-k3-runde16-hele-tittelen-tar-ruten.md"
|
||||
),
|
||||
)
|
||||
parser.add_argument(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue