Skip to content

Commit e84b7fc

Browse files
committed
2 parents e69fa8b + 5ccbf78 commit e84b7fc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/classification.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,8 @@ You can mark a class as *excluded* so that downstream stages
429429
will **skip** sections classified as that class, avoiding wasted LLM
430430
calls, tokens, and noise in accuracy metrics.
431431
432+
https://github.com/user-attachments/assets/3c5106ee-ffaf-48d0-ac57-6de78a221474
433+
432434
### How classification decides a section is "excluded"
433435
434436
The **primary mechanism is the LLM classifier** using each class's
@@ -1154,4 +1156,4 @@ classes:
11541156
17. **Use Regex for Known Patterns**: Add regex patterns for document types with predictable content or naming conventions
11551157
18. **Test Regex Thoroughly**: Validate regex patterns against diverse document samples before production use
11561158
19. **Balance Regex Specificity**: Make patterns specific enough to avoid false matches but flexible enough to catch variations
1157-
20. **Monitor Regex Performance**: Track how often regex patterns match vs fall back to LLM classification
1159+
20. **Monitor Regex Performance**: Track how often regex patterns match vs fall back to LLM classification

0 commit comments

Comments
 (0)