sciclaimeval-shared-task / data /tables /dev /val_tab_0008.tex
xanhho's picture
add dataset files
be407a0
\documentclass[varwidth=598pt]{standalone}
\usepackage{booktabs} % professional-quality tables
\usepackage{multirow} % multi-row cells in tables
\usepackage{colortbl} % color for tables (\cellcolor, \rowcolor)
\usepackage[table]{xcolor} % enhanced colors for tables
\usepackage{array} % more flexible column formats (often used)
\usepackage{tabularx} % for tables with auto-stretch columns (if used)
\usepackage{graphicx} % for images in tables or figure/table floats
\usepackage{amssymb} % math symbols
\usepackage{amsmath} % math environments
\usepackage{soul} % highlighting (used for colored text/cells)
\usepackage[normalem]{ulem} % underlining, strikethroughs
\usepackage[T1]{fontenc} % font encoding
\usepackage[utf8]{inputenc}% input encoding (legacy, fine for pdflatex)
\usepackage{microtype} % better text appearance
\usepackage{hyperref} % hyperlinks
\usepackage{textcomp} % for extra symbols
\usepackage{enumitem} % for compact lists (if used in table notes)
\usepackage{adjustbox}
\usepackage{tabu}
\usepackage{pifont} % http://ctan.org/pkg/pifont
\usepackage{bbding} % \XSolidBrush
\usepackage{makecell}
\begingroup
\makeatletter
\renewcommand{\fnum@table}{}%
\long\def\@makecaption#1#2{%
\vskip\abovecaptionskip
\centering #2\par
\vskip\belowcaptionskip
}
\makeatother
\definecolor{bbe}{rgb}{0.63, 0.79, 0.95}
\definecolor{cb}{rgb}{0.6, 0.73, 0.89}
\definecolor{ceil}{rgb}{0.57, 0.63, 0.81}
\definecolor{celadon}{rgb}{0.67, 0.88, 0.69}
\definecolor{cadmiumorange}{rgb}{0.93, 0.53, 0.18}
\definecolor{brightlavender}{rgb}{0.75, 0.58, 0.89}
\definecolor{asparagus}{rgb}{0.53, 0.66, 0.42}
\definecolor{azure}{rgb}{0.0, 0.5, 1.0}
\definecolor{bleudefrance}{rgb}{0.19, 0.55, 0.91}
\renewcommand*\backref[1]{\ifx#1\relax \else (Cited on #1) \fi}
\newcommand{\sm}{\scalebox{0.7}[1.0]{\( - \)}}
\newcommand{\fltext}[1]{&\text{#1}\hidewidth\\}
\newcommand{\blu}[1]{\textcolor{blue}{#1}}
\begin{document}
\begin{table}
\centering
\begin{adjustbox}{max width=\textwidth}
\begin{tabular}{@{}l@{}}
\toprule
\textbf{I 'm not sure what all the hype is about . i 've been here a few times and it 's just ok . nothing} \\
\textbf{special . I would n't go out of my way to come here .}\vspace{0.1cm}\\
\emph{\quad I 've been here a few times and it 's always been good . the food is good , but the service is} \\
\emph{\quad not so great .}\\
\emph{\quad I 've been here a few times and it 's always been good . i 've had the chicken and waffles and} \\
\emph{\quad the service was good .}\\
\emph{\quad Great place to go for a quick bite to eat . the food is great and the service is great . i have} \\
\emph{\quad been here a few times and have never been disappointed .}\vspace{0.1cm}\\
\textbf{Great food , great service , and great service . i 've been} \textbf{here a few times and have never been} \\
\textbf{disappointed}\\
\bottomrule
\end{tabular}}
\end{adjustbox}
\caption{Table 3 : \text{Sentence interpolation (Yelp dataset).} Representations of two sentences \emph{(top, bottom)} are obtained by feeding them through an adversarially trained VAE encoder. Three linearly interpolated representations are passed to the VAE decoder and sentences generated by greedy sampling \emph{(middle)}.}
\end{table}
\end{document}