← Search

Jilin Chen

5 accepted papers

2024

Batch Calibration: Rethinking Calibration for In-Context Learning and Prompt Engineering

ICLR 2024poster

Prompting and in-context learning (ICL) have become efficient learning paradigms for large language models (LLMs). However, LLMs suffer from prompt brittleness and various bias factors in the prompt, including but not limited to the formatting, the choice verbalizers, and the ICL examples. To addres…

Cited by 51SourcePDFScholar
2024

Controlled Decoding from Language Models

ICML 2024poster

KL-regularized reinforcement learning (RL) is a popular alignment framework to control the language model responses towards high reward outcomes. We pose a tokenwise RL objective and propose a modular solver for it, called *controlled decoding (CD)*. CD exerts control through a separate *prefix scor…

Cited by 86SourcePDFScholar
2023

Improving Diversity of Demographic Representation in Large Language Models via Collective-Critiques and Self-Voting

EMNLP 2023long main

A crucial challenge for generative large language models (LLMs) is diversity: when a user's prompt is under-specified, models may follow implicit assumptions while generating a response, which may result in homogenization of the responses, as well as certain demographic groups being under-represente…

Cited by 0SourceScholar
2022

Investigating Ensemble Methods for Model Robustness Improvement of Text Classifiers

EMNLP 2022finding

Large pre-trained language models have shown remarkable performance over the past few years. These models, however, sometimes learn superficial features from the dataset and cannot generalize to the distributions that are dissimilar to the training scenario. There have been several approaches propos…

Cited by 2SourcePDFScholar
2020

Fairness without Demographics through Adversarially Reweighted Learning

NeurIPS 2020poster

Much of the previous machine learning (ML) fairness literature assumes that protected features such as race and sex are present in the dataset, and relies upon them to mitigate fairness concerns. However, in practice factors like privacy and regulation often preclude the collection of protected feat…