From aa8fd8c24ff5c5c4de7460746c5370ef8a39ac9a Mon Sep 17 00:00:00 2001 From: Yaqing Wang Date: Sun, 15 Aug 2021 16:05:52 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ed639..add7c5a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the implementation of the paper [Meta Self-training for Few-shot Neural ## Overview - + In this work we present MetaST, a self-training framework with auto data selection technique to prevent error probagation. You can find more details of this work in our [paper](https://dl.acm.org/doi/pdf/10.1145/3447548.3467235).