Reworked the math result table a bit

This commit is contained in:
Philipp Horstenkamp 2023-12-10 01:48:30 +01:00
parent 45180af5fa
commit e6006cb6d5
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -241,13 +241,13 @@ Die Ergebnisse in Tabellen \ref{tab:math-performance} und \ref{tab:algo-performa
\begin{table*}[t] \begin{table*}[t]
\centering \centering
\resizebox{\linewidth}{!}{% \resizebox{\linewidth}{!}{%
\begin{tabular}{l|cccccccc} \begin{tabular}{l|cccccccc||r}
Algorithm & GSM8K & GSM-HARD & SVAMP & ASDIV & SINGLEEQ & SINGLEOP & ADDSUB & MULTIARITH & Ø \\
\hline \hline
Algorithm & GSM8K & GSM-HARD & SVAMP & ASDIV & SINGLEEQ & SINGLEOP & ADDSUB & MULTIARITH \\
\hline \hline
DIRECT & 19,7 & 5,0 & 69,9 & 74,0 & 86,8 & 93,1 & 90,9 & 44,0 \\ DIRECT & 19,7 & 5,0 & 69,9 & 74,0 & 86,8 & 93,1 & 90,9 & 44,0 & 60,42 \\
CoT & 65,6 & 23,1 & 74,8 & 76,9 & 89,1 & 91,9 & 86,0 & 95,9 \\ CoT & 65,6 & 23,1 & 74,8 & 76,9 & 89,1 & 91,9 & 86,0 & 95,9 & 75,41 \\
PAL & 72,0 & 61,2 & 79,4 & 79,6 & 96,1 & 94,6 & 92,5 & 99,2 \\ PAL & 72,0 & 61,2 & 79,4 & 79,6 & 96,1 & 94,6 & 92,5 & 99,2 & 84,32 \\
\hline \hline
\end{tabular} \end{tabular}
} }