paper-with-me

홈 › Papers

$\texttt{LM}^\texttt{2}$: A Simple Society of Language Models Solves Complex Reasoning

2024-04-02 · Gurusha Juneja, Subhabrata Dutta, Tanmoy Chakraborty

Despite demonstrating emergent reasoning abilities, Large Language Models (LLMS) often lose track of complex, multi-step reasoning. Existing studies show that providing guidance via decomposing the original question into multiple subproblems elicits more robustness in LLM reasoning -- a decomposer generates the subproblems, and a solver solves each of these subproblems. However, these techniques fail to accommodate coordination between the decomposer and the solver modules (either in a single model or different specialized ones) -- the decomposer does not keep track of the ability of the solver to follow the decomposed reasoning. In this paper, we propose LM2 to address these challenges. LM2 modularizes the decomposition, solution, and verification into three different language models. The decomposer module identifies the key concepts necessary to solve the problem and generates step-by-step subquestions according to the reasoning requirement. The solver model generates the solution to the subproblems that are then checked by the verifier module; depending upon the feedback from the verifier, the reasoning context is constructed using the subproblems and the solutions. These models are trained to coordinate using policy learning. Exhaustive experimentation suggests the superiority of LM2 over existing methods on in- and out-domain reasoning problems, outperforming the best baselines by $8.1\%$ on MATH, $7.71\%$ on JEEBench, and $9.7\%$ on MedQA problems (code available at https://github.com/LCS2-IIITD/Language_Model_Multiplex).

📄 PDF Abstract BibTeX arXiv:2404.02255

Code (0)

등록된 구현이 없습니다.

Tasks

MathMedQA

Similar Papers 제목 키워드 기반

Simple Semi-supervised Knowledge Distillation from Vision-Language Models via $\mathbf{\texttt{D}}$ual-$\mathbf{\texttt{H}}$ead $\mathbf{\texttt{O}}$ptimization

2025-05-12 · Seongjae Kang, Dong Bok Lee, Hyungjoon Jang, Sung Ju Hwang

Vision-language models (VLMs) have achieved remarkable success across diverse tasks by leveraging rich textual information with minimal labeled data. However, deploying such large models remains challenging, particularly…

Few-Shot Image ClassificationKnowledge DistillationSemi-Supervised Image ClassificationSemi-Supervised Image Classification on ImageNet - 10% labeled data

Bi-SimCut: A Simple Strategy for Boosting Neural Machine Translation

2022-01-16 · ACL ARR January 2022 1 · Anonymous

We introduce Bi-SimCut: a simple but effective strategy to boost neural machine translation (NMT) performance. It consists of two training procedures: bidirectional pretraining and unidirectional finetuning. Both procedu…

Machine TranslationNMTTranslation

Adaptive pruning-based Newton's method for distributed learning

2023-08-20 · Shuzhen Chen, Yuan Yuan, Youming Tao, Tianzhu Wang 외

Newton's method leverages curvature information to boost performance, and thus outperforms first-order methods for distributed learning problems. However, Newton's method is not practical in large-scale and heterogeneous…

DiversityStochastic Optimization

Scaling Up Models and Data with $\texttt{t5x}$ and $\texttt{seqio}$

2022-03-31 · Adam Roberts, Hyung Won Chung, Anselm Levskaya, Gaurav Mishra 외

Recent neural network-based language models have benefited greatly from scaling up the size of training datasets and the number of parameters in the models themselves. Scaling can be complicated due to various factors in…

Decoder

Rethinking Key-Value Cache Compression Techniques for Large Language Model Serving

2025-03-31 · Wei Gao, Xinyu Zhou, Peng Sun, Tianwei Zhang 외

Key-Value cache (\texttt{KV} \texttt{cache}) compression has emerged as a promising technique to optimize Large Language Model (LLM) serving. It primarily decreases the memory consumption of \texttt{KV} \texttt{cache} to…

Computational EfficiencyLanguage ModelingLanguage ModellingLarge Language Model