From e25b6fe3545924419c591c7168ca95c4271f9d96 Mon Sep 17 00:00:00 2001 From: thomwolf Date: Mon, 6 Jan 2020 14:22:07 +0100 Subject: [PATCH] updating readme --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 76b7578a7c..4c8a81ab0d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -760,7 +760,7 @@ python run_mmimdb.py \ --patience 5 ``` -## Adversarial evaluation of model performances (HANS dataset) +## Adversarial evaluation of model performances Here is an example on evaluating a model using adversarial evaluation of natural language inference with the Heuristic Analysis for NLI Systems (HANS) dataset [McCoy et al., 2019](https://arxiv.org/abs/1902.01007). The example was gracefully provided by [Nafise Sadat Moosavi](https://github.com/ns-moosavi).