← Search

Gao Xing

5 accepted papers

2024

CycleAlign: Iterative Distillation from Black-box LLM to White-box Models for Better Human Alignment

ACL 2024findings

Language models trained on large-scale corpus often generate harmful responses that are harmful and contrary to human values. A prevalent approach for human alignment is reinforcement learning from human feedback (RLHF), utilizing algorithms such as proximal policy optimization (PPO). However, these…

2024

IAD: In-Context Learning Ability Decoupler of Large Language Models in Meta-Training

COLING 2024main

Large Language Models (LLMs) exhibit remarkable In-Context Learning (ICL) ability, where the model learns tasks from prompts consisting of input-output examples. However, the pre-training objectives of LLMs often misalign with ICL objectives. They’re mainly pre-trained with methods like masked langu…

Cited by 2SourcePDFScholar
2024

SocialBench: Sociality Evaluation of Role-Playing Conversational Agents

ACL 2024findings

Large language models (LLMs) have advanced the development of various AI conversational agents, including role-playing agents that mimic diverse characters and human behaviors. While prior research has predominantly focused on enhancing the conversational capability, role-specific knowledge and styl…

2023

DialoGPS: Dialogue Path Sampling in Continuous Semantic Space for Data Augmentation in Multi-Turn Conversations

ACL 2023long

In open-domain dialogue generation tasks, contexts and responses in most datasets are one-to-one mapped, violating an important many-to-many characteristic: a context leads to various responses, and a response answers multiple contexts. Without such patterns, models poorly generalize and prefer resp…

2022

MGIMN: Multi-Grained Interactive Matching Network for Few-shot Text Classification

NAACL 2022long

Text classification struggles to generalize to unseen classes with very few labeled text instances per class. In such a few-shot learning (FSL) setting, metric-based meta-learning approaches have shown promising results. Previous studies mainly aim to derive a prototype representation for each class…