Triangle104 commited on
Commit
2716776
1 Parent(s): bb3b8a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -17,6 +17,24 @@ base_model: THU-KEG/Mistral-Crab-DPO
17
  This model was converted to GGUF format from [`THU-KEG/Mistral-Crab-DPO`](https://huggingface.co/THU-KEG/Mistral-Crab-DPO) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
18
  Refer to the [original model card](https://huggingface.co/THU-KEG/Mistral-Crab-DPO) for more details on the model.
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ## Use with llama.cpp
21
  Install llama.cpp through brew (works on Mac and Linux)
22
 
 
17
  This model was converted to GGUF format from [`THU-KEG/Mistral-Crab-DPO`](https://huggingface.co/THU-KEG/Mistral-Crab-DPO) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
18
  Refer to the [original model card](https://huggingface.co/THU-KEG/Mistral-Crab-DPO) for more details on the model.
19
 
20
+ ---
21
+ Model details:
22
+ -
23
+
24
+ Large language models (LLMs) struggle to follow instructions with complex constraints in format, length, etc. Following the conventional instruction-tuning practice, previous works conduct post-training on complex instruction-response pairs generated by feeding complex instructions to advanced LLMs. However, even advanced LLMs cannot follow complex instructions well, thus limiting the quality of generated data. In this work, we find that existing datasets inherently contain implicit complex constraints and propose a novel data generation technique, constraint back-translation. Specifically, we take the high-quality instruction-response pairs in existing datasets and only adopt advanced LLMs to add complex constraints already met by the responses to the instructions, which naturally reduces costs and data noise. In the experiments, we adopt Llama3-70B-Instruct to back-translate constraints and create a high-quality complex instruction-response dataset, named CRAB. We present that post-training on CRAB improves multiple backbone LLMs' complex instruction-following ability, evaluated on extensive instruction-following benchmarks. We further find that constraint back-translation also serves as a useful auxiliary training objective in post-training.
25
+
26
+ 📖 Paper: Constraint Back-translation Improves Complex Instruction Following of Large Language Models
27
+
28
+ 🦀 Github: THU/Crab
29
+
30
+ Model Description
31
+ -
32
+ Developed by: Yunjia Qi, Hao Peng, Xiaozhi Wang, Bin Xu, Lei Hou, Juanzi Li
33
+ Model type: Text Generation
34
+ Language(s) (NLP): English
35
+ Finetuned from model [optional]: Mistral-7B-v0.3
36
+
37
+ ---
38
  ## Use with llama.cpp
39
  Install llama.cpp through brew (works on Mac and Linux)
40