← Search

Yuheng Huang

4 accepted papers

2025

Multilingual Blending: Large Language Model Safety Alignment Evaluation with Language Mixture

NAACL 2025findings

As safety remains a crucial concern throughout the development lifecycle of Large Language Models (LLMs), researchers and industrial practitioners have increasingly focused on safeguarding and aligning LLM behaviors with human preferences and ethical standards. LLMs, trained on extensive multilingua…

Cited by 0SourcePDFScholar
2025

No More Tuning: Prioritized Multi-Task Learning with Lagrangian Differential Multiplier Methods

AAAI 2025technical

Given the ubiquity of multi-task in practical systems, Multi-Task Learning (MTL) has found widespread application across diverse domains. In real-world scenarios, these tasks often have different priorities. For instance, In web search, relevance is often prioritized over other metrics, such as clic…

Cited by 0SourcePDFScholar
2025

TESTEVAL: Benchmarking Large Language Models for Test Case Generation

NAACL 2025findings

For program languages, testing plays a crucial role in the software development cycle, enabling the detection of bugs, vulnerabilities, and other undesirable behaviors. To perform software testing, testers need to write code snippets that execute the program under test. Recently, researchers have re…

2020

Neuron-level Structured Pruning using Polarization Regularizer

NeurIPS 2020poster

Neuron-level structured pruning is a very effective technique to reduce the computation of neural networks without compromising prediction accuracy. In previous works, structured pruning is usually achieved by imposing L1 regularization on the scaling factors of neurons, and pruning the neurons whos…