From 961e818be67105c0f59db1c34749c470aa73eb1a Mon Sep 17 00:00:00 2001 From: svlandeg Date: Mon, 17 Aug 2020 15:02:39 +0200 Subject: [PATCH] p/r definitions --- website/docs/usage/training.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/docs/usage/training.md b/website/docs/usage/training.md index fc1624ec1..c2034278d 100644 --- a/website/docs/usage/training.md +++ b/website/docs/usage/training.md @@ -430,13 +430,11 @@ components are weighted equally. - - | Name | Description | | -------------------------- | ----------------------------------------------------------------------------------------------------------------------- | | **Loss** | The training loss representing the amount of work left for the optimizer. Should decrease, but usually not to `0`. | -| **Precision** (P) | Should increase. | -| **Recall** (R) | Should increase. | +| **Precision** (P) | The percentage of generated predictions that are correct. Should increase. | +| **Recall** (R) | The percentage of gold-standard annotations that are in fact predicted. Should increase. | | **F-Score** (F) | The weighted average of precision and recall. Should increase. | | **UAS** / **LAS** | Unlabeled and labeled attachment score for the dependency parser, i.e. the percentage of correct arcs. Should increase. | | **Words per second** (WPS) | Prediction speed in words per second. Should stay stable. |