1: \begin{abstract}
2: % Why should anyone read the paper?
3: In conventional supervised training, a model is trained to fit all the training examples.
4: However, having a monolithic model may not always be the best strategy, as examples could
5: vary widely.
6: %
7: In this work, we explore a different learning protocol that treats each example as a
8: unique \emph{pseudo-task}, by reducing the original learning problem to
9: a few-shot meta-learning scenario with the help of a domain-dependent \emph{relevance function}.\footnote{The source code is available at \url{https://github.com/Microsoft/PointerSQL}.}
10: % What is this paper about?
11: % What does distinguish this paper from the past work?
12: %In this work, we demonstrate reducing a regular supervised learning problem to the few-shot meta-learning scenario by effectively creating \emph{pseudo-tasks} with the help of a \emph{relevance function}.
13: % What is the “simple and strong” result?
14: When evaluated on the \mbox{WikiSQL} dataset, our
15: approach leads to faster convergence and achieves 1.1\%--5.4\% absolute accuracy gains over the non-meta-learning counterparts.
16: \end{abstract}