paper-with-me

Papers

OpenChat: Advancing Open-source Language Models with Mixed-Quality Data

2023-09-20 · Guan Wang, Sijie Cheng, Xianyuan Zhan, Xiangang Li, Sen Song, Yang Liu

Nowadays, open-source large language models like LLaMA have emerged. Recent developments have incorporated supervised fine-tuning (SFT) and reinforcement learning fine-tuning (RLFT) to align these models with human goals. However, SFT methods treat all training data with mixed quality equally, while RLFT methods require high-quality pairwise or ranking-based preference data. In this study, we present a novel framework, named OpenChat, to advance open-source language models with mixed-quality data. Specifically, we consider the general SFT training data, consisting of a small amount of expert data mixed with a large proportion of sub-optimal data, without any preference labels. We propose the C(onditioned)-RLFT, which regards different data sources as coarse-grained reward labels and learns a class-conditioned policy to leverage complementary data quality information. Interestingly, the optimal policy in C-RLFT can be easily solved through single-stage, RL-free supervised learning, which is lightweight and avoids costly human preference labeling. Through extensive experiments on three standard benchmarks, our openchat-13b fine-tuned with C-RLFT achieves the highest average performance among all 13b open-source language models. Moreover, we use AGIEval to validate the model generalization performance, in which only openchat-13b surpasses the base model. Finally, we conduct a series of analyses to shed light on the effectiveness and robustness of OpenChat. Our code, data, and models are publicly available at https://github.com/imoneoi/openchat and https://huggingface.co/openchat.

📄 PDF Abstract BibTeX arXiv:2309.11235

Code (1)

imoneoi/openchat 공식 구현 pytorch

Tasks

Arithmetic ReasoningCode GenerationMath Word Problem Solving

Methods 이 논문이 사용한 방법론

BASE 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Evaluation is all you need. Prompting Generative Large Language Models for Annotation Tasks in the Social Sciences. A Primer using Open Models

2023-12-30 · Maximilian Weber, Merle Reichardt

This paper explores the use of open generative Large Language Models (LLMs) for annotation tasks in the social sciences. The study highlights the challenges associated with proprietary models, such as limited reproducibi…

AllPrompt EngineeringSentiment Analysis

Is Your Prompt Safe? Investigating Prompt Injection Attacks Against Open-Source LLMs

2025-05-20 · Jiawen Wang, Pritha Gupta, Ivan Habernal, Eyke Hüllermeier

Recent studies demonstrate that Large Language Models (LLMs) are vulnerable to different prompt-based attacks, generating harmful content or sensitive information. Both closed-source and open-source LLMs are underinvesti…

RE-GAINS & EnChAnT: Intelligent Tool Manipulation Systems For Enhanced Query Responses

2024-01-28 · Sahil Girhepuje, Siva Sankar Sajeev, Purvam Jain, Arya Sikder 외

Large Language Models (LLMs) currently struggle with tool invocation and chaining, as they often hallucinate or miss essential steps in a sequence. We propose RE-GAINS and EnChAnT, two novel frameworks that empower LLMs …

LanguaShrink: Reducing Token Overhead with Psycholinguistics

2024-09-01 · Xuechen Liang, Meiling Tao, Yinghui Xia, Tianyu Shi 외

As large language models (LLMs) improve their capabilities in handling complex tasks, the issues of computational cost and efficiency due to long prompts are becoming increasingly prominent. To accelerate model inference…

ArticlesSemantic SimilaritySemantic Textual Similarity

Reasoning in Conversation: Solving Subjective Tasks through Dialogue Simulation for Large Language Models

2024-02-27 · Xiaolong Wang, Yile Wang, Yuanchi Zhang, Fuwen Luo 외

Large Language Models (LLMs) have achieved remarkable performance in objective tasks such as open-domain question answering and mathematical reasoning, which can often be solved through recalling learned factual knowledg…

Dark Humor DetectionDialogue GenerationHumor DetectionMathematical Reasoning+2