Edit model card

Model Card for Merlinite 7b πŸ”₯ Paper

Overview

Screenshot 2024-02-22 at 11.26.13β€―AM.png

Performance

Model Alignment Base Teacher MTBench (Avg) * MMLU(5-shot) ARC-C(25-shot) HellaSwag(10-shot) Winogrande(5-shot) GSM8K(5-shot- strict)
Llama-2-13b-chat-hf RLHF Llama-2-13b Human Annotators 6.65 54.58 59.81 82.52 75.93 34.80
Orca-2-13b Progressive Training Llama-2-13b GPT-4 6.15 60.37 * 59.73 79.86 78.22 48.22
WizardLM-13B-V1.2 Evol-Instruct Llama-2-13b GPT-4 7.20 54.83 60.24 82.62 76.40 43.75
Labradorite-13b Large-scale Alignment for chatBots (LAB) Llama-2-13b Mixtral-8x7B-Instruct 7.23 58.89 61.69 83.15 79.56 40.11
Mistral-7B-Instruct-v0.1 SFT Mistral-7B-v0.1 - 6.84 60.37 63.65 84.76 76.80 41.85
zephyr-7b-beta SFT/DPO Mistral-7B-v0.1 GPT-4 7.34 61.07 63.74 84.19 78.06 34.04
Mistral-7B-Instruct-v0.2 SFT Mistral-7B-v0.1 - 7.6** 60.78 63.14 84.88 77.19 40.03
Merlinite-7b Large-scale Alignment for chatBots (LAB) Mistral-7B-v0.1 Mixtral-8x7B-Instruct 7.66 64.88 63.99 84.37 78.24 44.58

[*] Numbers for models other than Merlinite-7b and Labradorite-13b (ours) are taken from lmsys/chatbot-arena-leaderboard

[**] Numbers taken from MistralAI Release Blog

Method

LAB: Large-scale Alignment for chatBots is a novel synthetic data-based alignment tuning method for LLMs from IBM Research. Merlinite-7b is a Mistral-7b-derivative model trained with the LAB methodology, using Mixtral-8x7b-Instruct as a teacher model.

LAB consists of three key components:

  1. Taxonomy-driven data curation process
  2. Large-scale synthetic data generator
  3. Two-phased-training with replay buffers

Untitled

LAB approach allows for adding new knowledge and skills, in an incremental fashion, to an already pre-trained model without suffering from catastrophic forgetting.

Taxonomy is a tree of seed examples that are used to prompt a teacher model to generate synthetic data. Taxonomy allows the data curator or the model designer to easily specify a diverse set of the knowledge-domains and skills that they would like to include in their LLM. At a high level, these can be categorized into three high-level bins - knowledge, foundational skills, and compositional skills. The leaf nodes of the taxonomy are tasks associated with one or more seed examples.

Untitled

During the synthetic data generation, unlike previous approaches where seed examples are uniformly drawn from the entire pool (i.e. self-instruct), we use the taxonomy to drive the sampling process: For each knowledge/skill, we only use the local examples within the leaf node as seeds to prompt the teacher model. This makes the teacher model better exploit the task distributions defined by the local examples of each node and the diversity in the taxonomy itself ensures the entire generation covers a wide range of tasks, as illustrated below. In turns, this allows for using Mixtral 8x7B as the teacher model for generation while performing very competitively with models such as ORCA-2, WizardLM, and Zephyr Beta that rely on synthetic data generated by much larger and capable models like GPT-4.

intuition.png

For adding new domain-specific knowledge, we provide an external knowledge source (document) and prompt the model to generate questions and answers based on the document. Foundational skills such as reasoning and compositional skills such as creative writing are generated through in-context learning using the seed examples from the taxonomy.

Additionally, to ensure the data is high-quality and safe, we employ steps to check the questions and answers to ensure that they are grounded and safe. This is done using the same teacher model that generated the data.

Our training consists of two major phases: knowledge tuning and skills tuning. There are two steps in knowledge tuning where the first step learns simple knowledge (short samples) and the second step learns complicated knowledge (longer samples). The second step uses replay a replay buffer with data from the first step. Both foundational skills and compositional skills are learned during the skills tuning phases, where a replay buffer of data from the knowledge phase is used. Importantly, we use a set of hyper-parameters for training that are very different from standard small-scale supervised fine-training: larger batch size and carefully optimized learning rate and scheduler.

Untitled

Model description

Prompt Template

sys_prompt = "You are an AI language model developed by IBM Research. You are a cautious assistant. You carefully follow instructions. You are helpful and harmless and you follow ethical guidelines and promote positive behavior."

prompt = f'<|system|>\n{sys_prompt}\n<|user|>\n{inputs}\n<|assistant|>\n'
stop_token = '<|endoftext|>'

We advise utilizing the system prompt employed during the model's training for optimal inference performance, as there could be performance variations based on the provided instructions.

Bias, Risks, and Limitations

Merlinite-7b has not been aligned to human preferences, so the model might produce problematic outputs. The model might also maintain the limitations and constraints that arise from the base model.

The model undergoes training on synthetic data, leading to the potential inheritance of both advantages and limitations from the underlying teacher models and data generation methods. The incorporation of safety measures during Merlinite-7b's training process is considered beneficial. However, a nuanced understanding of the associated risks requires detailed studies for more accurate quantification.

In the absence of adequate safeguards and RLHF, there exists a risk of malicious utilization of these models for generating disinformation or harmful content. Caution is urged against complete reliance on a specific language model for crucial decisions or impactful information, as preventing these models from fabricating content is not straightforward. Additionally, it remains uncertain whether smaller models might exhibit increased susceptibility to hallucination in ungrounded generation scenarios due to their reduced sizes and memorization capacities. This aspect is currently an active area of research, and we anticipate more rigorous exploration, comprehension, and mitigations in this domain.

Downloads last month
16,985
Safetensors
Model size
7.24B params
Tensor type
BF16
Β·

Finetuned from

Space using ibm/merlinite-7b 1

Collection including ibm/merlinite-7b