Improve meaningful content extraction accuracy - #278
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Live audit
I sampled the current Hacker News front page and representative article, blog, GitHub, Rustdoc, MDN, WordPress, and project-documentation pages. The changes generalize the repeated failure shapes instead of matching hostnames. Existing GitHub specialized extraction remained effective, so this change does not add a new site-specific parser.
Validation
cargo fmt --checkcargo fmt --manifest-path cli/Cargo.toml --checkcargo clippy --all-targets --all-features -- -D warningscargo clippy --manifest-path cli/Cargo.toml -- -D warningscargo test(611 unit tests, 217 fixture tests, 14 public API tests, 130 Mozilla Readability tests, and 3 doctests)node tools/extractor-eval/index.mjs --all(134 fixtures: 0.95 recall, 0.97 noise rejection, 0.90 structural fidelity)cargo bench --bench smoke(no performance regression in all five workloads)Review
Three independent subagent review rounds completed. All thirteen actionable findings were addressed with code changes and regression tests.