From 341f986d973f0c0c1c7aa453f3f9641ee9e8a710 Mon Sep 17 00:00:00 2001 From: Vered Shwartz Date: Sat, 17 Jul 2021 11:52:07 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ec1c0a1..3936686 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ This is a generic framework for incorporating relevant background knowledge into 1) External resources such as ConceptNet; or 2) Generated by language models in a process of asking clarification questions (means) and using the answers (goal) to clarify the instance. +### Bug fix - July 2021 (marked as V1.1): + +- Using `eos_token` as the padding token in LMs that don't have a padding token (instead of 0). The results are now better for all models, but the general trend remains the same. See [issue #1](https://github.com/vered1986/self_talk/issues/1). + ### Tasks