File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -110,3 +110,8 @@ Table 0 LATEX format output:
110110\begin{tabular}{l@{\hskip 0.4in}ccc@{\hskip 0.3in}ccc}\hline \multicolumn{1}{c}{\multirow{2}{*}{Model}} & \multicolumn{2}{c}{\bf MCQA} & \multicolumn{2}{c}{\bf NSP} & \multicolumn{2}{c}{\bf PI} \\\multicolumn{1}{c}{} & Accuracy & F1 & Accuracy & F1 & Accuracy & F1 \\ \hline FastText & 0.318 & 0.317 & 0.496 & 0.496 & 0.762 & 0.806 \\ELMo & 0.318 & 0.318 & 0.691 & 0.691 & 0.807 & 0.867 \\BERT & 0.346 & 0.346 & 0.514 & 0.514 & 0.801 & 0.857 \\ \hline \end{tabular}
111111```
112112
113+
114+ ### 3. Table Visualization
115+ You can copy the output LaTeX code into [ demo.tex] ( ../tools/demo/demo.tex ) , then use [ Overleaf] ( https://www.overleaf.com/project ) or Visual Studio Code LaTeX Workshop Extension for table visualization.
116+
117+ ![ ] ( ./demo_3.png )
Original file line number Diff line number Diff line change 1+ \documentclass {article }
2+ \usepackage [table ]{xcolor }
3+ \usepackage {graphicx }
4+ \usepackage {booktabs }
5+ \usepackage {multirow }
6+ \usepackage [accsupp ]{axessibility }
7+ \usepackage {CJKutf8 }
8+ \usepackage {orcidlink }
9+
10+ \begin {document }
11+ \begin {CJK }{UTF8}{gbsn}
12+
13+ % Put your latex code here.
14+
15+ \begin {tabular }{l@{\hskip 0.4in}ccc@{\hskip 0.3in}ccc}\hline \multicolumn {1}{c}{\multirow {2}{*}{Model}} & \multicolumn {2}{c}{\bf MCQA} & \multicolumn {2}{c}{\bf NSP} & \multicolumn {2}{c}{\bf PI} \\\multicolumn {1}{c}{} & Accuracy & F1 & Accuracy & F1 & Accuracy & F1 \\ \hline FastText & 0.318 & 0.317 & 0.496 & 0.496 & 0.762 & 0.806 \\ELMo & 0.318 & 0.318 & 0.691 & 0.691 & 0.807 & 0.867 \\BERT & 0.346 & 0.346 & 0.514 & 0.514 & 0.801 & 0.857 \\ \hline \end {tabular }
16+
17+ \end {CJK }
18+ \end {document }
19+
You can’t perform that action at this time.
0 commit comments