paper-with-me

Papers

LAB: Large-Scale Alignment for ChatBots

2024-03-02 · Shivchander Sudalairaj, Abhishek Bhandwaldar, Aldo Pareja, Kai Xu, David D. Cox, Akash Srivastava

This work introduces LAB (Large-scale Alignment for chatBots), a novel methodology designed to overcome the scalability challenges in the instruction-tuning phase of large language model (LLM) training. Leveraging a taxonomy-guided synthetic data generation process and a multi-phase tuning framework, LAB significantly reduces reliance on expensive human annotations and proprietary models like GPT-4. We demonstrate that LAB-trained models can achieve competitive performance across several benchmarks compared to models trained with traditional human-annotated or GPT-4 generated synthetic data. Thus offering a scalable, cost-effective solution for enhancing LLM capabilities and instruction-following behaviors without the drawbacks of catastrophic forgetting, marking a step forward in the efficient training of LLMs for a wide range of applications.

📄 PDF Abstract BibTeX arXiv:2403.01081

Code (1)

instructlab/instructlab pytorch

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language ModelSynthetic Data Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

The Typing Cure: Experiences with Large Language Model Chatbots for Mental Health Support

2024-01-25 · Inhwa Song, Sachin R. Pendse, Neha Kumar, Munmun De Choudhury

People experiencing severe distress increasingly use Large Language Model (LLM) chatbots as mental health support tools. Discussions on social media have described how engagements were lifesaving for some, but evidence s…

Language ModelingLanguage ModellingLarge Language ModelNavigate

Towards Healthy AI: Large Language Models Need Therapists Too

2023-04-02 · Baihan Lin, Djallel Bouneffouf, Guillermo Cecchi, Kush R. Varshney

Recent advances in large language models (LLMs) have led to the development of powerful AI chatbots capable of engaging in natural and human-like conversations. However, these chatbots can be potentially harmful, exhibit…

Chatbot

Investigating person-specific errors in chat-oriented dialogue systems

2022-05-01 · ACL 2022 5 · Koh Mitsuda, Ryuichiro Higashinaka, Tingxuan Li, Sen Yoshida

Creating chatbots to behave like real people is important in terms of believability. Errors in general chatbots and chatbots that follow a rough persona have been studied, but those in chatbots that behave like real peop…

Chatbot

Some hypotheses on how chatbots work in problem-solving-driven conversations. Large Language Models as confirmation of the Innovation Illusion

2026-06-05 · S. F. M. van Vlijmen, H. D. Lethe arxiv

We discuss the nature of chatbots as conversation partners in problem-solving. What can chatbots do and what can't they do? We develop hypotheses on how this can this be explained. Our argument draws on insights from Agg…

Personal Information Leakage Detection in Conversations

2020-11-01 · EMNLP 2020 11 · Qiongkai Xu, Lizhen Qu, Zeyu Gao, Gholamreza Haffari

The global market size of conversational assistants (chatbots) is expected to grow to USD 9.4 billion by 2024, according to MarketsandMarkets. Despite the wide use of chatbots, leakage of personal information through cha…

Language ModelingLanguage Modelling