sciclaimeval-shared-task / data /tables /dev /val_tab_0066.tex
RiteeshGrandhi's picture
Duplicate from alabnii/sciclaimeval-shared-task
d940b91
\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
\begin{document}
\begin{table}
\centering
\begin{adjustbox}{max width=\textwidth}
\begin{tabular}{c|ccccccc}
\toprule
\textbf{Method} & \textbf{Greedy} & \textbf{Ensemble} & \textbf{Dynamic} & \textbf{CS} & \textbf{DoLa} & \textbf{CD} & \textbf{SCMoE} \\
\midrule
Latency (s / 512 tokens) & 50.32 & 59.82 & 54.85 & 81.73 & 53.30 & 72.04 & 65.47 \\
Latency Ratio & x1.00 & x1.19 & x1.09 & x1.62 & x1.06 & x1.43 & x1.30 \\
\bottomrule
\end{tabular}
\end{adjustbox}
\caption{Table 3: Averaged decoding latency for each method. CS is short for contrastive search and CD is short for contrastive decoding. We set $k$ = 3 for ensemble routing, while for dynamic routing we set threshold = 0.5. The speeds are tested on 4 A100 40G with batch size = 1.}
\end{table}
\end{document}