swan07 commited on
Commit
8b2b632
·
verified ·
1 Parent(s): 4262a7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -40,7 +40,7 @@ Each line is a JSON object with:
40
 
41
  All tiers use sentence-level filtering: documents are split into sentences (NLTK punkt), individual sentences matching the blocklist are removed, and remaining sentences are rejoined. This preserves more text than paragraph-level filtering.
42
 
43
- ### T0 Blocklist (aggressive removes all numeric content)
44
  - **Digits**: All characters 0-9
45
  - **Operators**: `+ - * / = ^ % < >` and Unicode math symbols
46
  - **Fraction characters**: `½ ¼ ¾` etc.
@@ -48,13 +48,13 @@ All tiers use sentence-level filtering: documents are split into sentences (NLTK
48
  - **Math terms**: equation, variable, polynomial, derivative, integral, theorem, eigenvalue, topology, etc.
49
  - **Patterns**: LaTeX math (`$...$`, `\frac{}`, `\sum`, `\int`, etc.)
50
 
51
- ### T1 Blocklist (moderate removes formal math only)
52
  - **No digit or operator blocking** — everyday numbers pass through
53
  - **Math terms**: equation, variable, polynomial, derivative, integral, theorem, eigenvalue, topology, etc.
54
  - **Patterns**: LaTeX math expressions
55
 
56
  ### T2 Blocklist
57
- None all content from finemath-3plus is included as-is.
58
 
59
  ## Intended Use
60
 
 
40
 
41
  All tiers use sentence-level filtering: documents are split into sentences (NLTK punkt), individual sentences matching the blocklist are removed, and remaining sentences are rejoined. This preserves more text than paragraph-level filtering.
42
 
43
+ ### T0 Blocklist (aggressive: removes all numeric content)
44
  - **Digits**: All characters 0-9
45
  - **Operators**: `+ - * / = ^ % < >` and Unicode math symbols
46
  - **Fraction characters**: `½ ¼ ¾` etc.
 
48
  - **Math terms**: equation, variable, polynomial, derivative, integral, theorem, eigenvalue, topology, etc.
49
  - **Patterns**: LaTeX math (`$...$`, `\frac{}`, `\sum`, `\int`, etc.)
50
 
51
+ ### T1 Blocklist (moderate: removes formal math only)
52
  - **No digit or operator blocking** — everyday numbers pass through
53
  - **Math terms**: equation, variable, polynomial, derivative, integral, theorem, eigenvalue, topology, etc.
54
  - **Patterns**: LaTeX math expressions
55
 
56
  ### T2 Blocklist
57
+ None. All content from finemath-3plus is included.
58
 
59
  ## Intended Use
60