Commit 8e9a9a6
committed
Keep the last-resort fallback pass penalty-free
The repetition penalty is a lossy transform justified only where it turns
a failure into a success -- which it does on the retry (16083265: [ERR] ->
16/16 sections). On the fallback it rescues no poster and measurably
degrades already-failing output: the RTL poster 8228476 dropped from
rougeL 0.71 to 0.57 with the fallback penalty. Applying it on the retry
only fixes 16083265 while restoring 8228476 to its penalty-free baseline
(0.71). Doc updated.1 parent 8015991 commit 8e9a9a6
2 files changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3190 | 3190 | | |
3191 | 3191 | | |
3192 | 3192 | | |
3193 | | - | |
| 3193 | + | |
| 3194 | + | |
| 3195 | + | |
| 3196 | + | |
| 3197 | + | |
| 3198 | + | |
3194 | 3199 | | |
3195 | 3200 | | |
3196 | 3201 | | |
3197 | | - | |
3198 | | - | |
3199 | | - | |
3200 | | - | |
| 3202 | + | |
3201 | 3203 | | |
3202 | 3204 | | |
3203 | 3205 | | |
| |||
0 commit comments