How Much Better Are We?
Baseline = Simple patterns (basic regex). Our approach = Enhanced patterns with careful design.
Average Improvement: +84%
Our system is nearly twice as good as simple baseline patterns
Side-by-Side Comparison
Email Detection
Baseline (Simple)
Only finds 37 of 100
Our System (Enhanced)
Finds all 100 of 100
+172% Better!
Phone Detection
Baseline (Simple)
Only finds 34 of 100
Our System (Enhanced)
Finds 68 of 100
+100% Better!
Address Detection
Baseline (Simple)
Cannot detect at all
Our System (Enhanced)
Finds 92 of 100
New Capability!
Bottom Line: Simple patterns miss most PII. Our enhanced approach finds much more and adds new capabilities (like address detection).