paper-with-me

홈 › Papers

Grimoire is All You Need for Enhancing Large Language Models

2024-01-07 · Ding Chen, Shichao Song, Qingchen Yu, Zhiyu Li, Wenjin Wang, Feiyu Xiong, Bo Tang

In-context Learning (ICL) is one of the key methods for enhancing the performance of large language models on specific tasks by providing a set of few-shot examples. However, the ICL capability of different types of models shows significant variation due to factors such as model architecture, volume of learning data, and the size of parameters. Generally, the larger the model's parameter size and the more extensive the learning data, the stronger its ICL capability. In this paper, we propose a method SLEICL that involves learning from examples using strong language models and then summarizing and transferring these learned skills to weak language models for inference and application. This ensures the stability and effectiveness of ICL. Compared to directly enabling weak language models to learn from prompt examples, SLEICL reduces the difficulty of ICL for these models. Our experiments, conducted on up to eight datasets with five language models, demonstrate that weak language models achieve consistent improvement over their own zero-shot or few-shot capabilities using the SLEICL method. Some weak language models even surpass the performance of GPT4-1106-preview (zero-shot) with the aid of SLEICL.

📄 PDF Abstract BibTeX arXiv:2401.03385

Code (1)

iaar-shanghai/grimoire 공식 구현

Tasks

AllIn-Context Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Vector Grimoire: Codebook-based Shape Generation under Raster Image Supervision

2024-10-08 · Moritz Feuerpfeil, Marco Cipriano, Gerard de Melo

Scalable Vector Graphics (SVG) is a popular format on the web and in the design industry. However, despite the great strides made in generative modeling, SVG has remained underexplored due to the discrete and complex nat…

Vector Graphics

GitRank: A Framework to Rank GitHub Repositories

2022-05-04 · Niranjan Hasabnis

Open-source repositories provide wealth of information and are increasingly being used to build artificial intelligence (AI) based systems to solve problems in software engineering. Open-source repositories could be of v…

Applying Large Language Models to Power Systems: Potential Security Threats

2023-11-22 · Jiaqi Ruan, Gaoqi Liang, Huan Zhao, Guolong Liu 외

Applying large language models (LLMs) to modern power systems presents a promising avenue for enhancing decision-making and operational efficiency. However, this action may also incur potential security threats, which ha…

Decision Making

Aligning Large Language Models with Healthcare Stakeholders: A Pathway to Trustworthy AI Integration

2025-05-02 · Kexin Ding, Mu Zhou, Akshay Chaudhari, Shaoting Zhang 외

The wide exploration of large language models (LLMs) raises the awareness of alignment between healthcare stakeholder preferences and model outputs. This alignment becomes a crucial foundation to empower the healthcare w…

Principled Instructions Are All You Need for Questioning LLaMA-1/2, GPT-3.5/4

2023-12-26 · Sondos Mahmoud Bsharat, Aidar Myrzakhan, Zhiqiang Shen

This paper introduces 26 guiding principles designed to streamline the process of querying and prompting large language models. Our goal is to simplify the underlying concepts of formulating questions for various scales …

All