readme: add results for TopRes19th dataset
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ shows an overview of used datasets.
|
|
28 |
|
29 |
| Language | Datasets
|
30 |
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
31 |
-
| English | [AjMC](https://github.com/hipe-eval/HIPE-2022-data/blob/main/documentation/README-ajmc.md)
|
32 |
| German | [AjMC](https://github.com/hipe-eval/HIPE-2022-data/blob/main/documentation/README-ajmc.md) |
|
33 |
| French | [AjMC](https://github.com/hipe-eval/HIPE-2022-data/blob/main/documentation/README-ajmc.md) - [ICDAR-Europeana](https://github.com/stefan-it/historic-domain-adaptation-icdar) - [LeTemps](https://github.com/hipe-eval/HIPE-2022-data/blob/main/documentation/README-letemps.md) |
|
34 |
| Finnish | [NewsEye](https://github.com/hipe-eval/HIPE-2022-data/blob/main/documentation/README-newseye.md) |
|
@@ -37,10 +37,10 @@ shows an overview of used datasets.
|
|
37 |
|
38 |
Results:
|
39 |
|
40 |
-
| Model
|
41 |
-
|
42 |
-
| hmBERT (32k) [Schweter et al.](https://ceur-ws.org/Vol-3180/paper-87.pdf)
|
43 |
-
| hmTEAMS (Ours)
|
44 |
|
45 |
# Acknowledgements
|
46 |
|
|
|
28 |
|
29 |
| Language | Datasets
|
30 |
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
31 |
+
| English | [AjMC](https://github.com/hipe-eval/HIPE-2022-data/blob/main/documentation/README-ajmc.md) - [TopRes19th](https://github.com/hipe-eval/HIPE-2022-data/blob/main/documentation/README-topres19th.md) |
|
32 |
| German | [AjMC](https://github.com/hipe-eval/HIPE-2022-data/blob/main/documentation/README-ajmc.md) |
|
33 |
| French | [AjMC](https://github.com/hipe-eval/HIPE-2022-data/blob/main/documentation/README-ajmc.md) - [ICDAR-Europeana](https://github.com/stefan-it/historic-domain-adaptation-icdar) - [LeTemps](https://github.com/hipe-eval/HIPE-2022-data/blob/main/documentation/README-letemps.md) |
|
34 |
| Finnish | [NewsEye](https://github.com/hipe-eval/HIPE-2022-data/blob/main/documentation/README-newseye.md) |
|
|
|
37 |
|
38 |
Results:
|
39 |
|
40 |
+
| Model | English AjMC | German AjMC | French AjMC | Finnish NewsEye | Swedish NewsEye | Dutch ICDAR | French ICDAR | French LeTemps | English TopRes19th | Avg. |
|
41 |
+
|---------------------------------------------------------------------------|--------------|--------------|--------------|-----------------|-----------------|--------------|--------------|----------------|--------------------|-----------|
|
42 |
+
| hmBERT (32k) [Schweter et al.](https://ceur-ws.org/Vol-3180/paper-87.pdf) | 85.36 ± 0.94 | 89.08 ± 0.09 | 85.10 ± 0.60 | 77.28 ± 0.37 | 82.85 ± 0.83 | 82.11 ± 0.61 | 77.21 ± 0.16 | 65.73 ± 0.56 | 80.94 ± 0.86 | 80.63 |
|
43 |
+
| hmTEAMS (Ours) | 86.41 ± 0.36 | 88.64 ± 0.42 | 85.41 ± 0.67 | 79.27 ± 1.88 | 82.78 ± 0.60 | 88.21 ± 0.39 | 78.03 ± 0.39 | 66.71 ± 0.46 | 81.36 ± 0.59 | **81.87** |
|
44 |
|
45 |
# Acknowledgements
|
46 |
|