From 742d5676d5bdb79147e61094ce6b4f6580c4cfef Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Wed, 26 Sep 2018 22:42:31 +0200 Subject: [PATCH] More in README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b44bff7..6c466de 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,10 @@ order to run `geval` you need to either add `$HOME/.local/bin` to ## Quick tour -Let's use GEval to evaluate machine translation (MT) systems (but keep in -mind than GEval could be used for many other machine learning task -types). +Let's use GEval to evaluate machine translation (MT) systems (but keep +in mind than GEval could be used for many other machine learning task +types). We start with simple evaluation, but then we switch to what +might be called black-box debugging of ML models. First, we will run GEval on WMT-2017, a German-to-English machine translation challenge repackaged for [Gonito.net](https://gonito.net)