Commit 9db2408
committed
Rescue prose cells from data tables; strip figure panel-label scaffolding
Two scrub refinements from an adversarially-verified analysis pass.
Data tables: _table_repl dropped a short-median table whole, which lost
8228568's interview-quote tables (Reason/Participant columns are short so
the median is short, but the Example column holds the poster's actual
Results as long quotes). That starved the downstream 8B and produced no
JSON. The data-table branch now RESCUES cells that are genuine free text
(>=40 chars, <=2 bullets, >=50% letters) and still drops short/numeric/
bulleted-grid cells. Table classification (median length) is unchanged,
so layout tables -- and 4448680, whose earlier blanket keep-all crashed
word capture -- are byte-identical. 8228568 input mass restored
3035->4402 chars with its quotes back.
Scaffold: drop lone figure panel labels ("A"/"B"/"C") and an orphaned
code-fence language token ("plaintext") the model emits on their own
lines; they match no caption and dilute per-field precision. The
bare-number-run variant was rejected in review because it deletes real
F1 result values on 8228476.
Extraction-stage rField (calibration harness): out 0.784 -> 0.788,
w 0.929 -> 0.946, rGlobal 0.816 -> 0.827; out_rope2464 0.746 -> 0.751.
No per-poster regression. Scrubbed LightOnOCR now leads pdfplumber
0.788 vs 0.762 on the extraction stage.1 parent e4fba74 commit 9db2408
1 file changed
Lines changed: 41 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
119 | 138 | | |
120 | 139 | | |
121 | 140 | | |
122 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
123 | 146 | | |
124 | 147 | | |
125 | 148 | | |
126 | 149 | | |
127 | 150 | | |
128 | 151 | | |
129 | | - | |
| 152 | + | |
| 153 | + | |
130 | 154 | | |
131 | 155 | | |
132 | 156 | | |
133 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
134 | 172 | | |
135 | 173 | | |
136 | 174 | | |
| |||
142 | 180 | | |
143 | 181 | | |
144 | 182 | | |
| 183 | + | |
145 | 184 | | |
146 | 185 | | |
147 | 186 | | |
| |||
0 commit comments