Datasets:

paper
stringlengths
10
10
relevant_tables
listlengths
1
3
tables
listlengths
3
55
fulltext
stringlengths
27.1k
359k
question
stringlengths
36
601
answer
stringlengths
1
126
plan
stringlengths
76
1.47k
2401.06769
[ [ "\\begin{table*}[h!]\n", "\\centering\n", "\\begin{tabularx}{\\textwidth}{@{}Xrrrrrrrrr@{}}\n", "\\toprule\n", "& \\multicolumn{3}{c}{M2M-100-418M} & \\multicolumn{3}{c}{SMaLL-100} & \\multicolumn{3}{c}{NLLB-200-1.3B} \\\\\n", "\\cmidrule(lr){2-4} \\cmidrule(lr){5-7} \\cmidrule(lr){8-10}\n...
[ [ "\\begin{figure}\n", " \\centering\n", " \\includegraphics[width=\\columnwidth, trim=0 0.15cm 0 0, clip]{images/figure1}\n", " \\caption{\n", " NMT models can be used for inferring the likely original translation direction of parallel text.\n", " In this example, the NMT...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Remove the "review" option to generate the final version. %\usepackage[review]{acl...
Which model has the biggest difference in translation quality when translating into English versus from English, and what is the value of that difference?
NLLB-200-1.3B. 64.71
SELECT all models LOOP for each mode SELECT all language pair containing en(English) LOOP for each language pair containing en (English) COMPUTE diff = abs(score translating into English − score translating from English) COMPUTE max diff for the model COMPUTE argmax max diff across all models RETURN...
2401.06769
[ [ "\\begin{table}\n", "\\centering\n", "\\begin{tabularx}{\\columnwidth}{@{}Xrrr@{}}\n", "\\toprule\n", "Language Pair & \\(\\rightarrow\\) & \\(\\leftarrow\\) & Avg. \\\\\n", "\\midrule\n", "HT~~en\\biarrow cs & 88.24 & 80.62 & 84.43 \\\\\n", "HT~~en\\biarrow de & 70.40 & 88.43 & ...
[ [ "\\begin{figure}\n", " \\centering\n", " \\includegraphics[width=\\columnwidth, trim=0 0.15cm 0 0, clip]{images/figure1}\n", " \\caption{\n", " NMT models can be used for inferring the likely original translation direction of parallel text.\n", " In this example, the NMT...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Remove the "review" option to generate the final version. %\usepackage[review]{acl...
Can we detect the translation direction for Czech-English better for human translation or neural machine translation?
neural translation
SELECT avg detection scores for (en-cs) for human translations from Table 1 SELECT avg detection scores for (en-cs) for neural machine translations from Table 2 IF human detection score > NMT detection score RETURN human translation ELSE RETURN neural machine translation
2410.21272
[ [ "\\begin{table}[h]\n", " \\centering\n", " \\caption{Accuracy of the analyzed models on arithmetic prompts.}\n", " \\label{tab:model-accuracies}\n", " \\begin{tabular}{l cccc c}\n", " \\toprule \n", " & \\multicolumn{4}{c}{\\textbf{Operator}} & \\\\\n", " ...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=0.96\\textwidth]{figures/opening-heuristics-updated.pdf}\n", " \\caption{\\textbf{Bag of heuristics visualization.} We show that transformer LLMs solve arithmetic prompts by combining several unrelated heuristics, each ac...
\documentclass{article} % \usepackage{arxiv_preprint,times} \usepackage{amsmath,amsfonts,bm} \newcommand{\figleft}{{\em (Left)}} \newcommand{\figcenter}{{\em (Center)}} \newcommand{\figright}{{\em (Right)}} \newcommand{\figtop}{{\em (Top)}} \newcommand{\figbottom}{{\em (Bottom)}} \newcommand{\captiona}{{\em (a)}} \...
Calculate the average accuracy for addition and division operations for each model.
Llama3-8B: 0.945, Llama3-70B: 0.85, Pythia-6.9B: 0.525, GPT-J: 0.435
SELECT all models LOOP for each model COMPUTE average_accuracy = (accuracy for + operation + accuracy for ÷ operation) / 2 RETURN average_accuracy for each model
2410.21272
[ [ "\\begin{table}[h]\n", " \\centering\n", " \\caption{Accuracy of the analyzed models on arithmetic prompts.}\n", " \\label{tab:model-accuracies}\n", " \\begin{tabular}{l cccc c}\n", " \\toprule \n", " & \\multicolumn{4}{c}{\\textbf{Operator}} & \\\\\n", " ...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=0.96\\textwidth]{figures/opening-heuristics-updated.pdf}\n", " \\caption{\\textbf{Bag of heuristics visualization.} We show that transformer LLMs solve arithmetic prompts by combining several unrelated heuristics, each ac...
\documentclass{article} % \usepackage{arxiv_preprint,times} \usepackage{amsmath,amsfonts,bm} \newcommand{\figleft}{{\em (Left)}} \newcommand{\figcenter}{{\em (Center)}} \newcommand{\figright}{{\em (Right)}} \newcommand{\figtop}{{\em (Top)}} \newcommand{\figbottom}{{\em (Bottom)}} \newcommand{\captiona}{{\em (a)}} \...
Which operation reduced the average accuracy of Llama3-70B model?
divison
SELECT Llama3-70B model COMPUTE argmin accuracy across all operations RETURN operation with lowest accuracy
2410.21272
[ [ "\\begin{table}[h]\n", " \\centering\n", " \\caption{Accuracy of the analyzed models on arithmetic prompts.}\n", " \\label{tab:model-accuracies}\n", " \\begin{tabular}{l cccc c}\n", " \\toprule \n", " & \\multicolumn{4}{c}{\\textbf{Operator}} & \\\\\n", " ...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=0.96\\textwidth]{figures/opening-heuristics-updated.pdf}\n", " \\caption{\\textbf{Bag of heuristics visualization.} We show that transformer LLMs solve arithmetic prompts by combining several unrelated heuristics, each ac...
\documentclass{article} % \usepackage{arxiv_preprint,times} \usepackage{amsmath,amsfonts,bm} \newcommand{\figleft}{{\em (Left)}} \newcommand{\figcenter}{{\em (Center)}} \newcommand{\figright}{{\em (Right)}} \newcommand{\figtop}{{\em (Top)}} \newcommand{\figbottom}{{\em (Bottom)}} \newcommand{\captiona}{{\em (a)}} \...
Which model has the highest average of the multiplication and division operations?
Llama3-8B
SELECT all models LOOP for each model COMPUTE average_accuracy = (accuracy for × operation + accuracy for ÷ operation) / 2 COMPUTE argmax average_accuracy RETURN model with highest average
2205.15544
[ [ "\\begin{table}[t]\n", " \\begin{center}\n", " \\caption{Comparison of BLEU scores for different methods on fully unsupervised translation tasks of various low-resource languages from the Indic, Uralic and Turkic language families. \n", " }\n", " \\resizebox{\\textwidth}{!}{\n", ...
[ [ "\\begin{figure}\n", " \\begin{center}\n", " \\centerline{\\includegraphics[width=0.9\\textwidth]{img/sharded_ffn.drawio.png}}\n", " \\caption{Illustration of a decoder layer with language-specific sharded FFN layers, where the FFN parameters for each language pair are separate and reside...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2022 \usepackage{microtype} \usepackage{graphicx} % \usepackage{subfigure} \usepackage{booktabs} % for professional tables \RequirePackage{xcolor} % hyperref makes hy...
What is the average Nepali translation BLEU score for each method?
7.2, 9.05, 10.0, 13.6
SELECT language pairs containing Ne (Nepali) LOOP for each method COMPUTE average_Nepali_BLEU = average BLEU score for all Nepali pairs RETURN average_Nepali_BLEU for each method
2205.15544
[ [ "\\begin{table}[t]\n", " \\begin{center}\n", " \\caption{Comparison of BLEU scores for different methods on fully unsupervised translation tasks of various low-resource languages from the Indic, Uralic and Turkic language families. \n", " }\n", " \\resizebox{\\textwidth}{!}{\n", ...
[ [ "\\begin{figure}\n", " \\begin{center}\n", " \\centerline{\\includegraphics[width=0.9\\textwidth]{img/sharded_ffn.drawio.png}}\n", " \\caption{Illustration of a decoder layer with language-specific sharded FFN layers, where the FFN parameters for each language pair are separate and reside...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2022 \usepackage{microtype} \usepackage{graphicx} % \usepackage{subfigure} \usepackage{booktabs} % for professional tables \RequirePackage{xcolor} % hyperref makes hy...
What are the languages mentioned in the table?
English, Nepali, Sinhala, Hindi, Gujarati, Finnish, Estonian, Latvian, Kazakh
SELECT all unique languages mentioned in the table RETURN list of languages
2205.15544
[ [ "\\begin{table}[t]\n", " \\begin{center}\n", " \\caption{Comparison of BLEU scores for different methods on fully unsupervised translation tasks of various low-resource languages from the Indic, Uralic and Turkic language families. \n", " }\n", " \\resizebox{\\textwidth}{!}{\n", ...
[ [ "\\begin{figure}\n", " \\begin{center}\n", " \\centerline{\\includegraphics[width=0.9\\textwidth]{img/sharded_ffn.drawio.png}}\n", " \\caption{Illustration of a decoder layer with language-specific sharded FFN layers, where the FFN parameters for each language pair are separate and reside...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2022 \usepackage{microtype} \usepackage{graphicx} % \usepackage{subfigure} \usepackage{booktabs} % for professional tables \RequirePackage{xcolor} % hyperref makes hy...
Which language family has the highest average BLEU score using our method?
Uralic
SELECT Ours method LOOP for each language family COMPUTE average BLEU score across all language pairs in the family COMPUTE argmax average BLEU RETURN language family with highest average BLEU score
1903.00089
[ [ "\\begin{table*}[!ht]\n", "\\begin{center}\n", "\\setlength\\tabcolsep{4.9pt}\n", "\\begin{tabular}{l|llllllllll|l}\n", " & Ar & Az & Be & De & He & It & Nl & Ro & Sk & Tr & Avg. \\\\ \\hline\n", "baselines & 23.34 & 16.3 & 21.93 & 30.18 & 31....
[ [ "\\begin{table}[!ht]\n", "\\begin{center}\n", "\\begin{small}\n", "\\setlength\\tabcolsep{3.8pt}\n", "\\begin{tabular}{l|llll|l}\n", " & Az-En & Be-En & Gl-En & Sk-En & Avg. \\\\ \\hline\n", "\\# of examples & 5.9k & 4.5k & 10k & 61k & 20.3k \\\\ \\hline\n", "Neubi...
% % File naacl2019.tex % %% Based on the style files for ACL 2018 and NAACL 2018, which were %% Based on the style files for ACL-2015, with some improvements %% taken from the NAACL-2016 style %% Based on the style files for ACL-2014, which were, in turn, %% based on ACL-2013, ACL-2012, ACL-2011, ACL-2010, ACL-IJCNLP...
Which translation direction has a higher BLEU score for Italian?
X→En
SELECT X to EN BLEU scores for Italian from Table 1 SELECT EN to X BLEU scores for Italian from Table 2 COMPUTE average BLEU score for X to EN COMPUTE average BLEU score for EN to X IF X to EN score > EN to X score RETURN “X to EN” ELSE RETURN “EN to X”
1911.02782
[ [ "\\begin{table*}[t!]\n", " \\centering\n", " \\scalebox{0.81}{\n", " \\begin{tabular}{p{23mm}p{25mm}p{45mm}p{23mm}p{22mm}p{25mm}}\n", " \\toprule\n", " Domain & Dataset\t &\tReference\t&\tTask & \\textsc{Sci}BERT\t& \\gorbert \\\\\n", " \\m...
[ [ "\\begin{figure}[t!]\n", " \\centering\n", " \\includegraphics[width=\\columnwidth]{gorc_links.png}\n", " \\caption{Inline citations and references to figures and tables are annotated in \\gorc's structured full text. Citations are linked to bibliography entries, which are linked to other...
% % File acl2020.tex % %% Based on the style files for ACL 2020, which were %% Based on the style files for ACL 2018, NAACL 2018/19, which were %% Based on the style files for ACL-2015, with some improvements %% taken from the NAACL-2016 style %% Based on the style files for ACL-2014, which were, in turn, %% based on ...
In which domain does S2ORC outperform SCIBERT in most of the task?
Biomed
SELECT S2ORC and SCIBERT scores LOOP for each domain LOOP for each dataset in the domain IF S2ORC score > SCIBERT score COMPUTE increment win count for S2ORC in this domain COMPUTE total tasks in domain COMPUTE S2ORC win ratio = (S2ORC win count) / (total tasks) COMPUTE argmax S2ORC ...
1911.02782
[ [ "\\begin{table*}[t!]\n", " \\centering\n", " \\scalebox{0.81}{\n", " \\begin{tabular}{p{23mm}p{25mm}p{45mm}p{23mm}p{22mm}p{25mm}}\n", " \\toprule\n", " Domain & Dataset\t &\tReference\t&\tTask & \\textsc{Sci}BERT\t& \\gorbert \\\\\n", " \\m...
[ [ "\\begin{figure}[t!]\n", " \\centering\n", " \\includegraphics[width=\\columnwidth]{gorc_links.png}\n", " \\caption{Inline citations and references to figures and tables are annotated in \\gorc's structured full text. Citations are linked to bibliography entries, which are linked to other...
% % File acl2020.tex % %% Based on the style files for ACL 2020, which were %% Based on the style files for ACL 2018, NAACL 2018/19, which were %% Based on the style files for ACL-2015, with some improvements %% taken from the NAACL-2016 style %% Based on the style files for ACL-2014, which were, in turn, %% based on ...
Which task performed the worst in S2ORC compared to SCIBERT?
CLS
SELECT S2ORC and SCIBERT scores LOOP for each dataset COMPUTE diff = S2ORC score - SCIBERT score COMPUTE argmin diff RETURN task with lowest (most negative) diff
2402.01912
[ [ "\\begin{table}[t!]\n", " \\caption{Speech Quality and Intelligibility Measures (SQUIM) (with 95\\% confidence intervals)}\n", " \\label{tab:squim}\n", " \\centering\n", " \\begin{small}\n", " \\begin{tabular}{llll}\n", " \\toprule\n", " \\textbf{Model} & \\textbf{P...
[ [ "\\begin{figure*}[t!]\n", " \\centering\n", " \\includegraphics[scale=0.26]{architecture_v3.pdf}\n", " \\caption{Overview of the model architecture}\n", " \\label{fig:architecture}\n", "\\end{figure*}\n" ], [ "\\begin{figure}[t]\n", " \\vskip -6mm\n", " \\cent...
\documentclass{Interspeech2024} % 2023-01-06 modified by Simon King (Simon.King@ed.ac.uk) % ************************************** % * DOUBLE-BLIND REVIEW SETTINGS * % ************************************** % Comment out \interspeechcameraready when submitting the % paper for review. % If your paper is accep...
Given the significance intervals, is the proposed method really better than the ground truth in terms of intelligibility?
No
SELECT Ground truth and Ours score COMPUTE interval_ground lower bound = Ground truth score - CI COMPUTE interval_ground upper bound = Ground truth score + CI COMPUTE interval_ours lower bound= Ours score - CI COMPUTE interval_ours upper bound=Ours score + CI IF interval_ours lower bound > interval_ground upper bou...
2412.00023
[ [ "\\begin{table*}[!t]\n", " \\centering\n", " \\caption{Error handling performance metrics.}\n", " \\label{tab:error_handling_performance}\n", " \\resizebox{\\textwidth}{!}{ \n", " \\begin{tabular}{lcccc}\n", " \\toprule\n", " \\multirow{2}...
[ [ "\\begin{figure}[!t]\n", " \\centering \n", " \\includegraphics[width=\\textwidth]{promoai_framework.png}\n", " \\caption{LLM-based process modeling framework.}\n", " \\label{fig:architecture}\n", " \\end{figure}\n" ], [ "\\begin{figure*}[!t]\n", "\\centerin...
%Version 3 October 2023 % See section 11 of the User Manual for version history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% %% Please do not use \input{...} to include other tex files. %% %% Submit your LaTeX manusc...
Which model has the most iterations. How many iterations? ( the average number of iterations was calulated by dividing the number of iterations by the sum of the cases in all the remaining columns)
WizardLM-2-8x22B, 67.6
SELECT all models LOOP for each model COMPUTE total instances = num cases without error + num cases with auto-adjustment + num cases with failures COMPUTE total iterations = total instances * avg num iterations COMPUTE argmax total iterations RETURN model with most iterations and the value
2412.00023
[ [ "\\begin{table*}[!t]\n", " \\centering\n", " \\caption{Error handling performance metrics.}\n", " \\label{tab:error_handling_performance}\n", " \\resizebox{\\textwidth}{!}{ \n", " \\begin{tabular}{lcccc}\n", " \\toprule\n", " \\multirow{2}...
[ [ "\\begin{figure}[!t]\n", " \\centering \n", " \\includegraphics[width=\\textwidth]{promoai_framework.png}\n", " \\caption{LLM-based process modeling framework.}\n", " \\label{fig:architecture}\n", " \\end{figure}\n" ], [ "\\begin{figure*}[!t]\n", "\\centerin...
%Version 3 October 2023 % See section 11 of the User Manual for version history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% %% Please do not use \input{...} to include other tex files. %% %% Submit your LaTeX manusc...
Which model has the highest average number of iterations while also having a failure case?
Codestral
SELECT all models LOOP for each model IF num cases with failure >= 1 COMPUTE add model to candidate COMPUTE argmax avg number of iterations from candidate RETURN model with highest average number of iterations and the value
2412.00023
[ [ "\\begin{table*}[!t]\n", " \\centering\n", " \\caption{Error handling performance metrics.}\n", " \\label{tab:error_handling_performance}\n", " \\resizebox{\\textwidth}{!}{ \n", " \\begin{tabular}{lcccc}\n", " \\toprule\n", " \\multirow{2}...
[ [ "\\begin{figure}[!t]\n", " \\centering \n", " \\includegraphics[width=\\textwidth]{promoai_framework.png}\n", " \\caption{LLM-based process modeling framework.}\n", " \\label{fig:architecture}\n", " \\end{figure}\n" ], [ "\\begin{figure*}[!t]\n", "\\centerin...
%Version 3 October 2023 % See section 11 of the User Manual for version history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% %% Please do not use \input{...} to include other tex files. %% %% Submit your LaTeX manusc...
What is the difference in average total time between the models with the highest and lowest number of cases without errors?
84.92
SELECT num cases without errors from Table 1 COMPUTE model_max = argmax(num cases without errors) COMPUTE model_min = argmin(num cases without errors) SELECT Avg. Total time from Table 2 COMPUTE difference = Avg. Total time of model_max - Avg. Total time of model_min RETURN difference
2405.00123
[ [ "\\begin{table}[t!]\n", " \\caption{Macro f-score and weighted f-score.}\n", " \\centering\n", " \\setlength{\\tabcolsep}{5pt} % Increase the space between columns\n", " \\begin{tabular}{lcccc} \n", " \\toprule\n", " & \\multicolumn{2}{c}{Semtab} & \\multicolumn{2}{c}{Webtables} \\\\\...
[ [ "\\begin{figure*}[t]\n", "\n", "\\centering\n", "\\includegraphics[width=0.8\\textwidth]{problem} \n", "\n", "\\caption{The two tables on the right both have the column containing the values ``Paris\", ``Ottawa\" and ``London\". Without considering information coming from other columns it ...
% This is samplepaper.tex, a sample chapter demonstrating the % LLNCS macro package for Springer Computer Science proceedings; % Version 2.20 of 2017/10/04 % \documentclass[runningheads]{llncs} %\documentclass[20pt]{llncs} % \usepackage{graphicx} % Used for displaying a sample figure. If possible, figure files should %...
Does the RECA model achieve a higher weighted F1-score on Semtab or Webtables?
Webtables
SELECT RECA model IF weighted F1-score on Semtab > weighted F1-score on Webtables RETURN Semtab has higher weighted F1-score ELSE IF F1-score on Webtables > F1-score on Semtab RETURN Webtables has higher weighted F1-score ELSE RETURN Scores are equal
2405.00123
[ [ "\\begin{table}\n", "\\caption{The f-score improvement of $\\textnormal{GAIT}_{\\textnormal{GAT}}$ over RECA by tables of different number of columns.}\n", "\\centering\n", "\\setlength{\\tabcolsep}{1pt} % Reduce the space between columns\n", "\\resizebox{\\textwidth}{!}{%\n", "\\normalsiz...
[ [ "\\begin{figure*}[t]\n", "\n", "\\centering\n", "\\includegraphics[width=0.8\\textwidth]{problem} \n", "\n", "\\caption{The two tables on the right both have the column containing the values ``Paris\", ``Ottawa\" and ``London\". Without considering information coming from other columns it ...
% This is samplepaper.tex, a sample chapter demonstrating the % LLNCS macro package for Springer Computer Science proceedings; % Version 2.20 of 2017/10/04 % \documentclass[runningheads]{llncs} %\documentclass[20pt]{llncs} % \usepackage{graphicx} % Used for displaying a sample figure. If possible, figure files should %...
For WebTables, on tables with how many columns does GAT-GNN show the most improvement over RECA in terms of Macro F-score?
2
SELECT Macro F-score in WebTables LOOP for each column count COMPUTE improvement = Macro F-score (GAT-GNN) - Macro F-score (RECA) COMPUTE argmax improvement RETURN column count with greatest improvement and the value
2402.03300
[ [ "\\begin{table*}[t!]\n", " \\centering\n", " \\adjustbox{max width=\\textwidth}{\n", "\\begin{tabular}{llllccccc} \n", "\\toprule\n", "\\multirow{2}{*}{Training Setting} & \\multicolumn{3}{l}{Training Tokens} & \\multicolumn{3}{c}{w/o Tool Use} & \\multicolumn{2}{c}{w/ Tool Use} \\\...
[ [ "\\begin{figure}[h]\n", "\\begin{center}\n", " \\includegraphics[width=0.68\\textwidth]{figures/Math.png}\n", " \\caption{ Top\\@1 accuracy of open-source models on the competition-level MATH benchmark \\citep{MATH} without the use of external toolkits and voting techniques.\n", " }\n",...
\documentclass[11pt, a4paper, logo, copyright, nonumbering]{deepseek} \usepackage[authoryear, sort&compress, round]{natbib} \usepackage{dblfloatfix} \usepackage{ulem} \usepackage{caption} % \usepackage{subcaption} % \usepackage{listings} % \lstset{breaklines=true} \usepackage{dramatist} \usepackage{xspace} \usepackage...
Which training setting is better according to this table for math: without tool use or with tool use?
without tool use
SELECT common datasets for with and without tool use SELECT all Math Training rows LOOP for each metric IF (score with tool use) > (score without tool use) COMPUTE increment count_with_tool_use ELSE IF (score without tool use) > (score with tool use) COMPUTE increment count_without_tool_use ...
2404.00484
[ [ "\\begin{table}[t]\n", "\\centering\n", "\\resizebox{\\columnwidth}{!}{\n", "\\begin{tabular}{lcccc}\n", "\\toprule\n", "\\textbf{Model} & \\textbf{F1} & \\textbf{Faith.} & \\textbf{Con.} & \\textbf{Avg.} \\\\\n", "\\midrule\n", "Mistral-7B-Instruct & 0.6525 & 0.1343 & 0.415...
[ [ "\\begin{table*}[ht!]\n", "\\small\n", "\\centering\n", "\\begin{tabular}{lccccccccc}\n", "\\toprule\n", "\\multicolumn{1}{c}{\\multirow{2}{*}{\\textbf{Split}}} &\n", " \\multicolumn{1}{c}{\\multirow{2}{*}{\\textbf{Total}}} &\n", " \\multicolumn{2}{c}{\\textbf{Sample Type}} &\n",...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
How much lower is the F1-score of the second-best model compared to GPT-4?
0.1066
SELECT F1-scores for all models COMPUTE sort models by F1-score in descending order COMPUTE difference = F1-score of GPT-4 − F1-score of second-best model RETURN difference
2412.06769
[ [ "\\begin{table*}\n", " \\centering\n", " \\label{tab:main}\n", " \\vspace{-20pt}\n", " \\begin{tabular}{@{}rcccccc}\n", " \n", " \\toprule\n", " \\multirow{2}{*}[-2pt]{Method} & \\multicolumn{2}{c}{GSM8k} & \\multicolumn{2}{c}{ProntoQA} & \\multicolumn{2}{c}{\\...
[ [ "\\begin{figure}\n", " \\centering\n", " \\includegraphics[width=\\linewidth]{figures/figure_1_meta_3.png}\n", " \\caption{A comparison of Chain of Continuous Thought (\\ours) with Chain-of-Thought (CoT). In CoT, the model generates the reasoning process as a word token sequence (e.g., $[...
\documentclass[]{fairmeta} % Option "twocolumn" available, but please prioritize single-column \usepackage{wrapfig} \usepackage{hyperref} \usepackage{url} \usepackage{algcompatible} \usepackage{algorithm} \usepackage{algpseudocode} \usepackage{graphicx} \usepackage[T1]{fontenc} \usepackage{booktabs} \usepackage{multir...
On which benchmarks does the proposed method outperform baseline chain-of-thought reasoning?
ProntoQA and ProsQA
SELECT benchmarks LOOP for each benchmark IF Coconut (Ours) Accuracy > CoT Accuracy COMPUTE add benchmark to results RETURN results
2502.00359
[ [ "\\begin{table}[ht]\n", "\\caption{\\textbf{FID Comparisons with Vanilla DiTs and SiTs.} Generate on ImageNet $256\\times256$ without classifier-free guidance.}\n", "\\centering\n", "\\small % \\scriptsize % \\scriptsize %\\footnotesize % \\tiny\n", "\\resizebox{8cm}{!}{\n", "\\begin{tabul...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=0.90\\linewidth]{figs/cluster.jpg}\n", " \\vspace{-0.6cm}\n", " \\caption{\\textbf{Representation-Aligned Latent Space (ReaLS) preserves more image semantics.} a) t-SNE visualization of our latent space reveals a c...
%%%%%%%% ICML 2025 EXAMPLE LATEX SUBMISSION FILE %%%%%%%%%%%%%%%%% \documentclass{article} \usepackage{amsmath} \usepackage{amssymb} \usepackage{mathtools} \usepackage{amsthm} %%%%% NEW MATH DEFINITIONS %%%%% \usepackage{amsmath,amsfonts,bm} % Mark sections of captions for referring to divisions of figures \newcomm...
For the SiT-B/2 model, do more steps help across all metrics?
Yes
SELECT models matching (SiT-B/2, Ours) LOOP for each model as m1 LOOP for each model as m2 IF m1 != m2 AND steps(m1) < steps(m2) IF average_score(m1) > average_score(m2) RETURN no RETURN yes
2401.14280
[ [ "\\begin{table}[t]\n", "\\centering\n", "\\small\n", "\\resizebox{\\linewidth}{!}{\n", "\\begin{tabular}{lcccccc}\n", "\\toprule\n", "\\multirow{2}{*}{} & \\multirow{2}{*}{\\textbf{Script}} & \\multicolumn{2}{c}{\\textbf{BaseLLM}} & \\multicolumn{2}{c}{\\textbf{CPT}} & \\t...
[ [ "\\begin{figure*}[t]\n", " \\centering\n", " \\includegraphics[scale=0.3]{mainmatter/images/radarplot.pdf}\n", " \\caption{Performance of the BaseLLM (Llama 2 Base), our continually pretrained model (CPT), and our instruction finetuned model (IFT), in both native (N) and romanized (R) scr...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
For 1-shot training, which script performs best across all testset?
Romanized script
SELECT Base line LLM 1 shot , CPT 1 shot SELECT Native script values COMPUTE average across all test sets as avg 1 SELECT Romanised script values COMPUTE average across all test sets as avg 2 RETURN script with greater average.
2401.14280
[ [ "\\begin{table}[t]\n", "\\centering\n", "\\small\n", "\\resizebox{\\linewidth}{!}{\n", "\\begin{tabular}{lcccccc}\n", "\\toprule\n", "\\multirow{2}{*}{} & \\multirow{2}{*}{\\textbf{Script}} & \\multicolumn{2}{c}{\\textbf{BaseLLM}} & \\multicolumn{2}{c}{\\textbf{CPT}} & \\t...
[ [ "\\begin{figure*}[t]\n", " \\centering\n", " \\includegraphics[scale=0.3]{mainmatter/images/radarplot.pdf}\n", " \\caption{Performance of the BaseLLM (Llama 2 Base), our continually pretrained model (CPT), and our instruction finetuned model (IFT), in both native (N) and romanized (R) scr...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
Does the BaseLLM model outperform the CPT model for 3-shot training in native script?
No
SELECT native script SELECT Base LLM 3 shot COMPUTE average as avg1 SELECT CPT 3 shot COMPUTE average as avg2 RETURN IF avg1 > avg 2
2310.08130
[ [ "\\begin{table*}[t!]\n", "\\fontsize{9}{10} \\selectfont\n", "\\centering\n", "\\bgroup\n", "\\def\\arraystretch{1.2}\n", "\\begin{tabular}{cccccccccccccc}\n", "\\toprule[0.8pt]\n", "\\multirow{3}{*}{Model} & \\multirow{3}{*}{Strategy} & \\multicolumn{6}{c}{DailyDialog} & & \\mult...
[ [ "\\begin{table*}[t!]\n", "\\fontsize{9}{10} \\selectfont\n", "\\centering\n", "\\bgroup\n", "\\def\\arraystretch{1.2}\n", "\\begin{tabular}{cccccccccccccc}\n", "\\toprule[0.8pt]\n", "\\multirow{3}{*}{Model} & \\multirow{3}{*}{Strategy} & \\multicolumn{6}{c}{DailyDialog} & & \\mult...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Remove the "review" option to generate the final version. \usepackage[]{EMNLP2023}...
For the LCCC dataset, which model has the highest average BERTscore?
SimDRC
SELECT LCCC dataset SELECT BS score COMPUTE average across all models and strategies RETURN model with highest average
2310.08130
[ [ "\\begin{table*}[t!]\n", "\\fontsize{9}{10} \\selectfont\n", "\\centering\n", "\\bgroup\n", "\\def\\arraystretch{1.2}\n", "\\begin{tabular}{cccccccccccccc}\n", "\\toprule[0.8pt]\n", "\\multirow{3}{*}{Model} & \\multirow{3}{*}{Strategy} & \\multicolumn{6}{c}{DailyDialog} & & \\mult...
[ [ "\\begin{table*}[t!]\n", "\\fontsize{9}{10} \\selectfont\n", "\\centering\n", "\\bgroup\n", "\\def\\arraystretch{1.2}\n", "\\begin{tabular}{cccccccccccccc}\n", "\\toprule[0.8pt]\n", "\\multirow{3}{*}{Model} & \\multirow{3}{*}{Strategy} & \\multicolumn{6}{c}{DailyDialog} & & \\mult...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Remove the "review" option to generate the final version. \usepackage[]{EMNLP2023}...
Is contrastive decoding better on average across all models and evaluation sets than greedy decoding when measured with the G-Eval metric?
Yes
SELECT Contrastive Strategy for all models COMPUTE average across all evaluation sets as avg 1 SELECT Greedy Strategy for all models COMPUTE average across all evaluation sets as avg2 RETURN IF avg1 > avg 2
2310.08130
[ [ "\\begin{table*}[t!]\n", "\\fontsize{9}{10} \\selectfont\n", "\\centering\n", "\\bgroup\n", "\\def\\arraystretch{1.2}\n", "\\begin{tabular}{cccccccccccccc}\n", "\\toprule[0.8pt]\n", "\\multirow{3}{*}{Model} & \\multirow{3}{*}{Strategy} & \\multicolumn{6}{c}{DailyDialog} & & \\mult...
[ [ "\\begin{table*}[t!]\n", "\\fontsize{9}{10} \\selectfont\n", "\\centering\n", "\\bgroup\n", "\\def\\arraystretch{1.2}\n", "\\begin{tabular}{cccccccccccccc}\n", "\\toprule[0.8pt]\n", "\\multirow{3}{*}{Model} & \\multirow{3}{*}{Strategy} & \\multicolumn{6}{c}{DailyDialog} & & \\mult...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Remove the "review" option to generate the final version. \usepackage[]{EMNLP2023}...
Sort the strategies based on ascending order of the BERTScore for the BART model using DailyDialogue dataset.
IPS, Beam, top-k, nucleus, greedy, constractive
SELECT daily dialogue dataset SELECT BART model COMPUTE sort strategies by BS score in ascending order RETURN sorted list of strategies
2310.00905
[ [ "\\begin{table}[h]\n", "\\centering\n", "\\small\n", "\\caption{Large Scale Human Evaluation of ChatGPT's Response}\n", "\\label{tab:chatgpt_large_human_eval}\n", "\\resizebox{0.49\\textwidth}{!}{\n", "\\begin{tabular}{l rrrr}\n", "\\toprule\n", "\\textbf{Lang} & \\bf Auto Un...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=0.48\\textwidth]{Figures/cover.pdf}\n", " \\caption{Chat with ChatGPT in non-English languages can lead to unsafe behaviors.}\n", " \\label{cover}\n", "\\end{figure}\n" ], [ "\\begin{figure}\n", " ...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
Which model's response is most safe?
ChatGPT
SELECT Human Unsafe from Ave. and Auto unsafe Ave. from table 1 COMPUTE average SELECT Human Unsafe from Ave. and Auto unsafe Ave. from table 2 COMPUTE average RETURN model with higher average
2310.00905
[ [ "\\begin{table}[h]\n", "\\centering\n", "\\small\n", "\\caption{Large Scale Human Evaluation of ChatGPT's Response}\n", "\\label{tab:chatgpt_large_human_eval}\n", "\\resizebox{0.49\\textwidth}{!}{\n", "\\begin{tabular}{l rrrr}\n", "\\toprule\n", "\\textbf{Lang} & \\bf Auto Un...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=0.48\\textwidth]{Figures/cover.pdf}\n", " \\caption{Chat with ChatGPT in non-English languages can lead to unsafe behaviors.}\n", " \\label{cover}\n", "\\end{figure}\n" ], [ "\\begin{figure}\n", " ...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
Which languages have a higher correctness rate for LLaMA compared to ChatGPT?
fr, de, ru
SELECT Correct % from table 1 and 2 LOOP for each language COMPUTE compare LLAma score to Chat GPT score RETURN languages where LLama > Chatgpt
2402.14710
[ [ "\\begin{table*}[t]\n", " \\centering\n", " \\setlength{\\tabcolsep}{2.5pt}\n", " \\begin{tabular}{l|c|cc|c|ccc|c} \n", " \\toprule\n", " \\multirow{2}*{Method} & \\multicolumn{1}{c|}{NER} & \\multicolumn{3}{c|}{RE} & \\multicolumn{4}{c}{EE} \\\\\n", " \\clin...
[ [ "\\begin{figure*}[!t]\n", "\\begin{center}\n", "\\resizebox{0.99\\textwidth}{!}{\n", "\\includegraphics{figs/dataconstruct.pdf}\n", "}\n", "\\caption{An overview of the construction of {\\ours}, including Data Collection and Cleaning, as well as Schema-Based Instruction Generation (Hard Ne...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
Which model performs best on the FewRel and the Wiki-ZSL dataset?
Baichuan2-IEPILE, OneKE
SELECT FewRel dataset COMPUTE model-fewrel = model with highest score SELECT Wiki-ZSL dataset COMPUTE model-wiki-zsl = model with highest score RETURN model-fewrel, model-wiki-zsl
2402.14710
[ [ "\\begin{table*}[t]\n", " \\centering\n", " \\setlength{\\tabcolsep}{2.5pt}\n", " \\begin{tabular}{l|c|cc|c|ccc|c} \n", " \\toprule\n", " \\multirow{2}*{Method} & \\multicolumn{1}{c|}{NER} & \\multicolumn{3}{c|}{RE} & \\multicolumn{4}{c}{EE} \\\\\n", " \\clin...
[ [ "\\begin{figure*}[!t]\n", "\\begin{center}\n", "\\resizebox{0.99\\textwidth}{!}{\n", "\\includegraphics{figs/dataconstruct.pdf}\n", "}\n", "\\caption{An overview of the construction of {\\ours}, including Data Collection and Cleaning, as well as Schema-Based Instruction Generation (Hard Ne...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
In how many datasets does GPT-4 score better than the InstructUIE model?
2
SELECT all datasets LOOP for each dataset SELECT GPT-4 score and InstructUIE score IF GPT-4 score > InstructUIE score COMPUTE increase count RETURN count
2402.14652
[ [ "\\begin{table*}[h!]\n", " \\begin{center}\n", " \\small\n", " \\begin{tabular}[b]{lcccccccccc}\n", " \\toprule\n", " & \\multicolumn{2}{c}{\\textbf{English}} & \\multicolumn{2}{c}{\\textbf{German}} & \\multicolumn{2}{c}{\\textbf{Spanish}} & \\multicolumn{2}{c}{...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=0.48\\textwidth]{image/nsx.pdf}\n", " \\caption{The Pipeline of Primary Content Extraction Using \\texttt{NeuScraper} (Neural Web Scraper).}\n", " \\label{fig:model}\n", "\\end{figure}Rule-based web scrapers start from...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Remove the "review" option to generate the final version. \usepackage[]{acl} \usep...
In which languages does html2text not perform the worst based on accuracy?
Japanese
SELECT all languages LOOP for each language SELECT accuracy for html2text and all other methods COMPUTE argmin accuracy among methods IF method with argmin accuracy is not equal to html2text COMPUTE add language to result_list RETURN result_list
2308.15363
[ [ "\\begin{table*}[th]\n", " \\small\n", "\t\\centering\n", "\t\\begin{tabular}{llcccccccccc}\n", "\t\t\\toprule\n", "\t\t\\multirow{2}{*}{Few-shot}\t& \\multirow{2}{*}{Selection}\t& \\multirow{2}{*}{\\makecell{Question \\\\Similarity}} & \\multirow{2}{*}{\\makecell{Query \\\\Simil...
[ [ "\\begin{table}[t]\n", "\\small\n", "\t\\begin{tabular}{cccccccc}\n", "\t\t\\toprule\n", "\t\t\\makecell{Question \\\\Representation}\t& INS & RI & FK &\tRef.\t& LLMs &\t\\makecell{EX \\\\(\\%)}\t\\\\\n", "\t\t\\hline\n", "\t\t\\abbsprompt\t& \\ding{55} & \\ding{55} & \\ding{55} &\...
\documentclass[sigconf, nonacm]{acmart} \usepackage{subfigure} \usepackage{xcolor} \usepackage{xspace} \usepackage{booktabs} \usepackage{url} % \usepackage[sort]{natbib} \usepackage{multirow} \usepackage{listings} \usepackage{makecell} \usepackage{tabularx} \usepackage{utfsym} \usepackage[linesnumbered, boxed]{algorit...
What is the average absolute increase in EM score of the 5-shot method over the 1-shot method across all selection methods for GPT-3.5-TURBO?
6.1
SELECT EM scores for GPT-3.5-TURBO with 1-shot and 5-shot for all selection methods LOOP for each selection method COMPUTE abs_increase = abs(5-shot EM score - 1-shot EM score) COMPUTE add abs_increase to total COMPUTE number of selection methods COMPUTE average_abs_increase = total / number of selection meth...
2412.11732
[ [ "\\begin{table*}[t]\n", " \\centering\n", " \\scalebox{0.94}{\n", " \\begin{tabular}{cc rrrrr}\n", " \\toprule\n", " \\multirow{2}{*}{\\bf Type} & \\multirow{2}{*}{\\bf System} & \\multicolumn{4}{c}{\\color{blue} Sent-Level} & \\multicolumn{1}{c}{\\color{red} Doc-Level} ...
[ [ "\\begin{figure*}\n", "\\begin{minipage}[b]{0.5\\linewidth}\n", " \\begin{tabular}{l rrrrr}\n", " \\toprule\n", " \\textbf{\\color{blue}Zh-En} & \\textbf{\\#Book} & \\textbf{\\#Chap.} & \\textbf{\\#Sent.} & \\bf \\#Word & \\textbf{|D|} \\\\\n", " \\midrule\n", " Train & ...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Remove the "review" option to generate the final version. \usepackage[]{EMNLP2023}...
How many primary submissions beat the best contrastive system based on the COMET score?
1
SELECT COMET scores for all primary submissions COMPUTE max COMET score from all contrastive systems LOOP for each primary submission IF COMET score > best contrastive system COMET score COMPUTE increase count RETURN count
2410.03115
[ [ "\\begin{table}[t]\n", "\\caption{\n", "The overall results of Flores test data across each language group in \\texttt{en}$\\rightarrow$\\texttt{xx}. Scores are reported using COMET-22. X-ALMA outperforms both massively multilingual models, such as Aya-101, and models focus specifically on high-resour...
[ [ "\\begin{figure}[ht]\n", " \\centering\n", " \\resizebox{0.8\\linewidth}{!}{\n", " \\includegraphics[width=7.5cm]{figures/all_models.pdf}}\n", " \\caption{\n", " Relationship between the number of supported languages and their average translation performance. While many stat...
\documentclass{article} % For LaTeX2e \usepackage{iclr2025_conference,times} % Optional math commands from https://github.com/goodfeli/dlbook_notation. %%%%% NEW MATH DEFINITIONS %%%%% \usepackage{amsmath,amsfonts,bm} % Mark sections of captions for referring to divisions of figures \newcommand{\figleft}{{\em (Left...
Comparing X-ALMA and Aya-101, does it perform better on average out of English or into English translation?
out of English
SELECT translation scores for X-ALMA and Aya-101 for out of English direction from Table 1 SELECT translation scores for X-ALMA and Aya-101 for into English direction from Table 2 COMPUTE average score for out of English COMPUTE average score for into English IF average score (out of English) > average score (into ...
2410.03115
[ [ "\\begin{table}[t]\n", "\\caption{\n", "Average performance comparison of various preference optimization methods for \\texttt{en}$\\rightarrow$\\texttt{xx} and \\texttt{xx}$\\rightarrow$\\texttt{en} on Group 6.\n", "}\n", "\\vskip 0.05in\n", "\\label{tab:po_compare}\n", "\\centering\n...
[ [ "\\begin{figure}[ht]\n", " \\centering\n", " \\resizebox{0.8\\linewidth}{!}{\n", " \\includegraphics[width=7.5cm]{figures/all_models.pdf}}\n", " \\caption{\n", " Relationship between the number of supported languages and their average translation performance. While many stat...
\documentclass{article} % For LaTeX2e \usepackage{iclr2025_conference,times} % Optional math commands from https://github.com/goodfeli/dlbook_notation. %%%%% NEW MATH DEFINITIONS %%%%% \usepackage{amsmath,amsfonts,bm} % Mark sections of captions for referring to divisions of figures \newcommand{\figleft}{{\em (Left...
Which preference optimization methods lead to improvements in both direction using the COMET-22 score?
ARPO
SELECT COMET-22 scores in both directions LOOP for each preference optimization method IF COMET-22 score (direction en->xx) > baseline (direction en->xx) and COMET-22 score (direction xx->en) >baseline (direction xx->en) COMPUTE add method to improvement_list RETURN improvement_list
2407.19884
[ [ "\\begin{table*}\n", "\\centering\n", "\\begin{tabular}{c}\n", "\\bf{\\Large{English-Czech}}\n", "\\vspace{1em}\n", "\\end{tabular}\n", "\\begin{tabular}{R{40mm}C{22mm}C{19mm}C{22mm}C{32mm}}\n", "\\bf System Name & \\bf AutoRank $\\downarrow$ & \\bf MetricX $\\downarrow$ & \\bf Com...
[ [ "\\begin{table*}\n", "\\centering\n", "\\begin{tabular}{c}\n", "\\bf{\\Large{Czech-Ukrainian}}\n", "\\vspace{1em}\n", "\\end{tabular}\n", "\\begin{tabular}{R{40mm}C{22mm}C{19mm}C{22mm}C{32mm}}\n", "\\bf System Name & \\bf AutoRank $\\downarrow$ & \\bf MetricX $\\downarrow$ & \\bf C...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
Which constraint system is the best according to CometKiwi? Constraint system is not marked with any color background in the results table.
CUNI-GA
SELECT CometKiwi scores for all rows without any mark color (constraint systems) in the table COMPUTE argmax CometKiwi score RETURN constraint system with highest score
2407.19884
[ [ "\\begin{table*}\n", "\\centering\n", "\\begin{tabular}{c}\n", "\\bf{\\Large{English-Czech}}\n", "\\vspace{1em}\n", "\\end{tabular}\n", "\\begin{tabular}{R{40mm}C{22mm}C{19mm}C{22mm}C{32mm}}\n", "\\bf System Name & \\bf AutoRank $\\downarrow$ & \\bf MetricX $\\downarrow$ & \\bf Com...
[ [ "\\begin{table*}\n", "\\centering\n", "\\begin{tabular}{c}\n", "\\bf{\\Large{Czech-Ukrainian}}\n", "\\vspace{1em}\n", "\\end{tabular}\n", "\\begin{tabular}{R{40mm}C{22mm}C{19mm}C{22mm}C{32mm}}\n", "\\bf System Name & \\bf AutoRank $\\downarrow$ & \\bf MetricX $\\downarrow$ & \\bf C...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
Which constraint system is the best according to MetricX? Constraint system is not marked with any color background in the results table.
CUNI-MH
SELECT MetricX scores for all constraint systems without any mark color in the table COMPUTE argmin MetricX score RETURN constraint system with lowest score
2407.19884
[ [ "\\begin{table*}\n", "\\centering\n", "\\begin{tabular}{c}\n", "\\bf{\\Large{English-Chinese}}\n", "\\vspace{1em}\n", "\\end{tabular}\n", "\\begin{tabular}{R{40mm}C{22mm}C{19mm}C{22mm}C{32mm}}\n", "\\bf System Name & \\bf AutoRank $\\downarrow$ & \\bf MetricX $\\downarrow$ & \\bf C...
[ [ "\\begin{table*}\n", "\\centering\n", "\\begin{tabular}{c}\n", "\\bf{\\Large{Czech-Ukrainian}}\n", "\\vspace{1em}\n", "\\end{tabular}\n", "\\begin{tabular}{R{40mm}C{22mm}C{19mm}C{22mm}C{32mm}}\n", "\\bf System Name & \\bf AutoRank $\\downarrow$ & \\bf MetricX $\\downarrow$ & \\bf C...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
Which constraint systems have better CometKiwi scores when translating from Japanese than when translating from English? Constraint systems are not marked with any color background in the results table.
CycleL
SELECT CometKiwi for from English marked with light gray background (open systems) from table 1 SELECT CometKiwi for from Japanese marked with light gray background (open systems) from table 2 LOOP for each open system IF CometKiwi score from Japanese > CometKiwi score from English COMPUTE add system to r...
2406.13748
[ [ "\\begin{table}[ht!] % Use h to keep the table here\n", " \\centering\n", " \\footnotesize % Use a smaller font size\n", " \\renewcommand{\\arraystretch}{1.2} % Adjust row height to prevent overlapping\n", " \\setlength{\\tabcolsep}{6pt} % Adjust column spacing\n", "\n", " ...
[ [ "\\begin{figure*}[hbt!]\n", " \\centering\n", " \\includegraphics[width=1\\linewidth]{pics/unlearn/teaser.pdf}\n", " \\caption{With \\emph{non-English} harmful data introduced during training, harmful information spread across languages. In this paper, our finds reveal that unlearning focused o...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
What is the average performance for European languages when unlearning in combined languages?
81.75
SELECT scores for English, German, Russian and French in combined language setting COMPUTE average_performance = average of all selected scores RETURN average_performance
2402.16832
[ [ "\\begin{table*}[!t]\n", " \\centering\n", " \\resizebox{1.0\\linewidth}{!}{%\n", " \\begin{tabular}{l cc cc cc cc cc cc cc}\n", " \\toprule\n", " {\\sc \\textbf{Models/Variants}} & \\multicolumn{2}{c}{\\sc Agriculture} & \\multicolumn{2}{c}{\\sc Textures} & \\multicolumn{2}...
[ [ "\\begin{figure}[t!]\n", " \\centering\n", " \\includegraphics[width=1.02\\linewidth]{OverviewFigure.pdf}\n", " \\caption{{\\textbf{Overview of our study.} While the MLLM's domain-specific visual capability can be improved using fine-tuning strategies, the domain-specific richness of the ...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Remove the "review" option to generate the final version. \usepackage[]{ACL2023} ...
In which domain does LLaVa zero-shot achieve the highest accuracy?
Humanitarian
SELECT accuracies for LLaVA zero-shot across all domains COMPUTE target_domain = domain with maximum accuracy RETURN target_domain
2502.05171
[ [ "\\begin{table*}[tb]\n", "\\small\n", "\\centering\n", "\\caption{Results on lm-eval-harness tasks zero-shot across various open-source models. We show ARC \\citep{allenai:arc}, HellaSwag \\citep{zellers2019hellaswag}, MMLU \\citep{hendryckstest2021}, OpenBookQA \\citep{OpenBookQA2018}, PiQA \\cit...
[ [ "\\begin{figure}\n", " \\centering\n", " \\includegraphics[width=0.5\\textwidth]{figures/multi_benchmark_no_baselines.pdf}\n", " \\caption{We train a 3.5B parameter language model with depth recurrence. At test time, the model can iterate longer to use more compute and improve its perform...
\documentclass{article} \PassOptionsToPackage{dvipsnames}{xcolor} \usepackage[accepted]{shmicml2025} % \usepackage[]{icml2025} \usepackage[activate={true,nocompatibility},final,tracking=true,kerning=true,spacing=true,factor=1100,stretch=10,shrink=10]{microtype} % activate={true,nocompatibility} - activate protrusion ...
On which test sets does the best of the proposed models beat the most baseline models?
ARC-E, MMLU and SciQ
SELECT baseline model scores for each test set SELECT best score among “Ours” for each test set LOOP for each test set COMPUTE number of baseline models where best_ours_score > baseline_score COMPUTE maximum value among all computed numbers SELECT test sets whose computed number equals the maximum value RETURN test...
2502.05171
[ [ "\\begin{table*}[tb]\n", "\\small\n", "\\centering\n", "\\caption{Results on lm-eval-harness tasks zero-shot across various open-source models. We show ARC \\citep{allenai:arc}, HellaSwag \\citep{zellers2019hellaswag}, MMLU \\citep{hendryckstest2021}, OpenBookQA \\citep{OpenBookQA2018}, PiQA \\cit...
[ [ "\\begin{figure}\n", " \\centering\n", " \\includegraphics[width=0.5\\textwidth]{figures/multi_benchmark_no_baselines.pdf}\n", " \\caption{We train a 3.5B parameter language model with depth recurrence. At test time, the model can iterate longer to use more compute and improve its perform...
\documentclass{article} \PassOptionsToPackage{dvipsnames}{xcolor} \usepackage[accepted]{shmicml2025} % \usepackage[]{icml2025} \usepackage[activate={true,nocompatibility},final,tracking=true,kerning=true,spacing=true,factor=1100,stretch=10,shrink=10]{microtype} % activate={true,nocompatibility} - activate protrusion ...
On which test sets are bigger models (either model size or longer token windows) always at least as good as smaller models of the same kind?
HelloSwag, PiQA
SELECT all test sets SELECT all model families SELECT all token-window groups LOOP for each test set COMPUTE violation_exists = false LOOP for each model family SELECT models in this family ordered from smallest to largest LOOP for each adjacent model pair IF larger_model_score < sma...
2411.19504
[ [ "\\begin{table*}[htbp]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{%\n", "\\begin{tabular}{ l|ccccccc|c|ccccccc|c }\n", " \\hline\n", " & \\multicolumn{8}{c}{\\textbf{8K}} & \\multicolumn{8}{|c}{\\textbf{16K}} \\\\\n", " \\hline\n", " \\textbf{Model} & \\textbf{EL} & \\textb...
[ [ "\\begin{table}[htbp]\n", "\\centering\n", "\\resizebox{\\columnwidth}{!}{\n", "\\begin{tabular}{l c c c c c} \n", "\\hline\n", "\\textbf{Database Name} & \\textbf{Source} & \\textbf{Table Count} & \\textbf{Average Columns} &\\textbf{ Average Rows} & \\textbf{Total Cells}\\\\\n", "\\hl...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2024 % ready for submission %\usepackage{neurips_2024} % to compile a preprint version, e.g., for submission to arXiv, add add the % [preprint] option: \usepa...
Which model has the best average performance, not counting the TS and CS operations in a 32K token window?
GPT-4o
SELECT all models with the 32K token window SELECT all operations except TS and CS LOOP for each selected model SELECT scores of this model on all selected operations COMPUTE average score of this model across selected operations COMPUTE model with maximum average score across selected operations RETURN that mo...
2412.15115
[ [ "\\begin{table}[tbp]\n", "\\centering\n", "\\caption{\\textbf{Performance of the 70B+ base models and Qwen2.5-Plus.}}\n", "\\label{tab:base-70B}\n", "\\small %\n", "\\setlength{\\tabcolsep}{3pt} %\n", "\\renewcommand{\\arraystretch}{0.9} \n", "\n", "\\begin{tabular}{@{}lcccccc@...
[ [ "\\begin{figure}[hbp]\n", " \\centering\n", " \\includegraphics[width=0.92\\textwidth]{figures/main.pdf}\n", " \\caption{In the iterative development of the Qwen series, data scaling has played a crucial role. Qwen~2.5, which leverages 18 trillion tokens for pre-training, has demonstrated...
\documentclass{article} % \usepackage{colm2024_conference} \usepackage{booktabs} \usepackage{graphicx} \usepackage{enumitem} \usepackage{wrapfig} \usepackage{algorithm} \usepackage{algpseudocode} \usepackage{microtype} \usepackage{amsmath} \usepackage{colortbl} \usepackage[utf8]{inputenc} \definecolor{lightgray}{rgb}...
In which category of tasks does Qwen2.5-Plus outperform the newer Qwen 72B model on average?
General Tasks, Mathematics & Science and Multilingual
SELECT all task categories SELECT scores for Qwen2.5-Plus SELECT scores for Qwen-72B LOOP for each task category COMPUTE average score of Qwen2.5-Plus in the category COMPUTE average score of Qwen-72B in the category IF average score of Qwen2.5-Plus > average score of Qwen-72B COMPUTE add category t...
2412.15115
[ [ "\\begin{table}[t]\n", "\n", "\\centering\n", "\n", "\\caption{\\textbf{Performance of the 7B-14B Instruct models on Multilingual Tasks.}}\n", "\n", "\\label{tab:eval_multilingual_14B}\n", "\\small\n", "\\setlength{\\tabcolsep}{2.6pt}\n", "\n", "\\begin{tabular}{@{}lccc...
[ [ "\\begin{figure}[hbp]\n", " \\centering\n", " \\includegraphics[width=0.92\\textwidth]{figures/main.pdf}\n", " \\caption{In the iterative development of the Qwen series, data scaling has played a crucial role. Qwen~2.5, which leverages 18 trillion tokens for pre-training, has demonstrated...
\documentclass{article} % \usepackage{colm2024_conference} \usepackage{booktabs} \usepackage{graphicx} \usepackage{enumitem} \usepackage{wrapfig} \usepackage{algorithm} \usepackage{algpseudocode} \usepackage{microtype} \usepackage{amsmath} \usepackage{colortbl} \usepackage[utf8]{inputenc} \definecolor{lightgray}{rgb}...
Which language is the hardest for the models?
Korean
SELECT all languages SELECT all model scores for each language LOOP for each language COMPUTE average score across all models for this language COMPUTE minimum average score across all languages SELECT language whose average score equals the minimum average score as answer RETURN answer
2412.15115
[ [ "\\begin{table}[tbp]\n", "\\centering\n", "\\caption{\\textbf{Performance of the 7B+ base models.}}\n", "\\label{tab:base-7B}\n", "\\small\n", "\\begin{tabular}{@{}lccccc@{}}\n", "\\toprule\n", "\\textbf{Datasets} & \\textbf{Mistral-7B} & \\textbf{Llama3-8B} & \\textbf{Gemma2-9B} &...
[ [ "\\begin{figure}[hbp]\n", " \\centering\n", " \\includegraphics[width=0.92\\textwidth]{figures/main.pdf}\n", " \\caption{In the iterative development of the Qwen series, data scaling has played a crucial role. Qwen~2.5, which leverages 18 trillion tokens for pre-training, has demonstrated...
\documentclass{article} % \usepackage{colm2024_conference} \usepackage{booktabs} \usepackage{graphicx} \usepackage{enumitem} \usepackage{wrapfig} \usepackage{algorithm} \usepackage{algpseudocode} \usepackage{microtype} \usepackage{amsmath} \usepackage{colortbl} \usepackage[utf8]{inputenc} \definecolor{lightgray}{rgb}...
What is the smallest model that outperforms at least two models with over 7 billion parameters on any task? Also name the task.
Qwen2-0.5B on GPQA
SELECT all tasks SELECT all models with size less than 7B LOOP for each model with size less than 7B LOOP for each task SELECT performance of this small model on this task SELECT all models with size at least 7B SELECT performances of all models with size at least 7B on this task C...
2505.14499
[ [ "\\begin{table}[H]\\vspace{-1.0em}\\scriptsize \n", " \\centering\n", " \\setlength\\tabcolsep{3pt} \n", " \\caption{Performance comparison of MATE and MASC methodologies. }\n", " \\begin{tabular}{ccccccc|ccccc}\n", " \\hline\n", "\\specialrule{0em}{1pt}{1pt}\n", " ...
[ [ "\\begin{figure}\\vspace{-1em}\n", " \\centering\n", " \\includegraphics[width=1\\linewidth]{Rationale.pdf}\n", " \\caption{An example of the LLM processing image-text pairs to generate the explanation of images and text.}\n", " \\label{fig1}\n", "\\end{figure}\n" ], [ ...
% This is samplepaper.tex, a sample chapter demonstrating the % LLNCS macro package for Springer Computer Science proceedings; % Version 2.21 of 2022/01/12 % \documentclass[runningheads]{llncs} % \usepackage[T1]{fontenc} % T1 fonts will be used to generate the final print and online PDFs, % so please use T1 fonts in yo...
On the MATE Task, do the models have on average a stronger bias towards recall on the the more recent Twitter dataset or the older one?
recent one: Twitter2017
SELECT all models appearing in the MATE task SELECT recall values on Twitter2015 SELECT recall values on Twitter2017 LOOP for each model COMPUTE recall_old = recall on Twitter2015 for this model COMPUTE recall_new = recall on Twitter2017 for this model COMPUTE avg_old = average of recall_old across all models C...
2505.14347
[ [ "\\begin{table*}[!ht]\n", "\\centering\n", "\\small\n", "\\setlength{\\tabcolsep}{5pt}\n", "\\begin{tabular}{lllccccc}\n", "\\toprule\n", "\\textbf{Method} & \\textbf{Model Name} & \\textbf{Params.} & \\textbf{Best k} & \\textbf{ROUGE-1} & \\textbf{ROUGE-2} & \\textbf{ROUGE-L} & \\text...
[ [ "\\begin{figure}\n", " \\centering\n", " \\includegraphics[width=\\linewidth]{assets/method_summary.pdf}\n", " \\caption{Framework for QA-prompting: based on the domain of article, and a user defined top-$k$ value, relevant questions are extracted from a corpus. A prompt is constructed to...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
For which models do the proposed methods outperform all prior approaches on all metrics?
Gemma-3, Qwen2.5 0.5B, Llama-3.1
SELECT all models evaluated under the proposed method SELECT all prior methods SELECT evaluation metrics R1, R2, RL, BF1 LOOP for each proposed model LOOP for each evaluation metric SELECT proposed model score on this metric SELECT all prior method scores on this metric COMPUTE max prior sco...
2505.14297
[ [ "\\begin{table*}[ht]\n", "\\centering\n", "\\resizebox{1.0\\linewidth}{!}{\n", "\\begin{tabular}{%\n", " ll\n", " ccc\n", " ccc\n", " ccc\n", " ccc\n", " ccc\n", " ccc\n", "}\n", "\\toprule\n", "& & \\multicolumn{6}{c}{High-Resource} \n"...
[ [ "\\begin{figure}[t]\n", " \\centering\n", "\\includegraphics[width=1.0\\linewidth]{pdf/example.pdf}\n", "\\caption{Example responses to a Swahili query generated by English-centric instruction models, the SFT model, and the proposed CLO model.}\n", " \\label{fig:example_intro}\n", "\\end{f...
\pdfoutput=1 \documentclass[11pt]{article} \usepackage[final]{acl} \usepackage{times} \usepackage{latexsym} \usepackage{listings} \usepackage{geometry} \geometry{a4paper, margin=1in} % \usepackage[table]{xcolor} \usepackage{color} \usepackage{colortbl} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage...
How many of the improvements for Yoruba are statistically significant (no overlapping confidence intervals)?
6
SELECT Yoruba COMPUTE interval_SFT_DPO lower bound = score_SFT_DPO - std_SFT_DPO COMPUTE interval_SFT_DPO upper bound = score_SFT_DPO + std_SFT_DPO COMPUTE interval_CLO lower bound = score_CLO - std_CLO COMPUTE interval_CLO upper bound = score_CLO + std_CLO IF interval_SFT_DPO lower bound > interval_CLO upper bound...
2505.14297
[ [ "\\begin{table*}[t]\n", "\\centering\n", "\\resizebox{1.0\\textwidth}{!}{%\n", " \\begin{tabular}{lc|cc|cc|cc|cc|cc|cc} \n", " \\toprule\n", " \\multirow{4}{*}{\\textbf{Model}} & \\multirow{4}{*}{\\textbf{Method}} \n", " & \\multicolumn{4}{c|}{\\textbf{High-Resource}} \n", ...
[ [ "\\begin{figure}[t]\n", " \\centering\n", "\\includegraphics[width=1.0\\linewidth]{pdf/example.pdf}\n", "\\caption{Example responses to a Swahili query generated by English-centric instruction models, the SFT model, and the proposed CLO model.}\n", " \\label{fig:example_intro}\n", "\\end{f...
\pdfoutput=1 \documentclass[11pt]{article} \usepackage[final]{acl} \usepackage{times} \usepackage{latexsym} \usepackage{listings} \usepackage{geometry} \geometry{a4paper, margin=1in} % \usepackage[table]{xcolor} \usepackage{color} \usepackage{colortbl} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage...
For which language does CLO achieve the greatest average improvement over supervised fine-tuning?
Korean
LOOP for each language SELECT all target language accuracy values for CLO COMPUTE average CLO accuracy SELECT all target language accuracy values for SFT COMPUTE average SFT accuracy COMPUTE average improvement = average CLO accuracy – average SFT accuracy COMPUTE argmax language of average improvem...
2505.14297
[ [ "\\begin{table*}[t]\n", "\\centering\n", "\\resizebox{1.0\\textwidth}{!}{%\n", " \\begin{tabular}{lc|cc|cc|cc|cc|cc|cc} \n", " \\toprule\n", " \\multirow{4}{*}{\\textbf{Model}} & \\multirow{4}{*}{\\textbf{Method}} \n", " & \\multicolumn{4}{c|}{\\textbf{High-Resource}} \n", ...
[ [ "\\begin{figure}[t]\n", " \\centering\n", "\\includegraphics[width=1.0\\linewidth]{pdf/example.pdf}\n", "\\caption{Example responses to a Swahili query generated by English-centric instruction models, the SFT model, and the proposed CLO model.}\n", " \\label{fig:example_intro}\n", "\\end{f...
\pdfoutput=1 \documentclass[11pt]{article} \usepackage[final]{acl} \usepackage{times} \usepackage{latexsym} \usepackage{listings} \usepackage{geometry} \geometry{a4paper, margin=1in} % \usepackage[table]{xcolor} \usepackage{color} \usepackage{colortbl} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage...
On the BELEBELE and MMMLU benchmarks for English, for which language/model combinations does the winner between a SFT variant and CLO differ between the two benchmarks?
Mistral/Korean, Mistral/Swahili, Llama-2-13B/Swahili, Llama-3-8B/Swahili
SELECT Table for MMMLU LOOP for each language/model combination SELECT English benchmark scores for SFT and CLO COMPUTE argmax between SFT and CLO (MMMLU_winner) SELECT Table for BELEBELE LOOP for each language/model combination SELECT English benchmark scores for SFT and CLO COMPUTE argmax between SFT an...
2505.14183
[ [ "\\begin{table*}[!ht]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{%\n", "\\begin{tabular}{lcccccccccccccccc}\n", "\\toprule\n", "\\multirow{2}{*}{\\textbf{Method}} & \\multicolumn{2}{c}{\\textbf{GSM8K}} & \\multicolumn{2}{c}{\\textbf{MATH500}} & \\multicolumn{2}{c}{\\textbf{AIME24}} ...
[ [ "\\begin{figure}[!t]\n", "\\centering\n", "\\vspace{-0.2cm}\n", "\\includegraphics[width=0.48\\textwidth]{figure/cot_case_comparison.pdf}\n", "\\caption{Comparison of long and short CoTs generated using different prompting strategies with Deepseek-R1-Distill-Qwen-7B. While long CoT reasoning o...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. % \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready)...
Just comparing BERT and ThinkSwitcher, what are the exceptions to the observation that the model that thinks longer is better?
DeepSeek-R1-Distill-Qwen-7B on AIME24 and OmniMATH, DeepSeek-R1-Distill-Qwen-14B on AIME24, AIME25, LiveAoPS, and OlymBench
LOOP for each benchmark LOOP for each model SELECT BERT/token, BERT/accuracy, ThinkSwitcher/token, ThinkSwitcher/accuracy for model, benchmark COMPUTE argmax Token of BERT and ThinkSwitcher as argmax-token COMPUTE argmax Accuracy of BERT and ThinkSwitcher as argmax-accuracy IF argmax...
2505.14178
[ [ "\\begin{table*}[t!]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{\n", "\\begin{tabular}{rcccccc|cccccc}\n", "\\toprule\n", " & \\multicolumn{6}{c|}{\\textbf{Counting letter \\texttt{a}}} & \\multicolumn{6}{c}{\\textbf{Counting letter \\texttt{b}}} \\\\\n", "\\cmidrule(lr){2-7} \\...
[ [ "\\begin{figure*}[t!]\n", " \\centering\n", " \\includegraphics[width=0.8\\linewidth]{inductive.png}\n", " \\caption{Illustration of inductive reasoning as performed by humans, RNNs, and LLMs with CoT, respectively. }\n", " \\label{fig:inductive}\n", " \\vspace{-1.em}\n", ...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 \documentclass[11pt]{article} % Load xcolor early with necessary options \usepackage[dvipsnames, table]{xcolor} \usepackage{bm} % Other packages \usepackage[final]{naacl2021} \usepackage{amsfonts} \usepackage...
When using chain-of-thought reasoning and providing a precise item, are models more accurate at counting vowels or consonants, and what is the difference in average accuracy?
consonants
SELECT value for CoT and precise-item token for a from Table 1 and e from Table 2 SELECT value for CoT and precise-item token for b from Table 1 and z from Table 2 COMPUTE average accuracy for vowels (a, e) COMPUTE average accuracy for consonants (b, z) RETURN argmin average accuracy
2505.17005
[ [ "\\begin{table*}[t]\n", "\\centering\n", "\\resizebox{1\\linewidth}{!}{\n", "\\begin{tabular}{lccccccccccccccc}\n", "\\toprule\n", "\\multirow{2}{*}{\\textbf{Models}} & \\multicolumn{3}{c}{\\textbf{HotpotQA$^\\dagger$}} & \\multicolumn{3}{c}{\\textbf{2Wiki$^\\dagger$}} & \\multicolumn{3}{...
[ [ "\\begin{figure*}[t]\n", " \\centering\n", " \\includegraphics[width=1\\linewidth]{img/model.pdf}\n", " \\caption{Overall framework of our proposed R1-Searcher++ approach.}\n", " \\label{fig:main_photo}\n", "\\end{figure*}\n" ], [ "\\begin{table*}[t]\n", "\\centerin...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
On which metric does the proposed method achieve the best performance across all datasets?
LasJ
LOOP for each metric LOOP for each dataset COMPUTE argmax score IF score of R1-Searcher++ is not argmax COMPUTE skip to next metric COMPUTE add metric to best RETURN best
2505.16986
[ [ "\\begin{table*}[!ht]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{\n", " \\begin{tabular}{lcccc|cccc|c|cc|c}\n", " \\toprule\n", " \\textbf{Domain} & \\multicolumn{4}{c}{\\textbf{Tool Call}} & \\multicolumn{4}{|c|}{\\textbf{Parameter Matching}} & \\textbf{Code Exec. Rate} & ...
[ [ "\\begin{figure*}[!t]\n", " \\centering\n", " \\includegraphics[width=\\textwidth]{assets/pipeline.png}\n", " \\caption{Illustrative example from the $\\benchmarkname$ dataset. This example showcases a multi-domain scenario involving both flights and hotels, where the user is planning a t...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2024 \usepackage[square,numbers]{natbib} \bibliographystyle{abbrvnat} % ready for submission % \usepackage[]{neurips_2025} \usepackage[preprint]{neurips_2025} ...
In which domain does Llama 3.3 70B Instruct outperform Llama 3.1 8B Instruct by the largest margin in Code Execution Rate?
Hotels
SELECT Code Execution Rate for Llama 3.1 8B Instruct and Llama 3.3 70B Instruct LOOP for each domain COMPUTE difference = 70B rate - 8B rate RETURN domain with max difference
2505.16986
[ [ "\\begin{table*}[!ht]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{\n", " \\begin{tabular}{lcccc|cccc|c|cc|c}\n", " \\toprule\n", " \\textbf{Domain} & \\multicolumn{4}{c}{\\textbf{Tool Call}} & \\multicolumn{4}{|c|}{\\textbf{Parameter Matching}} & \\textbf{Code Exec. Rate} & ...
[ [ "\\begin{figure*}[!t]\n", " \\centering\n", " \\includegraphics[width=\\textwidth]{assets/pipeline.png}\n", " \\caption{Illustrative example from the $\\benchmarkname$ dataset. This example showcases a multi-domain scenario involving both flights and hotels, where the user is planning a t...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2024 \usepackage[square,numbers]{natbib} \bibliographystyle{abbrvnat} % ready for submission % \usepackage[]{neurips_2025} \usepackage[preprint]{neurips_2025} ...
In which domain subsets that include tasks about hotels does the large Llama model outperform the small fine-tuned Llama model, measured by tool call accuracy?
Hotels, H-A
SELECT Tool Call Accuracy for Llama 3.1 8B Instruct and Llama 3.3 70B Instruct SELECT domain subsets that include hotel (H) LOOP for each selected domain subset IF Accuracy 70B > 8B COMPUTE add domain subset to outperform RETURN outperform
2505.16972
[ [ "\\begin{table*}\n", "\\centering\n", "\\begin{tabular}{lr|cccccccc}\n", "\\toprule \n", "\\multirow{2}{*}{Model} & \\multirow{2}{*}{Size} & \\multicolumn{4}{c}{High} & \\multicolumn{2}{c}{Mid} & \\multicolumn{2}{c}{Low} \\\\\n", "\\cmidrule(lr){3-6} \\cmidrule(lr){7-8} \\cmidrule(lr){9...
[ [ "\\begin{figure*}\n", "\\centering\n", " \\includegraphics[width=0.8\\linewidth]{latex/figures/speechbt.pdf}\n", " \\vspace{-5pt}\n", " \\caption{\n", " Pipeline of \\tf{Speech Back-Translation}. \n", " The main objective is to augment limited training data ($\\leq$100 hours) ...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt,table]{article} % Change "review" to "final" to generate the final (sometimes called camera-re...
Taking the average for the Multilingual LibriSpeech and Voxpopuli datasets, on which languages does the proposed method that adds 500k of backtranslated speech data not outperform all baseline models?
Spanish
SELECT overlap languages and models across dataset LOOP for each language LOOP for each model COMPUTE average performance across Multilingual LibriSpeech and Voxpopuli IF performance of 500K <= max baselines performance COMPUTE add language to not_outperform RETURN not_outperform
2505.16972
[ [ "\\begin{table*}\n", "\\centering\n", "\\begin{tabular}{lr|cccccccc}\n", "\\toprule \n", "\\multirow{2}{*}{Model} & \\multirow{2}{*}{Size} & \\multicolumn{4}{c}{High} & \\multicolumn{2}{c}{Mid} & \\multicolumn{2}{c}{Low} \\\\\n", "\\cmidrule(lr){3-6} \\cmidrule(lr){7-8} \\cmidrule(lr){9...
[ [ "\\begin{figure*}\n", "\\centering\n", " \\includegraphics[width=0.8\\linewidth]{latex/figures/speechbt.pdf}\n", " \\vspace{-5pt}\n", " \\caption{\n", " Pipeline of \\tf{Speech Back-Translation}. \n", " The main objective is to augment limited training data ($\\leq$100 hours) ...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt,table]{article} % Change "review" to "final" to generate the final (sometimes called camera-re...
Considering all datasets, for which language does the proposed method that adds 500k of backtranslated speech data help the least against its baseline model?
Spanish
SELECT overlap languages and models across all datasets LOOP for each language COMPUTE average baseline performance across all datasets COMPUTE average performance of proposed 500K across all datasets COMPUTE improvement = average proposed 500K - average baseline RETURN language with smallest improvement
2505.16956
[ [ "\\begin{table*}[h]\n", "\\centering\n", "\\small\n", "\\resizebox{\\textwidth}{!}{\n", "\\begin{tabular}{@{}l r r @{\\hspace{0.6em}}rrrr rrrr rrrr r@{}} \n", "\\toprule\n", "\\multirow{2}{*}{\\textbf{Model Configuration}} & \\multirow{2}{*}{\\textbf{Red.}} & \\multirow{2}{*}{\\textbf...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=0.6\\linewidth]{figures/distil_2.jpg}\n", " \\caption{Overview of our multilingual model compression methodology. We use \\textbf{(1)} knowledge distillation to reduce layers, \\textbf{(2)} structured pruning to eliminate...
\pdfoutput=1 \documentclass[11pt]{article} \usepackage[final]{acl} \usepackage{times} \usepackage{latexsym} \usepackage{arydshln} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{microtype} \usepackage{inconsolata} \usepackage{graphicx} \usepackage{booktabs} \usepackage{multirow} \usepackage{array} ...
When averaging over the test sets, which language shows the least performance loss with the most aggressive compression method over the corresponding monolingual baseline models?
Slovak
SELECT row of Base for monolingual baseline model SELECT row of -92% reduction as most aggressive compression LOOP for each language COMPUTE average performance for baseline across tasks COMPUTE average performance for compression across tasks COMPUTE loss = avg baseline - avg compression RETURN language wi...
2505.16637
[ [ "\\begin{table*}[t]\n", "\\resizebox{\\textwidth}{!}{%\n", "\\begin{tabular}{@{}llllllllllllllll@{}}\n", "\\toprule\n", " & \\multicolumn{7}{c}{ZH$\\rightarrow$EN} & & \\multicolumn{7}{c}{EN$\\rightarrow$ZH} \\\\ \\cmidrule(lr){2-8} \\cmidrule(l){10-16} \n", "Models & \\multicolumn{2}{c}{...
[ [ "\\begin{figure*}[t]\n", " \\includegraphics[width=\\textwidth]{figures/fig1.SSR-pipeline.pdf}\n", " \\caption{Overview of the \\emoji SSR framework. SSR is an R1-Zero-like RL training method for machine translation, which uses the same model as both actor and judge. It does not require external rew...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-re...
Which model has the best average performance measured by KIWI scores on the WMT datasets, combining the results for the two language directions?
Claude-3.5-Sonnet
SELECT KIWI scores for all models on WMT23 and WMT24 datasets for both translation directions LOOP for each model COMPUTE average KIWI score across both directions and both datasets COMPUTE argmax average KIWI score RETURN model with highest average KIWI score
2505.18122
[ [ "\\begin{table}[H]\n", "\\vspace{-0.75em}\n", "\\small\n", "\\centering\n", "\\footnotesize\n", "\\renewcommand{\\arraystretch}{0.9}\n", "\\resizebox{\\linewidth}{!}{%\n", "\\setlength{\\tabcolsep}{3.8pt} % Adjust column spacing\n", "\\begin{tabular}{l|cccccc}\n", "\\hline\...
[ [ "\\begin{figure}[t]\n", "\\centering\n", " \\includegraphics[width=0.90\\columnwidth]{latex/issues.png}\n", " \\vspace{-0.75em}\n", " \\caption{Baseline vs \\methodName}\n", " \\vspace{-2.00em}\n", " \\label{fig:challenges}\n", "\\end{figure}\n" ], [ "\\begin...
\pdfoutput=1 \documentclass[11pt]{article} \usepackage[preprint]{acl} \usepackage{times} \usepackage{latexsym} \usepackage{enumitem} \usepackage{ragged2e} \usepackage{graphicx} \usepackage{array} \usepackage{booktabs} \usepackage{float} \usepackage{multirow} \usepackage{xcolor} \usepackage{arydshln} \setlength\dashli...
Considering only the quality estimation metric, by how much does the UnJoin method that performs best on the BIRD test set outperform the best standard prompting method using the same baseline model?
0.75
SELECT QE scores from Table 2 on BIRD test set COMPUTE max UnJoin QE score COMPUTE argmax UnJoin methods COMPUTE best_model = argmax UnJoin model SELECT QE scores from Table 1 for the best_model with Standard Prompts method COMPUTE max QE score for Standard Prompts COMPUTE outperform = best UnJoin QE score - best Stand...
2505.17485
[ [ "\\begin{table*}[t]\n", " \\centering\n", " \\small\n", " \\renewcommand{\\arraystretch}{1.2}\n", " \\setlength{\\tabcolsep}{3pt} % Adjust column spacing\n", " \n", " \\begin{tabular}{l c c c c c c c c c c}\n", " \\toprule\n", " Language & \\mult...
[ [ "\\begin{figure}\n", " \\centering\n", " \\includegraphics[width=1\\linewidth]{architecture_cropped.png}\n", " \\caption{Architecture Diagram describing proposed method for detecting hallucination spans.\\citep{selfcheckgpt}}\n", " \\label{fig:enter-label}\n", "\\end{figure}\n"...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
For which language shows the submission the highest relative improvement over the best baseline on the Intersection over Union metric?
Farsi
SELECT IoU scores for the submission and all baselines for each language LOOP for each set of IoU scores for each language COMPUTE max baseline IoU score COMPUTE relative improvement = (submission IoU - max baseline IoU) / max baseline IoU COMPUTE argmax relative improvement COMPUTE target_language = language w...
2505.17427
[ [ "\\begin{table*}[!t]\n", "\\centering\n", "\\small\n", "\\adjustbox{max width=\\textwidth}{\n", "\\begin{tabular}{lccccccc}\n", "\\toprule\n", "Model & SQuAD & HotpotQA & NewsQA & Gaokao & HQA & TriviaQA & BioASQ\\\\\n", "\\midrule\n", "\\rowcolor{gray!10}\\multicolumn{8}{c}{\\...
[ [ "\\begin{figure*}[!t]\n", " \\centering\n", " \\includegraphics[width=\\linewidth]{pics/overview.pdf}\n", " \\caption{Overview of our T$^2$. \\textbf{(a)} direct prompt or Chain-of-Thought (CoT), which adopts the same reasoning strategy regardless of question complexity. \\textbf{(b)} Ada...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
On which test set does the proposed method improve most over the basic use of its baseline model in relative terms, averaged over the three scenarios?
HotpotQA
SELECT vanilla score and T^2 (ours) score for each dataset and scenario LOOP for each test set LOOP for each scenario (model-method pair) COMPUTE relative improvement = (T^2 score - vanilla score) / vanilla score COMPUTE average relative improvement over three scenarios (model-method pair) COMPUTE targe...
2505.16986
[ [ "\\begin{table*}[!ht]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{\n", " \\begin{tabular}{lcccc|cccc|c|cc|c}\n", " \\toprule\n", " \\textbf{Domain} & \\multicolumn{4}{c}{\\textbf{Tool Call}} & \\multicolumn{4}{|c|}{\\textbf{Parameter Matching}} & \\textbf{Code Exec. Rate} & ...
[ [ "\\begin{figure*}[!t]\n", " \\centering\n", " \\includegraphics[width=\\textwidth]{assets/pipeline.png}\n", " \\caption{Illustrative example from the $\\benchmarkname$ dataset. This example showcases a multi-domain scenario involving both flights and hotels, where the user is planning a t...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2024 \usepackage[square,numbers]{natbib} \bibliographystyle{abbrvnat} % ready for submission % \usepackage[]{neurips_2025} \usepackage[preprint]{neurips_2025} ...
Among accuracy, recall, precision, and F1 score for tool calls, which metric shows the largest absolute difference in average value between single-domain and multi-domain settings, and what is the value of that difference?
Recall, 4.9835
SELECT Tool Call LOOP for each metric SELECT values for each single domain COMPUTE avg_single = average value among all single domains SELECT values for each multi-domain COMPUTE avg_multi = average value among all multi domains COMPUTE difference = avg_single - avg_multi COMPUTE add difference ...
2505.16986
[ [ "\\begin{table*}[!ht]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{\n", " \\begin{tabular}{lcccc|cccc|c|cc|c}\n", " \\toprule\n", " \\textbf{Domain} & \\multicolumn{4}{c}{\\textbf{Tool Call}} & \\multicolumn{4}{|c|}{\\textbf{Parameter Matching}} & \\textbf{Code Exec. Rate} & ...
[ [ "\\begin{figure*}[!t]\n", " \\centering\n", " \\includegraphics[width=\\textwidth]{assets/pipeline.png}\n", " \\caption{Illustrative example from the $\\benchmarkname$ dataset. This example showcases a multi-domain scenario involving both flights and hotels, where the user is planning a t...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2024 \usepackage[square,numbers]{natbib} \bibliographystyle{abbrvnat} % ready for submission % \usepackage[]{neurips_2025} \usepackage[preprint]{neurips_2025} ...
In multi-domain evaluations, including which domain leads to the largest absolute difference in the minimum Code Execution Rate accuracy between the 8B and 70B models? What is the value of that difference?
Attractions, 23.4
SELECT Code Execution Rate accuracy for multi-domain settings LOOP for each domain SELECT all multi-domain settings including current domain COMPUTE minimum Code Execution Rate accuracy for 8B across these settings COMPUTE minimum Code Execution Rate accuracy for 70B across these settings COMPUTE differ...
2505.23657
[ [ "\\begin{table*}\n", " \\scriptsize\n", " \\centering\n", " \\setlength{\\tabcolsep}{4pt}\n", " \\caption{Evaluation results on two open-ended benchmarks and two Chain-of-thought benchmarks. The best-performing results are highlighted in \\lightgreen{green}, the second-best in \\li...
[ [ "\\begin{figure*}[ht]\n", "\\centering\n", " \\centering\n", " \\includegraphics[width=0.97\\linewidth]{figure/main.pdf}\n", " \\vspace{-0.2cm}\n", " \\caption{ The workflow of {\\actdola}. (1) Next-token selection: {\\actdola} dynamically apply layer contrasting at each...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
On which benchmark and metric does ActLCD improve the most over the greedy baseline in relative terms, averaged over all models?
%Info on TruthfulQA
SELECT ActLCD and greedy baseline scores for all models, all benchmarks, and all metrics LOOP for each benchmark SELECT scores for current Benchmark LOOP for each metric SELECT scores for current Metric LOOP for each model COMPUTE relative improvement = (ActLCD score - greedy score) ...
2505.16986
[ [ "\\begin{table*}[!ht]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{\n", " \\begin{tabular}{lcccc|cccc|c|cc|c}\n", " \\toprule\n", " \\textbf{Domain} & \\multicolumn{4}{c}{\\textbf{Tool Call}} & \\multicolumn{4}{|c|}{\\textbf{Parameter Matching}} & \\textbf{Code Exec. Rate} & ...
[ [ "\\begin{figure*}[!t]\n", " \\centering\n", " \\includegraphics[width=\\textwidth]{assets/pipeline.png}\n", " \\caption{Illustrative example from the $\\benchmarkname$ dataset. This example showcases a multi-domain scenario involving both flights and hotels, where the user is planning a t...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2024 \usepackage[square,numbers]{natbib} \bibliographystyle{abbrvnat} % ready for submission % \usepackage[]{neurips_2025} \usepackage[preprint]{neurips_2025} ...
Which single-domain setting exhibits the largest relative drop in Parameter Matching Recall when moving from the 8B model to the 70B model, and what is that relative drop percentage to 2 decimal places?
Flights, 26.06%
SELECT Parameter Matching Recall for single-domain settings for 8B model in Table 4 SELECT Parameter Matching Recall for single-domain settings for 70B model in Table 5 LOOP for each single-domain setting COMPUTE relative drop = (70B Recall - 8B Recall) / 8B Recall * 100 COMPUTE argmin relative drop RETURN single-d...
2505.23621
[ [ "\\begin{table*}[!t]\n", "\\label{tab:main-results} \n", "\\centering\n", "\n", "\\setlength{\\tabcolsep}{2pt} \n", "\n", "\\resizebox{\\textwidth}{!}{\n", "\\begin{tabular}{l*{13}{c}}\n", "\\toprule\n", "\n", "\\multirow{3}{*}{\\textbf{Model}} & \\multicolumn{4}{c}{\...
[ [ "\\begin{figure}[!t]\n", " \\includegraphics[width=\\columnwidth]{figure/RadarChart.pdf}\n", " \\caption{Overall performance comparison between \\ours and same-scale baselines on various table reasoning benchmarks. Both \\sftmodel and \\rlmodel exhibit substantial performance improvements over basel...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Remove the "review" option to generate the final version. \usepackage[]{acl} % St...
Do the Table-Specific LLMs show more wins than Reasoning LLMs on harder or easier benchmarks?
Harder
LOOP for each test set COMPUTE argmax model with highest score COMPUTE add to win-list: model, score COMPUTE sort win-list by score, divide in high-score-win, and low-score-win SELECT reasoning models LOOP for each reasoning model COMPUTE add to reasoning-high-win-counter count(model in high-score-win) ...
2505.21505
[ [ "\\begin{table*}[htbp]\n", "\\centering\n", "\\small\n", "\\setlength{\\tabcolsep}{4pt}\n", "\\renewcommand{\\arraystretch}{1.2}\n", "\\resizebox{0.9\\columnwidth}{!}{\n", "\\begin{tabular}{l|cccccccccc|c}\n", "\\toprule\n", "\\textbf{Tested on MGSM} & \\textbf{bn} & \\textbf{...
[ [ "\\begin{figure*}[tbp]\n", " \\centering \n", " \\begin{minipage}[b]{0.4\\textwidth}\n", " \\includegraphics[width=1.0\\linewidth]{Images/language_specific_neurons_heatmap_Mistral_Base.pdf}\n", " \\subcaption{Base - Language-Specific Neurons}\n", " \\label{fig:mistral-mgsm-b...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2025 % ready for submission % \usepackage{neurips_2025} % to compile a preprint version, e.g., for submission to arXiv, add add the % [preprint] option: \usep...
Considering models that are aligned with the most languages, which languages that are in the top 5 in terms of performance on the MGSM test set are not in the top 5 on the MSVAMP test set.
Chinese
SELECT model aligned with most languages on MGSM COMPUTE rank languages by accuracy COMPUTE top5_MGSM = list of top 5 languages SELECT model aligned with most languages on MSVAMP COMPUTE rank languages by accuracy COMPUTE top5_MSVAMP = list of top 5 languages COMPUTE common_languages = intersection(top5_MGSM, top5...
2505.21505
[ [ "\\begin{table*}[htbp]\n", "\\centering\n", "\\small\n", "\\setlength{\\tabcolsep}{4pt}\n", "\\renewcommand{\\arraystretch}{1.2}\n", "\\resizebox{0.9\\columnwidth}{!}{\n", "\\begin{tabular}{l|cccccccccc|c}\n", "\\toprule\n", "\\textbf{Tested on MGSM} & \\textbf{bn} & \\textbf{...
[ [ "\\begin{figure*}[tbp]\n", " \\centering \n", " \\begin{minipage}[b]{0.4\\textwidth}\n", " \\includegraphics[width=1.0\\linewidth]{Images/language_specific_neurons_heatmap_Mistral_Base.pdf}\n", " \\subcaption{Base - Language-Specific Neurons}\n", " \\label{fig:mistral-mgsm-b...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2025 % ready for submission % \usepackage{neurips_2025} % to compile a preprint version, e.g., for submission to arXiv, add add the % [preprint] option: \usep...
Ignoring the case where the model is aligned for all languages, in which cases does adding alignment to a language not lead to improvement in test performance for that language?
MGSM: zh->zh/es/ru: es; MSVAMP: base->zh: zh; base->zh/de: zh; zh->zh/es/ru: es
SELECT MGSM and MSVAMP LOOP for each benchmark SELECT all aligned models except all-languages LOOP for each model SELECT all languages LOOP for each language IF aligned score <= base score COMPUTE add tuple of (benchmark, alignment model, language) to result_list ...
2505.17427
[ [ "\\begin{table*}[!t]\n", "\\centering\n", "\\small\n", "\\adjustbox{max width=\\textwidth}{\n", "\\begin{tabular}{lccccccc}\n", "\\toprule\n", "Model & SQuAD & HotpotQA & NewsQA & Gaokao & HQA & TriviaQA & BioASQ\\\\\n", "\\midrule\n", "\\rowcolor{gray!10}\\multicolumn{8}{c}{\\...
[ [ "\\begin{figure*}[!t]\n", " \\centering\n", " \\includegraphics[width=\\linewidth]{pics/overview.pdf}\n", " \\caption{Overview of our T$^2$. \\textbf{(a)} direct prompt or Chain-of-Thought (CoT), which adopts the same reasoning strategy regardless of question complexity. \\textbf{(b)} Ada...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
On which test set does the proposed method improve most over the basic use of its baseline model in relative terms, averaged over the three scenarios?
HotpotQA
SELECT three scenarios: each baseline with its proposed method on all test sets LOOP for each scenario SELECT scores for current scenario LOOP for each test set COMPUTE relative_improvement = (method_score - baseline_score)/baseline_score SELECT all test sets LOOP for each test set COMPUTE average...
2505.20776
[ [ "\\begin{table*}[t]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{\n", "\\begin{tabular}{@{}ccccccccccccccccccc@{}}\n", "\\toprule\n", "\\multirow{2}{*}{} \n", " & \\multicolumn{2}{c}{\\multirow{2}{*}{\\textbf{Setting}}} \n", " & \\multirow{2}{*}{\\textbf{SpecExtend}} \n", ...
[ [ "\\begin{figure*}[!t]\n", " \\centering\n", " \\includegraphics[width=0.95\\textwidth]{main_figure.png}\n", " \\caption{Overview of SpecExtend. FlashAttention accelerates the prefill phases of both target and draft models, and Hybrid Tree Attention accelerates the verification phase. We use the...
\pdfoutput=1 \PassOptionsToPackage{dvipsnames}{xcolor} \documentclass[11pt]{article} \usepackage[preprint]{acl} \usepackage{times} \usepackage{latexsym} \usepackage{booktabs} \usepackage{multirow} \usepackage{graphicx} \usepackage{algorithm} \usepackage{algpseudocode} \usepackage{float} \usepackage{xcolo...
At which input length does SpecExtend provide the highest average relative speedup across all evaluated settings?
16K
SELECT Speedup with and without SpecExtend, all settings, all token lengths LOOP for each token length SELECT Speedup where SpecExtend = No COMPUTE avg1 = average of Speedup where SpecExtend = No SELECT Speedup where SpecExtend = Yes COMPUTE avg2 = average of Speedup where SpecExtend = Yes COMPUTE ...
2505.19987
[ [ "\\begin{table*}[t]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{%\n", "\\begin{tabular}{l ccc ccc ccc ccc ccc}\n", "\\toprule\n", "\\multirow{2}{*}{Model} & \\multicolumn{3}{c}{Conversation} & \\multicolumn{3}{c}{E-commerce} & \\multicolumn{3}{c}{News} & \\multicolumn{3}{c}{Social} &...
[ [ "\\begin{figure*}[th] \n", " \\centering\n", " \\includegraphics[width=\\textwidth]{figure/deen-ende_radar_charts.pdf}\n", " \\caption{Multi-Domain En$\\Leftrightarrow$De Translation Performance Comparison, showing averaged BLEU, COMET, and CometKiwi scores for both directions, with disti...
\pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} \usepackage[T1]{fontenc} % \usepackage[utf8]{inputenc} % Change "review" to "final" to generate the final (sometimes called camera-ready) version. % Change to "preprint" to generate...
In the sentence-level setting, which model has the highest COMET score on the average of the easiest and most difficult domain, measured by BLEU?
GPT-4o
SELECT Sentence-Level setting, all models, BLEU scores across domains COMPUTE avg_bleu_list = average of bleu scores across domains for each Domain COMPUTE easiest_domain = argmax(avg_bleu_list) COMPUTE hardest_domain = argmin(avg_bleu_list) SELECT Sentence-Level setting, all models, COMET scores across domains LOOP ...
2505.19714
[ [ "\\begin{table*}[t]\n", " \\centering\n", " \\small\n", " \\caption{\n", " In-domain (IND) performance comparison on the MIT-10M benchmark (ZH-EN and EN-ZH). Metrics reported are BLEU, chrF++, and METEOR, along with their average (Avg.). MT$^{3}$-7B-Zero (RL) is compared against open-...
[ [ "\\begin{table*}[t]\n", " \\centering\n", " \\small\n", " \\caption{\n", " In-domain (IND) performance comparison on the MIT-10M benchmark (ZH-EN and EN-ZH). Metrics reported are BLEU, chrF++, and METEOR, along with their average (Avg.). MT$^{3}$-7B-Zero (RL) is compared against open-...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2025 % ready for submission % \usepackage{neurips_2025} \usepackage[preprint]{neurips_2025} % to compile a preprint version, e.g., for submission to arXiv, ad...
Which zero-shot models outperform any of the fine-tuned models on any metric and language direction?
InternVL2.5-38B, InternVL2.5-78B, and Qwen2.5-VL-72B (on chrF++ EN-ZH)
SELECT Zero-shot Systems, all metrics, both language directions LOOP for each zero-shot model SELECT scores for current zero-shot Model LOOP for each metric and language direction SELECT Fine-tuned models scores COMPUTE max_ft_score = max fine-tuned model scores COMPUTE diff = zero-shot ...
2405.19325
[ [ "\\begin{table}[!t]\n", "\\begin{adjustbox}{max width=1\\textwidth}\n", "\\centering\n", "\\begin{tabular}{l|cccccc|cccccc}\n", "\\toprule\n", "\\textbf{Models} & \\multicolumn{6}{c|}{\\textbf{Wikitext-103}} & \\multicolumn{6}{c}{\\textbf{Pile of Law}} \\\\ \n", "\n", " ...
[ [ "\\begin{figure}[t!]\n", "\\centering\n", "\\includegraphics[width=\\textwidth]{figures/NEST.png}\n", "\\caption{The \\nest approach first locates the tokens in the corpus using the LM hidden states. The retrieval distribution $p_{\\text{\\knn}}$ is dynamically interpolated with $p_{\\text{LM}}$ b...
\documentclass[]{fairmeta} % Option "twocolumn" available, but please prioritize single-column \usepackage[utf8]{inputenc} % allow utf-8 input % \usepackage[T1]{fontenc}% use 8-bit T1 fonts \usepackage{hyperref} % hyperlinks \usepackage{url}% simple URL typesetting \usepackage{booktabs, nicematrix} % professional-...
Among retrieval-augmented methods, what is the smallest decline in ROUGE score when moving from unigrams to bigrams?
12.5
SELECT all metric scores for +RA rows from Wikitext-103 and Pile of Law LOOP for each model SELECT ROUGE-1 and ROUGE-2 scores for current Model COMPUTE decline = ROUGE-1 - ROUGE-2 COMPUTE result_value = min_decline RETURN result_value
2409.02897
[ [ "\\begin{table}[t]\n", "\\centering\n", "\\resizebox{\\linewidth}{!}{\n", " \\setlength{\\tabcolsep}{5pt}\n", " \\begin{tabular}{l|cc|ccc|ccc|ccc|ccc|ccc}\n", "\\toprule\n", "\\multirow{2}{*}{Model} & \\multicolumn{2}{c|}{Avg} & \\multicolumn{3}{c|}{Longbench-Chat} ...
[ [ "\\begin{figure}\n", " \\centering\n", " \\includegraphics[width=\\linewidth]{figs/task.pdf}\n", " \\caption{Comparison between chunk-level and sentence-level citations.}\n", " \\label{fig:task}\n", "\\end{figure}\n" ], [ "\\begin{table}[t]\n", "\\centering\n", ...
\documentclass{article} % For LaTeX2e \usepackage{iclr2025_conference,times} % Optional math commands from https://github.com/goodfeli/dlbook_notation. %%%%% NEW MATH DEFINITIONS %%%%% \usepackage{amsmath,amsfonts,bm} % Mark sections of captions for referring to divisions of figures \newcommand{\figleft}{{\em (Left...
What is the F1 score for the model and data set where adding citations shows the largest improvement in correctness, excluding our trained models?
49.9
SELECT Table 2 about correctness in LQAC setting SELECT all models excluding our trained Models LOOP for each model SELECT all datasets for current model LOOP for each dataset SELECT CR score COMPUTE add CR score and current model-dataset pair to cr_list COMPUTE best_pair = model-dataset pair wi...
2305.14627
[ [ "\\begin{table}[t]\n", " \\centering\n", " \\resizebox{0.98\\linewidth}{!}{\n", " \\begin{tabular}{lcccc}\n", " \\toprule\n", " & \\tf{Fluency} & \\tf{Correct.} & \\multicolumn{2}{c}{\\tf{Citation} }\\\\\n", " \\cmidrule(lr){2-2} \\cmidrule...
[ [ "\\begin{figure}[t]\n", " \\includegraphics[width=0.98\\linewidth]{figs/main.pdf}\n", " \\caption{The task setup of \\citeeval{}. Given a question, \n", " the system generates text while providing \\ti{citing passages} from a large retrieval corpus. Each statement may contain multiple cit...
\pdfoutput=1 \documentclass[11pt]{article} \usepackage{EMNLP2023} \usepackage{times} \usepackage{latexsym} \usepackage{graphicx} \usepackage{subfigure} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{microtype} \usepackage{inconsolata} \usepackage{array} \usepackage{pifont} \usepackage{tabula...
Which 13B model achieves the highest average citation F1 score, and what is that score?
Vicuna-13B, 26.9
SELECT ASQA results from Table 1 SELECT QAMPARI results from Table 2 SELECT ELI5 results from Table 3 SELECT all 13B models LOOP for each model SELECT citation recall and citation precision for ASQA, QAMPARI, and ELI5 LOOP for each dataset COMPUTE precision_recall_product = citation_precision * citati...
2505.23242
[ [ "\\begin{table*}[!ht]\n", " \\centering\n", " \\resizebox{\\linewidth}{!}{\n", " \\begin{tabular}{lccccccccccr}\n", " \\toprule\n", " \\multirow{2}[4]{*}{ Models} & \\multirow{2}[4]{*}{Size} & \\multicolumn{3}{c}{ChartMind} & \\multicolumn{3}{c}{ChartQA } & \\multicolumn{3}{c}{C...
[ [ "\\begin{figure*}[t]\n", " \\centering\n", " \\includegraphics[width=\\linewidth]{images/fig1-3.pdf}\n", " \\caption{Key Challenges in CQA Benchmarks: (A) Predominantly monolingual, limiting multilingual applicability in chart question answering; (B) Fixed formats and metrics, restricting...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) version. % Change to "preprint" to generate a non-anonymous version with page numbers. \usepac...
Which models rank within the top five in both average accuracy and average BLEU when scores are first averaged across all datasets and prompting methods?
Qwen2-VL, MiniCPM-v2
SELECT all models LOOP for each model SELECT all prompting methods LOOP for each prompting method COMPUTE avg_acc = (ChartMind ACC + ChartQA Avg.ACC) / 2 COMPUTE avg_bleu = (Chart-to-Text Avg.BLEU + OpenCQA Avg.BLEU) / 2 COMPUTE overall_acc = average over all avg_acc COMPUTE overall_ble...
2505.23765
[ [ "\\begin{table*}[!t]\n", "\\centering\n", "\\resizebox{0.92\\textwidth}{!}{\n", "\\begin{tabular}{@{}l|l|lccccc@{}}\n", "\\toprule\n", "Model Name & Approach & Type & NDCG@1 & NDCG@3 & NDC...
[ [ "\\begin{figure}[!t]\n", " \\centering\n", " \\includegraphics[trim={20px 20px 20px 20px},clip, width=0.99\\linewidth]{figures/intro_figure.png}\n", " \\caption{Comparison of different aggregation paradigms: (a) summarization, (b) aggregation over structured databases, and (c) aggregation...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
Which model, using which approach, achieves the best performance for NDCG@5 among those trained on over 100 million tokens? Additionally, what percentage of the worst-performing model's score does the best-performing model achieve?
o4-mini with probe, 149.03%
SELECT Model-Context pairs and NDCG@5 scores where Input Tokens > 100 Million LOOP for each Model-Context pair COMPUTE add score to score_list COMPUTE best_score = max in score_list COMPUTE best_model_context = Model-Context pair for best_score COMPUTE worst_score = min in score_list COMPUTE percentage = best...
2505.23667
[ [ "\\begin{table}[t!]\n", " \\centering\n", " \\caption{Performance under Zero-shot, SFT, and RL settings across models and datasets. Values in the table indicate accuracy (\\%). \\textit{Text} and \\textit{Formula} refer to textual and symbolic reasoning methods, respectively. \\textit{w/ CS} denotes...
[ [ "\\begin{figure}[ht!]\n", " \\centering\n", " \\includegraphics[width=0.82\\textwidth]{figures/fortune.pdf}\n", " \\caption{Overview of \\textit{Formula Tuning} (\\textsc{Fortune}).}\n", " \\label{fig:framework}\n", "\\end{figure}\n" ], [ "\\begin{figure}[t!]\n", " ...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2025 % ready for submission % \usepackage{neurips_2025} % to compile a preprint version, e.g., for submission to arXiv, add add the % [preprint] option: \...
In RL, which method is the most stable across different datasets?
Formula w/ CS
SELECT RL methods, all datasets LOOP for each method SELECT scores across all datasets for current method COMPUTE max score COMPUTE min score COMPUTE range = max − min COMPUTE add range to stability_ranges COMPUTE most_stable_method = argmin stability_ranges RETURN most_stable_method
2505.22928
[ [ "\\begin{table*}[t]\n", "\t\\small\n", "\t\\centering\n", "\t\\renewcommand{\\arraystretch}{1.2}\n", "\t\\setlength{\\tabcolsep}{4pt}\n", "\t\\begin{tabular}{lc|cccccc|cccccc}\n", "\t\t\\toprule\n", "\t\t\\multirow{2}{*}{\\textbf{Model}} & \\multirow{2}{*}{\\textbf{Think}} & \\mult...
[ [ "\\begin{figure}[t!]\n", "\\centering\n", "\\includegraphics[width=.43\\textwidth]{latex/assets/example4.pdf}\n", "\\caption{Example of estimating the intervention effect based on the extracted outcome data for a clinical study.}\n", "\\label{fig:example}\n", "\\end{figure}\n" ], [ ...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \PassOptionsToPackage{table}{xcolor} \documentclass[11pt]{article} % Change "review" to "final" to generate the fi...
Consider EM scores only, which pre-trained model performs best on COCHRANEFOREST? Then, using the EM-based ranking positions from both datasets, which pre-trained model performs best under the averaged ranking?
Llama-3.1-405B, Qwen2.5-72B
SELECT all Pretrained LLMs SELECT EM score under COCHRANEFOREST for Pretrained LLMs COMPUTE model1 = argmax over EM scores SELECT all EM scores for COCHRANEFOREST and RCTs for Pretrained LLMs LOOP for each pre-trained model COMPUTE rank_c = rank by EM under COCHRANEFOREST COMPUTE rank_r = rank by EM under RCT...
2505.23745
[ [ "\\begin{table}[t!]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{\n", "\\begin{tabular}{l@{~~~~~}| c cccc cccc cccc cccc}\n", "\\hline\n", " \\multicolumn{1}{c|}{} &\\multicolumn{4}{c|}{Flower102 } & \\multicolumn{4}{c|}{DTD } & \\multicolumn{4}{c|}{Aircraft} &\\multicolumn{4}{c}{Pets...
[ [ "\\begin{figure}[t!]\n", " \\centering \\includegraphics[width=\\linewidth]{imgs/crop_emb.pdf}\n", "\\vspace{-0.6cm}\n", " \\caption{(a) CLIP’s image and text embeddings are located in two completely separate regions of the embedding space. (b) The concept of \"dog\" and \"seaplane\" is more d...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2025 % ready for submission % \usepackage{neurips_2025} % to compile a preprint version, e.g., for submission to arXiv, add add the % [preprint] option: \u...
Which model has the best performance on both datasets in fpr95? Does this model perform better on fine-grained classification datasets or ImageNet datasets?
TrustVLM-D, fine-grained classification
SELECT FPR95 of models on fine-grained datasets from Table 1 COMPUTE best_model_1 = argmin over FPR95 scores on fine-grained datasets SELECT FPR95 of models on ImageNet datasets from Table 2 COMPUTE best_model_2 = argmin over FPR95 scores on ImageNet datasets IF best_model_1== best_model_2 COMPUTE best_model_both...
2505.16986
[ [ "\\begin{table*}[!ht]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{\n", " \\begin{tabular}{lcccc|cccc|c|cc|c}\n", " \\toprule\n", " \\textbf{Domain} & \\multicolumn{4}{c}{\\textbf{Tool Call}} & \\multicolumn{4}{|c|}{\\textbf{Parameter Matching}} & \\textbf{Code Exec. Rate} & ...
[ [ "\\begin{figure*}[!t]\n", " \\centering\n", " \\includegraphics[width=\\textwidth]{assets/pipeline.png}\n", " \\caption{Illustrative example from the $\\benchmarkname$ dataset. This example showcases a multi-domain scenario involving both flights and hotels, where the user is planning a t...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2024 \usepackage[square,numbers]{natbib} \bibliographystyle{abbrvnat} % ready for submission % \usepackage[]{neurips_2025} \usepackage[preprint]{neurips_2025} ...
For the Llama 3.1 8B Instruct model, which multi-domain combination achieves a higher Tool Call F1 score than at least one of the single-domain datasets that constitute it?
F-H, H-R
SELECT multi-domain combinations LOOP for each multi-domain dataset SELECT Tool Call F1 for the Multi-domain Combination SELECT single-domain components that constitute the current Combination LOOP for each single-domain component SELECT Tool Call F1 for the single-domain component IF multi...
2505.23621
[ [ "\\begin{table*}[!t]\n", "\\label{tab:main-results} \n", "\\centering\n", "\n", "\\setlength{\\tabcolsep}{2pt} \n", "\n", "\\resizebox{\\textwidth}{!}{\n", "\\begin{tabular}{l*{13}{c}}\n", "\\toprule\n", "\n", "\\multirow{3}{*}{\\textbf{Model}} & \\multicolumn{4}{c}{\...
[ [ "\\begin{figure}[!t]\n", " \\includegraphics[width=\\columnwidth]{figure/RadarChart.pdf}\n", " \\caption{Overall performance comparison between \\ours and same-scale baselines on various table reasoning benchmarks. Both \\sftmodel and \\rlmodel exhibit substantial performance improvements over basel...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Remove the "review" option to generate the final version. \usepackage[]{acl} % St...
Which open-source model with at most 32B parameters outperforms GPT-4.1 mini on at least two out-of-domain TFV tasks, and what are those tasks?
QwQ-32B, InfoTabs, PHT
SELECT open-source models with ≤ 32B parameters LOOP for each model SELECT out-of-domain TFV tasks LOOP for each TFV task SELECT GPT-4.1-mini’s task score for current TFV Task SELECT model score for current TFV Task IF model score > GPT-4.1-mini score COMPUTE increase count ...
2505.22582
[ [ "\\begin{table*}[t]\n", " \\centering\n", " \\resizebox*{\\linewidth}{!}{\n", " \\begin{tabular}{lc|cccccccc|ccc}\n", " \\bottomrule\n", " & & \\multicolumn{2}{c}{\\textbf{ARC-C}} & \\multicolumn{2}{c}{\\textbf{MMLU}} & \\multicolumn{2}{c}{\\textbf{Hellaswag}} & \\multic...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=\\linewidth]{p1-v1.jpg}\n", " \\caption{The similarity of HSAs in different languages across all layers within Qwen1.5-1.8B.}\n", " \\label{fig:similarity}\n", "\\end{figure}\n" ], [ "\\begin{figure*}[t...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
In the G0 → G1 setting, which method exhibits the smallest relative decline from Old-avg to New-avg, and what is that decline percentage to 2 decimal places?
*MoE, 23.07%
SELECT G0 → G1 methods LOOP for each method SELECT old-avg and new-avg scores for current Method COMPUTE decline_percentage = (old_avg - new_avg) /old_avg * 100 COMPUTE best_method = argmin over decline_percentages RETURN best_method, round(argmin[decline], 2)
2505.24615
[ [ "\\begin{table*}[t]\n", " \\centering\n", " \\fontsize{8}{6}\\selectfont\n", " \\caption{{\\small Experiments idea retrieval with different embedding backbones. The proposed LLM-KD retriever outperforms RA (Reference Alignment) and Vanilla (baseline without supervision) baselines, demonstrating...
[ [ "\\begin{figure}\n", " \\centering\n", " \\includegraphics[width=\\linewidth]{figures/EMNLP_F1.png}\n", " \\caption{An illustrative example about the gap between textual similarity and idea conception. The LLM-paraphrased idea aligns conceptually with the target (green ticked) but shows l...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
Which backbone shows the largest percentage improvement in MAP for LLM-KD over RA in the marketing domain, and how much larger is this improvement compared to its corresponding MAP improvement in the NLP domain?
NLI, 15.09%
SELECT backbones in Marketing domain LOOP for each backbone SELECT LLM-KD MAP and RA MAP for current Backbone in Marketing COMPUTE marketing_improvement = LLM-KD MAP − RA MAP COMPUTE target_backbone, max_market_improvement = argmax over marketing_improvement SELECT LLM-KD MAP and RA MAP for target_backbone in...
2506.03090
[ [ "\\begin{table}[t]\n", "\\centering\n", "\\footnotesize % Reduce font size for fitting in one column\n", "\n", "\n", "\\centering\n", "\n", "\\resizebox{0.48\\textwidth}{!}{%\n", "\\begin{tabular}{lcc|cc|c}\n", "\\toprule\n", " & \\multicolumn{2}{c}{\\textbf{Primary Sou...
[ [ "\\begin{table}[t]\n", "\\centering\n", "\\footnotesize % Reduce font size for fitting in one column\n", "\n", "\n", "\\centering\n", "\n", "\\resizebox{0.48\\textwidth}{!}{%\n", "\\begin{tabular}{lcc|cc|c}\n", "\\toprule\n", " & \\multicolumn{2}{c}{\\textbf{Primary Sou...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
In the table, which group shows the highest relative variability in token count?
Primary sources
SELECT Primary Sources, token count mean and st. dev. COMPUTE primary_variability = primary st. dev / mean SELECT Dataset Examples, token count mean and st. dev. COMPUTE dataset_variability = dataset st. dev / mean COMPUTE target_group = argmax of primary_variability and dataset_variability RETURN target_group
2506.03090
[ [ "\\begin{table}[t!]\n", "\\small\n", "\\resizebox{0.48\\textwidth}{!}{%\n", "\\begin{tabular}{lccc} % Updated to four columns\n", "\n", "\\toprule\n", "\\textsc{Model + Simple Prompt} & \\textsc{ALL} \\textsubscript{($n$=292)} & \\textsc{\\faUser} \\textsubscript{($n$=40)}& \\textsc{\...
[ [ "\\begin{table}[t]\n", "\\centering\n", "\\footnotesize % Reduce font size for fitting in one column\n", "\n", "\n", "\\centering\n", "\n", "\\resizebox{0.48\\textwidth}{!}{%\n", "\\begin{tabular}{lcc|cc|c}\n", "\\toprule\n", " & \\multicolumn{2}{c}{\\textbf{Primary Sou...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
Compare the top-performing model with the explanation prompt and the baseline model, what is the improvement factor for human-evaluated dataset? And what is the improvement factor for close-reading dataset?
25, 11.7
SELECT “ALL” accuracy for the Explanation Prompt SELECT Human-evaluated accuracy for the Explanation Prompt Models COMPUTE best_explanation_model = argmax over Human-evaluated accuracy SELECT Human-evaluated accuracy for best_explanation_model and Baseline COMPUTE human_improvement_factor = explanation_human_accurac...
2506.03090
[ [ "\\begin{table}[t!]\n", "\\small\n", "\\resizebox{0.48\\textwidth}{!}{%\n", "\\begin{tabular}{lccc} % Updated to four columns\n", "\n", "\\toprule\n", "\\textsc{Model + Simple Prompt} & \\textsc{ALL} \\textsubscript{($n$=292)} & \\textsc{\\faUser} \\textsubscript{($n$=40)}& \\textsc{\...
[ [ "\\begin{table}[t]\n", "\\centering\n", "\\footnotesize % Reduce font size for fitting in one column\n", "\n", "\n", "\\centering\n", "\n", "\\resizebox{0.48\\textwidth}{!}{%\n", "\\begin{tabular}{lcc|cc|c}\n", "\\toprule\n", " & \\multicolumn{2}{c}{\\textbf{Primary Sou...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Change "review" to "final" to generate the final (sometimes called camera-ready) v...
Compare the same models appearing in the simple prompt group and the explained prompt group. What is the overall absolute and relative improvement after adding the explanation? Your answer should be expressed as a percentage.
0.325%, 0.73%
SELECT models in simple prompt group SELECT models in explanation prompt group COMPUTE common models = intersection of simple prompt models and explanation prompt models SELECT accuracies for common models in simple prompt group COMPUTE average accuracy for simple prompt group SELECT accuracies for common models in exp...
2506.02561
[ [ "\\begin{table*}[t]\n", "\\caption{Main Results of \\texttt{Cus-Prun} on multilingual setting with a pruning ratio of $25\\%$, where ``general capability'' is tested in English and averaged across several expert models, while ``specific capability'' is averaged across languages. Results are expressed in ...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=0.48\\textwidth]{Figures/cust-prune.pdf}\n", " \\caption{Given a requirement for an expert model across three dimensions (language, domain, and task), \\texttt{Cus-Prun} (i) identifies irrelevant neurons for each dimension u...
\pdfoutput=1 \documentclass[11pt]{article} \usepackage[final]{acl} \usepackage{microtype} \usepackage{hyperref} \usepackage{url} \usepackage{booktabs} \usepackage{times} \usepackage{latexsym} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{graphicx} \usepackage{multirow} % This is not strictly necessary, and...
If the Llama2-13B model has the same change rate in MMLU as the Llama3-8B model at the same pruning ratio, what will be the final MMLU values ​​of ShortGPT and Cus-Prun at a pruning rate of about 35%? Your answer only needs to be rounded to one decimal place.
17.6, 42.5
COMPUTE change rate of ShortGPT MMLU between the two pruning ratios SELECT Llama3-8B Cus-Prun MMLU values at two pruning ratios COMPUTE change rate of Cus-Prun MMLU between the two pruning ratios SELECT Llama2-13B ShortGPT MMLU value at the lower pruning ratio COMPUTE predicted ShortGPT MMLU at the higher pruning ratio...
2506.02561
[ [ "\\begin{table*}[t]\n", "\\caption{Main Results of \\texttt{Cus-Prun} on multilingual setting with a pruning ratio of $25\\%$, where ``general capability'' is tested in English and averaged across several expert models, while ``specific capability'' is averaged across languages. Results are expressed in ...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=0.48\\textwidth]{Figures/cust-prune.pdf}\n", " \\caption{Given a requirement for an expert model across three dimensions (language, domain, and task), \\texttt{Cus-Prun} (i) identifies irrelevant neurons for each dimension u...
\pdfoutput=1 \documentclass[11pt]{article} \usepackage[final]{acl} \usepackage{microtype} \usepackage{hyperref} \usepackage{url} \usepackage{booktabs} \usepackage{times} \usepackage{latexsym} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{graphicx} \usepackage{multirow} % This is not strictly necessary, and...
Which model is completely unaffected by the method used on some task? Which model has the best performance on the Cus-Prun method on this task?
Llama2-13B, Llama3-70B
SELECT all models SELECT all tasks SELECT all methods LOOP for each model LOOP for each task SELECT scores of this model on this task across all methods COMPUTE maximum score across methods COMPUTE minimum score across methods IF maximum score equals minimum score SELECT ...
2506.02561
[ [ "\\begin{table}[ht]\n", "\\caption{Aggressive pruning ratio on Llama3-8B.}\n", "\\centering\n", "\\setlength{\\tabcolsep}{3pt}\n", " \\scalebox{0.9}{\n", "\\begin{tabular}{l|c|c|c|c}\n", " \\hline\n", " \\textbf{Method} & \\textbf{Ratio} & \\textbf{Speedup} & \\textbf{MM...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=0.48\\textwidth]{Figures/cust-prune.pdf}\n", " \\caption{Given a requirement for an expert model across three dimensions (language, domain, and task), \\texttt{Cus-Prun} (i) identifies irrelevant neurons for each dimension u...
\pdfoutput=1 \documentclass[11pt]{article} \usepackage[final]{acl} \usepackage{microtype} \usepackage{hyperref} \usepackage{url} \usepackage{booktabs} \usepackage{times} \usepackage{latexsym} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{graphicx} \usepackage{multirow} % This is not strictly necessary, and...
When the pruning rate increases from 25% to about 45%, how much original performance do ShortGPT and Cus-Prun's MMLU retain compared to their respective original Dense models? From the results, which method is more sensitive to pruning gains?
12.5%, 76.7% ,ShortGPT
SELECT Dense MMLU score SELECT ShortGPT MMLU score at the higher Pruning Ratio COMPUTE shortgpt_retention = (shortgpt_mmlu_high / dense_mmlu) * 100 SELECT Cus-Prun MMLU score at the higher Pruning Ratio COMPUTE cus_prun_retention = (cus_prun_mmlu_high / dense_mmlu) * 100 IF shortgpt_retention < cus_prun_retention ...
2506.02561
[ [ "\\begin{table}[ht]\n", "\\caption{Aggressive pruning ratio on Llama3-8B.}\n", "\\centering\n", "\\setlength{\\tabcolsep}{3pt}\n", " \\scalebox{0.9}{\n", "\\begin{tabular}{l|c|c|c|c}\n", " \\hline\n", " \\textbf{Method} & \\textbf{Ratio} & \\textbf{Speedup} & \\textbf{MM...
[ [ "\\begin{figure}[t]\n", " \\centering\n", " \\includegraphics[width=0.48\\textwidth]{Figures/cust-prune.pdf}\n", " \\caption{Given a requirement for an expert model across three dimensions (language, domain, and task), \\texttt{Cus-Prun} (i) identifies irrelevant neurons for each dimension u...
\pdfoutput=1 \documentclass[11pt]{article} \usepackage[final]{acl} \usepackage{microtype} \usepackage{hyperref} \usepackage{url} \usepackage{booktabs} \usepackage{times} \usepackage{latexsym} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{graphicx} \usepackage{multirow} % This is not strictly necessary, and...
Assuming that the MMLU scores of ShortGPT follow a linear trend between pruning rates of 25% and 43.8%, what would be the predicted MMLU score if the pruning rate were increased to 50%?
1.10%
SELECT ShortGPT MMLU scores at Pruning Rates 25% and 43.8% COMPUTE rate_change = (mmlu_at_43.8 - mmlu_at_25) / (43.8 - 25) COMPUTE pruning_gap = 50 - 43.8 COMPUTE mmlu_delta = rate_change * pruning_gap COMPUTE predicted_mmlu_50 = mmlu_at_43.8 + mmlu_delta RETURN predicted_mmlu_50
2506.04050
[ [ "\\begin{table}[ht]\n", "\\centering\n", "\\scriptsize\n", "\\renewcommand{\\arraystretch}{1.2}\n", "\\caption{Model performance by language and domain on unmodified AI text. \\textbf{Bold} indicates the best result within each language and domain block.}\n", "\\label{tab:lang_domain_updat...
[ [ "\\begin{figure*}[!ht]\n", "\\centering\n", "\\includegraphics[width=0.7\\linewidth]{plots/model.jpeg}\n", "\\vspace{-5pt}\n", "\\caption{\\small The architecture of the proposed ensemble model. Outputs of three frozen BERT models (left) and three fresh BERT models (right) are concatenated and...
%% This is a JAIR Example File Compiled by Nicholas Mattei (nsmattei@tulane.edu) %% and Odd Erik Gundersen (odderik@ntnu.no) %% and Mykel Kochenderfer (mykel@stanford.edu) %% March 29, 2025 %% %% This file is based off the ACM Latex Template https://www.acm.org/publications/proceedings-template %% Revision 2.12 (12/2...
Comparing the performance of the two language databases, which model has the biggest performance difference between English and Dutch and in which field? What is the specific difference?
BERT-base, news, 0.28
SELECT English dataset F1 scores for all models and all domains SELECT Dutch dataset F1 scores for all models and all domains LOOP for each model LOOP for each domain COMPUTE diff_value = performance difference between English F1 and Dutch F1 COMPUTE add diff_value and Model-Domain pair to diff_list...
2506.04050
[ [ "\\begin{table*}[ht]\n", "\\centering\n", "\\caption{\\small F1 score and Accuracy of each detector under every rewriting scenario. \n", "The best metric in a column is \\textbf{bolded}; the largest negative drop is \\dashuline{\\phantom{-00\\%}}, the smallest negative drop is \\dotuline{\\phanto...
[ [ "\\begin{figure*}[!ht]\n", "\\centering\n", "\\includegraphics[width=0.7\\linewidth]{plots/model.jpeg}\n", "\\vspace{-5pt}\n", "\\caption{\\small The architecture of the proposed ensemble model. Outputs of three frozen BERT models (left) and three fresh BERT models (right) are concatenated and...
%% This is a JAIR Example File Compiled by Nicholas Mattei (nsmattei@tulane.edu) %% and Odd Erik Gundersen (odderik@ntnu.no) %% and Mykel Kochenderfer (mykel@stanford.edu) %% March 29, 2025 %% %% This file is based off the ACM Latex Template https://www.acm.org/publications/proceedings-template %% Revision 2.12 (12/2...
Considering only the HSR strategy, which method results in the largest average performance drop?
LIME
SELECT HSR strategy explain methods SELECT all detectors SELECT F1 changes SELECT Accuracy changes LOOP for each explain method COMPUTE average performance drop across all detectors and both metrics COMPUTE f1_avg_drop = average of F1 changes across all detectors COMPUTE acc_avg_drop = average of Accuracy c...
2506.04050
[ [ "\\begin{table}[ht]\n", "\\centering\n", "\\scriptsize\n", "\\renewcommand{\\arraystretch}{1.2}\n", "\\caption{Model performance by language and domain on unmodified AI text. \\textbf{Bold} indicates the best result within each language and domain block.}\n", "\\label{tab:lang_domain_updat...
[ [ "\\begin{figure*}[!ht]\n", "\\centering\n", "\\includegraphics[width=0.7\\linewidth]{plots/model.jpeg}\n", "\\vspace{-5pt}\n", "\\caption{\\small The architecture of the proposed ensemble model. Outputs of three frozen BERT models (left) and three fresh BERT models (right) are concatenated and...
%% This is a JAIR Example File Compiled by Nicholas Mattei (nsmattei@tulane.edu) %% and Odd Erik Gundersen (odderik@ntnu.no) %% and Mykel Kochenderfer (mykel@stanford.edu) %% March 29, 2025 %% %% This file is based off the ACM Latex Template https://www.acm.org/publications/proceedings-template %% Revision 2.12 (12/2...
Which model and data domain combination has the best detection performance without rewriting? What is the difference in F1 score between the best detection scenario after introducing explanatory rewriting and the best detection scenario without rewriting?
Ensemble model in Dutch, news. 0.16
SELECT all models SELECT all languages SELECT all domains SELECT F1 scores without rewriting LOOP for each model LOOP for each language–domain combination COMPUTE best F1 without rewriting for this combination COMPUTE model–language–domain with the highest F1 without rewriting SELECT all explanatory rewri...
2506.04583
[ [ "\\end{figure*}\\begin{table*}[!t]\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{\n", "\\begin{tabular}{lccccccc}\n", "\\toprule\n", "\\multirow{2}{*}{Backbone LLM} & \\multirow{2}{*}{Setting} \n", "& \\multicolumn{2}{c}{Top@3} & \\multicolumn{2}{c}{Top@5} & \\multicolumn{2}{c}{Top...
[ [ "\\begin{figure}[!t]\n", " \\centering\n", " \\includegraphics[width = \\linewidth]{figures_raw/main_example.pdf}\n", " \\caption{Examples of challenges in fact-checking adversarial claims. \n", " These claims are deliberately crafted by humans using strategies to deceive fact-chec...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \documentclass[11pt]{article} % Remove the "review" option to generate the final version. % \usepackage[review]{ac...
On the FoolMeTwice dataset using the Contriever retriever, among the methods whose Top@10 accuracy surpasses RALM, which LLM backbone shows the greatest average improvement over RALM in Top@10 accuracy, and what is the value of that average improvement?
GPT-4o mini, 3.83
SELECT FoolMeTwice SELECT Contriever setting SELECT all backbones SELECT all methods SELECT Top@10 accuracy and Top@10 improvements LOOP for each backbone LOOP for each method IF method Top@10 accuracy is greater than RALM Top@10 accuracy COMPUTE improvement over RALM COMPUTE average improve...
2506.02911
[ [ "\\begin{table*}[h!]\n", "\\centering\n", "\\footnotesize\n", "\\renewcommand\\tabcolsep{4pt}\n", "\\renewcommand\\arraystretch{1.05}\n", "\\caption{Evaluation of model performance on unseen disease datasets. The best and second-best results are highlighted in \\colorbox{backred!50}{red} ...
[ [ "\\begin{figure}[h!]\n", "\\centering\n", "\\includegraphics[width=0.96\\textwidth]{figs/overview.pdf}\n", "\\caption{Overview of this work. \\Ours achieves state-of-the-art on the \\Bench task.}\n", "\\label{fig:overview}\n", "\\end{figure}\n" ], [ "\\begin{figure}[h!]\n", "\\...
\documentclass{article} % if you need to pass options to natbib, use, e.g.: \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2025 % ready for submission % \usepackage{neurips_2025} % to compile a preprint version, e.g., for submission to arXiv, add add the % [preprint] option: % \...
Among the models with reasoning, which model exhibits the highest ratio of its SLE Batch accuracy to its SLE Cell accuracy, and what is that ratio?
Cell-o1, 0.4614
SELECT all models with reasoning SELECT SLE Cell accuracy SELECT SLE Batch accuracy LOOP for each model with reasoning COMPUTE ratio of SLE Batch accuracy to SLE Cell accuracy for this model COMPUTE model with the largest ratio RETURN model with the largest ratio, corresponding ratio
2506.02515
[ [ "\\begin{table*}[t]\n", "\\scriptsize\n", "\\centering\n", "\\resizebox{\\textwidth}{!}{\n", " \\begin{tabular}{l|cccc|ccc|c}\n", " \\toprule\n", " \\multicolumn{1}{c|}{\\multirow{2}{*}{\\textbf{Model}}} & \\multicolumn{4}{c|}{\\textbf{\\ourmetric $\\uparrow$}} & \\multicolumn...
[ [ "\\begin{figure}[t]\n", "\\centering\n", "\\definecolor{varname}{HTML}{CDE7FF}\n", "\\definecolor{varproj}{HTML}{FFE5B4}\n", "\\definecolor{vartotal}{HTML}{C3F5D5}\n", "\\definecolor{varrate}{HTML}{FFCEDC}\n", "\\definecolor{vartime}{HTML}{FFF8B0}\n", "\\definecolor{varprincipal}{H...
% This must be in the first 5 lines to tell arXiv to use pdfLaTeX, which is strongly recommended. \pdfoutput=1 % In particular, the hyperref package requires pdfLaTeX in order to break URLs across lines. \PassOptionsToPackage{table}{xcolor} \documentclass[11pt]{article} % Change "review" to "final" to generate the f...
Consider models with exactly 8B parameters, which category's mean FAC is the highest, and what is that mean?
General Reasoning, 0.4898
SELECT all models with size equal to 8B SELECT their categories SELECT FAC scores LOOP for each category SELECT models in this category with size equal to 8B SELECT FAC scores for these models COMPUTE mean FAC for this category COMPUTE category with the largest mean FAC RETURN category with the largest mean...
2506.05746
[ [ "\\begin{table*}[h]\n", "\\centering\n", "\\tiny\n", "\\begin{tabular}{ll|c|c|ccccccccc}\n", "\\toprule\n", "\\multirow{2}{*}{\\textbf{Output}} & \\multirow{2}{*}{\\textbf{Context}} & \\multirow{2}{*}{\\textbf{Method}} & \\textbf{Metric} & \\multicolumn{9}{c}{\\textbf{Results Across Catego...
[ [ "\\begin{figure}[htbp]\n", "\\vspace{-1.0em}\n", "\\begin{center}\n", " \\includegraphics[width=0.60\\columnwidth]{figs/Aron_Szilagyi.png} \n", "\\vspace{0.25em}\n", "\n", "\\noindent \\textit{\\small \\textbf{Q.} In which year did Áron Szilágyi achieve his personal highest number o...
\pdfoutput=1 \documentclass[11pt]{article} \usepackage[final]{acl} \usepackage{times} \usepackage{latexsym} \usepackage{authblk} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{microtype} \usepackage{inconsolata} \usepackage{graphicx} \usepackage{booktabs} \usepackage{adjustbox} \usepackage...
Which table querying approaches (considering output, context and method) rank consistently in the top 3 on the more lenient evaluation metric for all of the underlying foundation models when averaging over questions of different degree of difficulty?
SQL, Schema, Adaptive
SELECT all models SELECT all outputs SELECT all contexts SELECT all methods SELECT EMS scores for Easy Medium Hard LOOP for each model LOOP for each combination of output context and method COMPUTE average EMS across Easy Medium Hard COMPUTE top 3 combinations by average EMS for this model COMPUTE combi...