pierjoe commited on
Commit
58aad5f
·
verified ·
1 Parent(s): fe1c5b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -23,10 +23,12 @@ dataset_info:
23
  dtype: string
24
  - name: executives
25
  dtype: string
 
 
26
  splits:
27
  - name: train
28
  num_bytes: 210732897
29
- num_examples: 1849
30
  download_size: 191339714
31
  dataset_size: 210732897
32
  configs:
@@ -82,6 +84,21 @@ Structured executive compensation data extracted from SEC DEF 14A proxy statemen
82
 
83
  ---
84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  <details>
86
  <summary><b>💰 Compensation Statistics</b> (click to expand)</summary>
87
 
 
23
  dtype: string
24
  - name: executives
25
  dtype: string
26
+ - name: sct_probability
27
+ dtype: float64
28
  splits:
29
  - name: train
30
  num_bytes: 210732897
31
+ num_examples: 7441
32
  download_size: 191339714
33
  dataset_size: 210732897
34
  configs:
 
84
 
85
  ---
86
 
87
+ <details>
88
+ <summary><b>🎯 SCT Probability & Quality</b> (click to expand)</summary>
89
+
90
+ The dataset includes a `sct_probability` score (0-1) from a fine-tuned binary classifier that helps identify true Summary Compensation Tables.
91
+
92
+ ![Probability Stats](docs/stats_probability.png)
93
+
94
+ ![Probability Distribution](docs/chart_probability.png)
95
+
96
+ > 💡 **Recommendation**: Filter by `sct_probability >= 0.7` to get high-confidence records only.
97
+
98
+ </details>
99
+
100
+ ---
101
+
102
  <details>
103
  <summary><b>💰 Compensation Statistics</b> (click to expand)</summary>
104