← Search

Zihao Fu

9 accepted papers

2026

The Heterogeneous Safety Impacts of Benign Multilingual Fine-Tuning

ICML 2026poster

Fine-tuning a large language model is a ubiquitous method for enhancing its capability on a specific downstream task. However, prior work has shown that this increase in capability comes with a cost: it can increase a model's tendency to respond to unsafe adversarial prompts, even when fine-tuning w…

Cited by 0SourceScholar
2025

FairImagen: Post-Processing for Bias Mitigation in Text-to-Image Models

NeurIPS 2025poster

Text-to-image diffusion models, such as Stable Diffusion, have demonstrated remarkable capabilities in generating high-quality and diverse images from natural language prompts. However, recent studies reveal that these models often replicate and amplify societal biases, particularly along demographi…

Cited by 0SourcecodeScholar
2024

BAND: Biomedical Alert News Dataset

AAAI 2024technical

Infectious disease outbreaks continue to pose a significant threat to human health and well-being. To improve disease surveillance and understanding of disease spread, several surveillance systems have been developed to monitor daily news alerts and social media. However, existing systems lack thoro…

2024

OxonFair: A Flexible Toolkit for Algorithmic Fairness

NeurIPS 2024poster

We present OxonFair, a new open source toolkit for enforcing fairness in binary classification. Compared to existing toolkits: (i) We support NLP and Computer Vision classification as well as standard tabular problems. (ii) We support enforcing fairness on validation data, making us robust to a wide…

2023

Biomedical Named Entity Recognition via Dictionary-based Synonym Generalization

EMNLP 2023long main

Biomedical named entity recognition is one of the core tasks in biomedical natural language processing (BioNLP). To tackle this task, numerous supervised/distantly supervised approaches have been proposed. Despite their remarkable success, these approaches inescapably demand laborious human effort.…

Cited by 0SourcecodeScholar
2023

On the Effectiveness of Parameter-Efficient Fine-Tuning

AAAI 2023technical

Fine-tuning pre-trained models has been ubiquitously proven to be effective in a wide range of NLP tasks. However, fine-tuning the whole model is parameter inefficient as it always yields an entirely new model for each task. Currently, many research works propose to only fine-tune a small portion of…

2023

Repetition In Repetition Out: Towards Understanding Neural Text Degeneration from the Data Perspective

NeurIPS 2023poster

There are a number of diverging hypotheses about the neural text degeneration problem, i.e., generating repetitive and dull loops, which makes this problem both interesting and confusing. In this work, we aim to advance our understanding by presenting a straightforward and fundamental explanation fr…

2021

A Theoretical Analysis of the Repetition Problem in Text Generation

AAAI 2021technical

Text generation tasks, including translation, summarization, language models, and etc. see rapid growth during recent years. Despite the remarkable achievements, the repetition problem has been observed in nearly all text generation models undermining the generation performance extensively. To solve…