Skip to content

Commit 1c61769

Browse files
authored
Update README.md
1 parent fcabf86 commit 1c61769

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,33 @@ This summary is categorized into:
7474

7575

7676
#### 2. Machine Translation
77-
Research Paper | Datasets | Metric | Source Code | Year
78-
------------ | ------------- | ------------ | ------------- | -------------
79-
[Attention Is All You Need](https://arxiv.org/abs/1706.03762) | <ul><li> WMT 2014 English-to-French </li><li> WMT 2014 English-to-German </li></ul> | <ul><li> BLEU: 41.0 </li><li> BLEU: 28.4</li></ul> | <ul><li> [PyTorch](https://github.com/jadore801120/attention-is-all-you-need-pytorch) </li><li> [Tensorflow](https://github.com/tensorflow/tensor2tensor) </li></ul> | 2017
8077

78+
<table>
79+
<tbody>
80+
<tr>
81+
<th width="30%">Research Paper</th>
82+
<th align="center" width="20%">Datasets</th>
83+
<th align="center" width="20%">Metric</th>
84+
<th align="center" width="20%">Source Code</th>
85+
<th align="center" width="10%">Year</th>
86+
</tr>
87+
<tr>
88+
<td><a href='https://arxiv.org/abs/1706.03762'>Attention Is All You Need</a></td>
89+
<td align="left"> <ul><li>WMT 2014 English-to-French </li><li>WMT 2014 English-to-German </li></ul></td>
90+
<td align="left"> <ul><li> BLEU: 41.0 </li><li> BLEU: 28.4 </li></ul> </td>
91+
<td align="left"> <ul><li><a href='https://github.com/jadore801120/attention-is-all-you-need-pytorch'>PyTorch</a> </li><li> <a href='https://github.com/tensorflow/tensor2tensor'>Tensorflow</a></li></ul></td>
92+
<td align="left">2017</td>
93+
</tr>
94+
<tr>
95+
<td><a href='https://einstein.ai/static/images/pages/research/non-autoregressive-neural-mt.pdf'>NON-AUTOREGRESSIVE
96+
NEURAL MACHINE TRANSLATION</a></td>
97+
<td align="left"> <ul><li> WMT16 Ro→En </li></ul></td>
98+
<td align="left"> <ul><li> BLEU: 31.44 </li></ul> </td>
99+
<td align="left">NOT YET RELEASED</td>
100+
<td align="left">2017</td>
101+
</tr>
102+
</tbody>
103+
</table>
81104

82105
#### 3. Text Classification
83106

0 commit comments

Comments
 (0)