Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TharinduDR/TransQuest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTharinduDR <rhtdranasinghe@gmail.com>2020-10-13 21:48:21 +0300
committerTharinduDR <rhtdranasinghe@gmail.com>2020-10-13 21:48:21 +0300
commitd02e4d9588392131144b0ac34d01e4a9ce1959bc (patch)
treeed41852e5e6de49a2d17470a9a7230ac48df8030 /docs
parente9499a6fcccaf5ccdbddf7b1180c476f5d80a167 (diff)
033: Adding documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/examples.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/examples.md b/docs/examples.md
index 03689a6..0808df0 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -77,3 +77,12 @@ python -m examples.wmt_2020_task2.en_zh.trans_quest
### Results
Both architectures in TransQuest outperforms OpenKiwi in all the language pairs. Furthermore, TransQuest won this task in all the language pairs.
+
+| Language Pair | Algorithm | Pearson | MAE | RMSE |
+|:-----------------------:|--------------------- | -------: | --------:| --------: |
+| English-German |**MonoTransQuest** |**0.4994**|**0.1486**| 0.1842 |
+| | SiameseTransQuest | | | |
+| | OpenKiwi | 0.3916 | 0.1500 | 0.1896 |
+| English-Chinese |**MonoTransQuest** |**0.6119**|**0.1351**|**0.1681** |
+| | SiameseTransQuest | | | |
+| | OpenKiwi | 0.5058 | 0.1470 | 0.1814 | \ No newline at end of file