From ea753a8c28da9896b9e1a32132e725560fe6fadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Lipka?= Date: Thu, 17 Jan 2019 14:12:44 +0100 Subject: [PATCH] Updated README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f14b090..810f707 100644 --- a/README.md +++ b/README.md @@ -57,19 +57,17 @@ there should be no TAB there). Evaluation metrics ------------------ -Two evaluation metrics are used: +One evaluation metric is used: -* Soft-F1 - a "softer" version of F1 in which overlap is also counted +* BIO-F1, F1 metric on NER tags Directory structure ------------------- * `README.md` — this file * `config.txt` — GEval configuration file -* `train/` — directory with training data (15/16 of the original train set) +* `train/` — directory with training data * `train/train.tsv.xz` — train set -* `train/meta.tsv` — metadata (the original ID of the document), do **not* use during training, - this is just for reference (e.g. when you need to go back to the original document) * `dev-0/` — directory with dev (test) data (split preserved from CoNLL-2003) * `dev-0/in.tsv` — input data for the dev set * `dev-0/expected.tsv` — expected (reference) data for the dev set