Skip to content

Commit 97329fb

Browse files
committed
update README benchmark columns
1 parent d8f19f7 commit 97329fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ Several work make use of additional features. For now, only the distance between
174174

175175
The following table presents the results we obtained on Litbank by training this model. We evaluate on 10% of Litbank documents, each of which consists of ~2000 tokens. The *split* column indicate whether documents were split in blocks of 512 tokens. The *HM* coumns indicates whether we use hierarchical merging.
176176

177-
| Dataset | Base model | split | HM | MUC | B3 | CEAF | BLANC | LEA | time (s) |
178-
|---------|-------------------|-------|-----|-------|-------|-------|-------|-------|----------|
179-
| Litbank | `bert-base-cased` | no | no | 75.03 | 60.66 | 48.71 | 62.96 | 32.84 | 22:07 |
180-
| Litbank | `bert-base-cased` | yes | no | 73.84 | 49.14 | 47.88 | 48.41 | 27.63 | 16:18 |
181-
| Litbank | `bert-base-cased` | yes | yes | 74.54 | 59.30 | 46.98 | 62.69 | 42.46 | 21:13 |
177+
| Dataset | Base model | split | HM | MUC | B3 | CEAF | BLANC | LEA | time (m:s) |
178+
|---------|-------------------|-------|-----|-------|-------|-------|-------|-------|------------|
179+
| Litbank | `bert-base-cased` | no | no | 75.03 | 60.66 | 48.71 | 62.96 | 32.84 | 22:07 |
180+
| Litbank | `bert-base-cased` | yes | no | 73.84 | 49.14 | 47.88 | 48.41 | 27.63 | 16:18 |
181+
| Litbank | `bert-base-cased` | yes | yes | 74.54 | 59.30 | 46.98 | 62.69 | 42.46 | 21:13 |
182182

183183

184184
# Citation

0 commit comments

Comments
 (0)