Skip to content

Commit

Permalink
Request for Request for Research pull
Browse files Browse the repository at this point in the history
Hi OpenAI, 

We just put up a pre-print of our "solution" to the Im2Latex challenge. Can you include it on your page? We made a landing page for it here: lstm.seas.harvard.edu/latex/.

Cheers,
Sasha
  • Loading branch information
srush authored Sep 19, 2016
1 parent fd7b521 commit 9b1f8d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _requests_for_research/im2latex.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ <h3>Notes</h3>
<p>A success here would be a very cool result and could be used to build a useful online tool. </p>

<p> While this is a very non-trivial project, we've marked it with a one-star difficulty rating because we know it's solvable using current methods. It is still very challenging to really do it, as it requires getting several ML components together correctly. </p>

<h3>Solutions</h3>

<p> Results, data set, code, and a write-up are available at <a href="http://lstm.seas.harvard.edu/latex/">http://lstm.seas.harvard.edu/latex/</a>. The model is trained on the above data sets and uses an extension of the Show, Attend and Tell paper combined with a multi-row LSTM encoder. Code is written in Torch (based on the <a href="https://github.com/harvardnlp/seq2seq-attn">seq2seq-attn</a> system), and the model is optimized using SGD. Additional experiments are run using the model to generate HTML from small webpages.

0 comments on commit 9b1f8d1

Please sign in to comment.