paper-with-me

Papers

Can Small Language Models Help Large Language Models Reason Better?: LM-Guided Chain-of-Thought

2024-04-04 · Jooyoung Lee, Fan Yang, Thanh Tran, Qian Hu, Emre Barut, Kai-Wei Chang, Chengwei Su

We introduce a novel framework, LM-Guided CoT, that leverages a lightweight (i.e., <1B) language model (LM) for guiding a black-box large (i.e., >10B) LM in reasoning tasks. Specifically, the lightweight LM first generates a rationale for each input instance. The Frozen large LM is then prompted to predict a task output based on the rationale generated by the lightweight LM. Our approach is resource-efficient in the sense that it only requires training the lightweight LM. We optimize the model through 1) knowledge distillation and 2) reinforcement learning from rationale-oriented and task-oriented reward signals. We assess our method with multi-hop extractive question answering (QA) benchmarks, HotpotQA, and 2WikiMultiHopQA. Experimental results show that our approach outperforms all baselines regarding answer prediction accuracy. We also find that reinforcement learning helps the model to produce higher-quality rationales with improved QA performance.

📄 PDF Abstract BibTeX arXiv:2404.03414

Code (0)

등록된 구현이 없습니다.

Tasks

Extractive Question-AnsweringKnowledge DistillationLanguage ModelingLanguage ModellingQuestion Answeringreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Enhancing Reasoning Capabilities of Small Language Models with Blueprints and Prompt Template Search

2025-06-10 · Dongge Han, Menglin Xia, Daniel Madrigal Diaz, Samuel Kessler 외

Small language models (SLMs) offer promising and efficient alternatives to large language models (LLMs). However, SLMs' limited capacity restricts their reasoning capabilities and makes them sensitive to prompt variation…

GSM8KMathmbpp

An Initial Exploration of Fine-tuning Small Language Models for Smart Contract Reentrancy Vulnerability Detection

2025-05-25 · Ignacio Mariano Andreozzi Pofcher, Joshua Ellul

Large Language Models (LLMs) are being used more and more for various coding tasks, including to help coders identify bugs and are a promising avenue to support coders in various tasks including vulnerability detection -…

Vulnerability Detection

Mixed Distillation Helps Smaller Language Model Better Reasoning

2023-12-17 · Chenglin Li, Qianglong Chen, Liangyue Li, Caiyu Wang 외

While large language models (LLMs) have demonstrated exceptional performance in recent natural language processing (NLP) tasks, their deployment poses substantial challenges due to high computational and memory demands i…

Knowledge DistillationLanguage ModelingLanguage Modellingmodel

Rethinking Model Efficiency: Multi-Agent Inference with Large Models

2026-04-06 · Sixun Dong, Juhua Hu, Steven Li, Wei Wen 외 arxiv

Most vision-language models (VLMs) apply a large language model (LLM) as the decoder, where the response tokens are generated sequentially through autoregression. Therefore, the number of output tokens can be the bottlen…

Can Small and Reasoning Large Language Models Score Journal Articles for Research Quality and Do Averaging and Few-shot Help?

2025-10-25 · Mike Thelwall, Ehsan Mohammadi arxiv

Previous research has shown that journal article quality ratings from the cloud based Large Language Model (LLM) families ChatGPT and Gemini and the medium sized open weights LLM Gemma3 27b correlate moderately with expe…