From 8523077e72990f0c7ce5ee7e6caaad39170807e0 Mon Sep 17 00:00:00 2001 From: kdudzic Date: Tue, 15 Oct 2024 13:10:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97116b3..2632e8c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The goal of the challenge is twofold: firstly, spans of the text containing char Proper name disambiguation is an important step of search tasks in computational literary studies. Literary figures can be referenced in the text in various ways. Individual references differ in terms of morphological features, register, adopted terminology, or the context of use, among other things. A proper name disambiguation module makes it possible to detect proper names referring to persons and to indicate which of those refer to the same individuals. -Metrics: precision, recall, F-score (all macro) +Metrics: precision, recall, F-score Labels: 53 named entity classes (one label per unique character) with 3 positional tokens: B- for the beginning of a named entity, I- for the inside of it, and O for non-entity tokens