Scene_Foundry_Demo / RESULTS_LATEX.tex
Chunteng's picture
Initial commit (Fresh Start)
a03fc9e
\documentclass{article}
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{geometry}
\geometry{a4paper, margin=1in}
\begin{document}
\section{Evaluation Results Summary}
\begin{table}[h]
\centering
\caption{Summary Statistics}
\begin{tabular}{lr}
\toprule
\textbf{Metric} & \textbf{Value} \\
\midrule
Total Test Cases & 20 \\
Average Score & 90.8\% \\
Score Range & 70.0\% -- 100.0\% \\
Average Generation Time & 271.7s ($\sim$4.5 min) \\
Time Range & 259.0s -- 289.7s \\
\midrule
Excellent ($\geq 90\%$) & 13 (65.0\%) \\
Good ($80$--$89\%$) & 3 (15.0\%) \\
Acceptable ($70$--$79\%$) & 4 (20.0\%) \\
Poor ($< 70\%$) & 0 (0.0\%) \\
\bottomrule
\end{tabular}
\end{table}
\begin{table}[h]
\centering
\caption{Component-wise Average Scores (Before Weighting)}
\begin{tabular}{lrr}
\toprule
\textbf{Component} & \textbf{Average Score} & \textbf{Weight} \\
\midrule
Room Counts & 75.0\% & 30\% \\
Room Presence & 97.4\% & 20\% \\
Adjacency & 97.5\% & 30\% \\
Constraints & 97.7\% & 20\% \\
\bottomrule
\end{tabular}
\end{table}
\begin{longtable}{lrrrrrr}
\caption{Complete Test Results} \\
\toprule
\textbf{Test ID} & \textbf{Score} & \textbf{Gen Time (s)} & \textbf{Room Counts} & \textbf{Room Presence} & \textbf{Adjacency} & \textbf{Constraints} \\
\midrule
\endfirsthead
\multicolumn{7}{c}{\textit{(Continued from previous page)}} \\
\toprule
\textbf{Test ID} & \textbf{Score} & \textbf{Gen Time (s)} & \textbf{Room Counts} & \textbf{Room Presence} & \textbf{Adjacency} & \textbf{Constraints} \\
\midrule
\endhead
\midrule
\multicolumn{7}{r}{\textit{(Continued on next page)}} \\
\endfoot
\bottomrule
\endlastfoot
two\_bedroom\_apt\_01 & 100.0\% & 262.2 & 100.0\% & 100.0\% & 100.0\% & 100.0\% \\
open\_plan\_loft\_01 & 100.0\% & 274.7 & 100.0\% & 100.0\% & 100.0\% & 100.0\% \\
family\_home\_01 & 100.0\% & 276.7 & 100.0\% & 100.0\% & 100.0\% & 100.0\% \\
master\_suite\_home\_01 & 100.0\% & 265.3 & 100.0\% & 100.0\% & 100.0\% & 100.0\% \\
four\_bedroom\_house\_01 & 100.0\% & 270.8 & 100.0\% & 100.0\% & 100.0\% & 100.0\% \\
guest\_suite\_home\_01 & 100.0\% & 282.2 & 100.0\% & 100.0\% & 100.0\% & 100.0\% \\
dual\_master\_suite\_01 & 100.0\% & 269.5 & 100.0\% & 100.0\% & 100.0\% & 100.0\% \\
balcony\_apartment\_01 & 100.0\% & 285.2 & 100.0\% & 100.0\% & 100.0\% & 100.0\% \\
multigenerational\_home\_01 & 100.0\% & 289.7 & 100.0\% & 100.0\% & 100.0\% & 100.0\% \\
single\_floor\_accessible\_01 & 95.0\% & 262.5 & 83.3\% & 100.0\% & 100.0\% & 100.0\% \\
three\_bed\_family\_townhouse\_01 & 95.0\% & 268.3 & 83.3\% & 100.0\% & 100.0\% & 100.0\% \\
entertainment\_home\_01 & 90.8\% & 274.9 & 83.3\% & 100.0\% & 100.0\% & 79.2\% \\
basic\_studio\_01 & 90.0\% & 259.0 & 66.7\% & 100.0\% & 100.0\% & 100.0\% \\
luxury\_penthouse\_01 & 87.5\% & 270.8 & 83.3\% & 87.5\% & 100.0\% & 75.0\% \\
one\_bedroom\_apt\_01 & 85.0\% & 270.0 & 50.0\% & 100.0\% & 100.0\% & 100.0\% \\
separated\_zones\_01 & 85.0\% & 285.7 & 100.0\% & 100.0\% & 50.0\% & 100.0\% \\
home\_office\_layout\_01 & 73.5\% & 267.8 & 25.0\% & 80.0\% & 100.0\% & 100.0\% \\
work\_from\_home\_layout\_01 & 73.5\% & 263.0 & 25.0\% & 80.0\% & 100.0\% & 100.0\% \\
compact\_efficiency\_01 & 70.0\% & 269.7 & 0.0\% & 100.0\% & 100.0\% & 100.0\% \\
student\_apartment\_01 & 70.0\% & 266.0 & 0.0\% & 100.0\% & 100.0\% & 100.0\% \\
\end{longtable}
\end{document}