Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-voita committed Jun 11, 2021
1 parent 730b152 commit cb0ca21
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions posts/nmt_inside_out.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
}
</style>

<header>
<meta name="robots" content="noindex, nofollow" />
</header>

<!-- the next two lines are inserted once per page even if there are several shtukovinas,
the rest is one-per-shtukovina; read more: https://flickity.metafizzy.co/options.html -->
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css" media="screen">
Expand Down Expand Up @@ -1119,10 +1123,8 @@ <h4><span style="margin-right:15px;">&#8226;</span><font face="arial">

<h2 id="mt_training">NMT Training through the Lens of Classical SMT</h2>
<p class="data_text"><font color="#888"><u>Lena</u>: This part is based on the OpenReview paper
"Language Modeling, Lexical Translation, Reordering:
The Training Process of NMT through the Lens of Classical SMT".
<!--<a href="https://openreview.net/pdf?id=D_KnLV10St" target="_blank">Language Modeling, Lexical Translation, Reordering:
The Training Process of NMT through the Lens of Classical SMT</a>.-->
<a href="https://openreview.net/pdf?id=D_KnLV10St" target="_blank">Language Modeling, Lexical Translation, Reordering:
The Training Process of NMT through the Lens of Classical SMT</a>.
</font></p>


Expand Down Expand Up @@ -1424,9 +1426,9 @@ <h3>Want to know more?</h3>
<a href="https://arxiv.org/pdf/2010.10907.pdf" target="_blank">[paper]</a> <a href="https://lena-voita.github.io/posts/source_target_contributions_to_nmt.html" target="_blank">[blog]</a>
</li>

<!--<li>Language Modeling, Lexical Translation, Reordering: The Training Process of NMT through the Lens of Classical SMT:
<li>Language Modeling, Lexical Translation, Reordering: The Training Process of NMT through the Lens of Classical SMT:
<a href="https://openreview.net/pdf?id=D_KnLV10St" target="_blank">[paper]</a>
</li>-->
</li>

</ul>

Expand Down

0 comments on commit cb0ca21

Please sign in to comment.