Datasets:
Tasks:
Text Classification
Formats:
json
Sub-tasks:
natural-language-inference
Languages:
English
Size:
< 1K
ArXiv:
License:
| \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|ccccc|ccccc@{}} | |
| \toprule | |
| & \multicolumn{5}{c|}{Rain} & \multicolumn{5}{c}{Heavy Rain} \\ \midrule | |
| & Acc & POD & CSI & FAR & Bias & Acc & POD & CSI & FAR & Bias \\ \midrule | |
| GDAPS-KIM & 0.747 & \textbf{0.633} & 0.263 & 0.690 & 2.042 & 0.985 & \textbf{0.055} & \textbf{0.045} & \textbf{0.795} & 0.266 \\ | |
| U-Net & 0.840 & 0.441 & 0.282 & 0.562 & 1.007 & 0.983 & 0.040 & 0.029 & 0.906 & 0.426 \\ | |
| ConvLSTM & \textbf{0.869} & 0.387 & 0.296 & \textbf{0.444} & 0.696 & \textbf{0.986} & 0.007 & 0.006 & 0.889 & 0.059 \\ | |
| MetNet & 0.854 & 0.468 & \textbf{0.314} & 0.512 & 0.959 & \textbf{0.986} & 0.013 & 0.012 & 0.838 & 0.079 \\ \bottomrule | |
| \end{tabular} | |
| \end{adjustbox} | |
| \caption{Table 3: Evaluation metrics of KoMet and baseline models for precipitation while 12 variables are utilized for the training. Best performances are marked in bold.} | |
| \end{table} | |
| \end{document} |