<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nlp on Tom Roth</title><link>https://tomroth.dev/tags/nlp/</link><description>Recent content in nlp on Tom Roth</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Thu, 20 Jun 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://tomroth.dev/tags/nlp/index.xml" rel="self" type="application/rss+xml"/><item><title>Seq2Sql: paper notes</title><link>https://tomroth.dev/seq2sql/</link><pubDate>Thu, 20 Jun 2019 00:00:00 +0000</pubDate><guid>https://tomroth.dev/seq2sql/</guid><description>Seq2SQL: Generating structured queries from Natural Language using Reinforcement Learning (2017) Link to heading Paper link: https://arxiv.org/pdf/1709.00103.pdf Authors: Victor Zhong, Caiming Xiong, Richard Socher
Here&amp;rsquo;s my notes from this paper.
Seq2SQL uses the Seq2Seq model as a starting point
The output of the seq2seq model is unnecessarily wide for SQL queries. In other words, the paper is only interested in a small subset of the seq2seq output space. As a result, the output of Seq2SQL is limited to the union of words in the question, SQL commands and table headers The paper created its own datasets.</description></item></channel></rss>