Skip to content

Commit 1079f15

Browse files
authored
Update README.md
1 parent 7c3e898 commit 1079f15

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,33 @@ NEURAL MACHINE TRANSLATION</a></td>
132132
</tbody>
133133
</table>
134134

135-
#### 4. Natural Language Inference
135+
#### 4. Natural Language Inference
136+
Leader board:
137+
138+
[Stanford Natural Language Inference (SNLI)](https://nlp.stanford.edu/projects/snli/)
139+
140+
[MultiNLI](https://www.kaggle.com/c/multinli-matched-open-evaluation/leaderboard)
141+
142+
<table>
143+
<tbody>
144+
<tr>
145+
<th width="30%">Research Paper</th>
146+
<th align="center" width="20%">Datasets</th>
147+
<th align="center" width="20%">Metric</th>
148+
<th align="center" width="20%">Source Code</th>
149+
<th align="center" width="10%">Year</th>
150+
</tr>
151+
<tr>
152+
<td><a href='https://arxiv.org/pdf/1709.04348.pdf'> NATURAL LANGUAGE INFERENCE OVER INTERACTION SPACE </a></td>
153+
<td align="left">Stanford Natural Language Inference (SNLI)</td>
154+
<td align="left">Accuracy: 88.9</td>
155+
<td align="left"><a href='https://github.com/YichenGong/Densely-Interactive-Inference-Network'>Tensorflow</a> </td>
156+
<td align="left">2017</td>
157+
</tr>
158+
</tbody>
159+
</table>
160+
161+
136162
Research Paper | Datasets | Metric | Source Code | Year
137163
------------ | ------------- | ------------ | ------------- | -------------
138164
[DiSAN: Directional Self-Attention Network <br /> for RNN/CNN-free Language Understanding](https://arxiv.org/pdf/1709.04696.pdf) | Stanford Natural Language Inference (SNLI) | Accuracy: 51.72 | NOT YET AVAILABLE | 2017

0 commit comments

Comments
 (0)