From 713a336d9a2f222e975c5a5f1461b8e27b519bc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Chlo=C3=A9=20Braud?= <chloe.braud@irit.fr>
Date: Fri, 4 Jun 2021 08:45:53 +0000
Subject: [PATCH] Update README.md

---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/README.md b/README.md
index a2be77c..37d15e2 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,23 @@ Data for DISRPT 2021: https://github.com/disrpt/sharedtask2021
 Website DISRPT 2021: https://sites.google.com/georgetown.edu/disrpt2021
 Code for DISRTP 2019: https://gitlab.inria.fr/andiamo/tony
 
+## Meeting 04.06.2021
+
+TODO:
+x- install allennlp 0.9 + tony19
+x- train a model (on english for instance)
+x- test it with tony script
+x- begin reading the tutorial on allennlp
+x- continue with general reading NLP
+
+Next steps:
+x- change to allennlp 1.xx
+- switch to xlm multi lingual
+- play with some hyper-parameters
+- go back on the architecture: add the CRF layer on top of BERT/LSTM
+- grouping the corpora during training
+- the sentence problem ? how do we address it
+
 ## Meeting 21.05.2021
 
 TODO:
-- 
GitLab