File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,33 @@ This summary is categorized into:
74
74
75
75
76
76
#### 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
80
77
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 >
81
104
82
105
#### 3. Text Classification
83
106
You can’t perform that action at this time.
0 commit comments