From 631681b86133f115fe4af3125555c03cc2baa889 Mon Sep 17 00:00:00 2001
From: Jurica Seva <seva@informatik.hu-berlin.de>
Date: Mon, 14 May 2018 09:08:45 +0200
Subject: [PATCH] Generating results.

---
 code_jurica/data/results/methods.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code_jurica/data/results/methods.txt b/code_jurica/data/results/methods.txt
index 26b595e..0b1b703 100644
--- a/code_jurica/data/results/methods.txt
+++ b/code_jurica/data/results/methods.txt
@@ -1 +1 @@
-The task was solved using two deep learning models: a multi-lingual sequence2sequence model with attention to generate a representation for each certificate line and a separate classification model to obtain the ICD10 code from these embeddings. The models were trained using only the data provided by the organizers, mostly due to our inability to obtain ICD10 dictionaries for selected languages.
\ No newline at end of file
+The task was solved using two deep learning models: a sequence2sequence model to generate a representation for each certificate line and a separate classification model with attention to obtain the ICD10 labels. The models were trained using only the data provided by the organizers, mostly due to our inability to obtain ICD10 dictionaries for selected languages (besides French).
\ No newline at end of file
-- 
GitLab