You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,13 +177,22 @@ Several work make use of additional features. For now, only the distance between
177
177
The following table presents the results we obtained by training this model (for now, it has only one entry !). Note that:
178
178
179
179
- the reported results use `max_span_size=5` instead of `max_span_size=10` as in training.
180
-
- the reported results were obtained by splitting documents for performance reasons, with subdocuments having a maximum length of 11 sentences. They may not be accurate with the performance on full documents
180
+
- the reported results were obtained by splitting documents for performance reasons, with subdocuments having a maximum length of 11 sentences. They may not be accurate with the performance on full documents.
181
181
- the reported results can not be directly compared to the performance in [the original Litbank paper](https://arxiv.org/abs/1912.01140) since we only compute performance on one split of the datas
182
182
183
183
| Dataset | Base model | MUC | B3 | CEAF | CoNLL F1 |
The following table reports our results on the full Litbank documents (~2000 tokens each). We use `max_span_size=10`. HM stand for "Hierarchical Merging":
190
+
191
+
| Dataset | Base model | HM | MUC | B3 | CEAF | BLANC | LEA |
0 commit comments