Skip to content

Commit b258468

Browse files
authored
Update README.md
1 parent 4187a50 commit b258468

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Contributors are welcomed to work together and make it BETTER!
4848

4949
- Deep Learning Model
5050
- [Long Short Term Memory(LSTM)](https://www.bioinf.jku.at/publications/older/2604.pdf) *Sepp Hochreiter, 1997*
51-
- [Interpretation](https://arxiv.org/pdf/1805.03716.pdf) *Omer Levy, UWashington, 2018*
51+
- [Interpretation](https://arxiv.org/pdf/1805.03716.pdf) *Omer Levy, UWashington, 2018*
5252
- Recurrent Neuron Network
5353
- Seq2Seq([Tensorflow Tutorial](https://github.com/llSourcell/seq2seq_model_live/blob/master/2-seq2seq-advanced.ipynb))
5454
- [Machine Translation Tensorflow implement](https://github.com/tensorflow/nmt)
@@ -57,8 +57,8 @@ Contributors are welcomed to work together and make it BETTER!
5757
- Overview([Chinese](https://blog.csdn.net/BVL10101111/article/details/78470716))
5858
- Generative Adversial Network(GAN)
5959
- Transformer
60-
- [Training Tips](https://arxiv.org/abs/1804.00247)
61-
- [Bidirectional Encoder Representation from Transformers(BERT)](https://arxiv.org/abs/1810.04805) *Jacob Devlin, Google 2018*
60+
- [Training Tips](https://arxiv.org/abs/1804.00247)
61+
- [Bidirectional Encoder Representation from Transformers(BERT)](https://arxiv.org/abs/1810.04805) *Jacob Devlin, Google 2018*
6262

6363
## Blog and Tutorials
6464
- [Tensorflow implement on RNN and undocumented features](http://www.wildml.com/2016/08/rnns-in-tensorflow-a-practical-guide-and-undocumented-features/)
@@ -128,7 +128,7 @@ Category of areas is based on tracks in ACL 2018
128128
- Dataset
129129
- [CNN/DailyMail](https://cs.nyu.edu/~kcho/DMQA/)
130130
- [SQuAD](https://rajpurkar.github.io/SQuAD-explorer/)
131-
- Benchmark: 86.967(F1)[BERT + Synthetic Self-Training (ensemble)](https://github.com/google-research/bert) *Jan 10, 2019*
131+
- Benchmark: 86.967(F1)[BERT + Synthetic Self-Training (ensemble)](https://github.com/google-research/bert) *Jan 10, 2019*
132132

133133
### Resources and Evaluation
134134

0 commit comments

Comments
 (0)