← Search

Jen-tse Huang

29 accepted papers

2026

Diversity-Enhanced Reasoning for Subjective Questions

ICLR 2026poster

Large Reasoning Models (LRMs) with long chain-of-thought capabilities, optimized via reinforcement learning with verifiable rewards (RLVR), excel at **objective reasoning** tasks like mathematical problem solving and code generation. However, RLVR is known for degrading generation diversity, which c…

Cited by 0SourcecodeScholar
2025

AI Sees Your Location—But With A Bias Toward The Wealthy World

EMNLP 2025

Visual-Language Models (VLMs) have shown remarkable performance across various tasks, particularly in recognizing geographic information from images. However, VLMs still show regional biases in this task. To systematically evaluate these issues, we introduce a benchmark consisting of 1,200 images pa

2025

Can’t See the Forest for the Trees: Benchmarking Multimodal Safety Awareness for Multimodal LLMs

ACL 2025long

Multimodal Large Language Models (MLLMs) have expanded the capabilities of traditional language models by enabling interaction through both text and images. However, ensuring the safety of these models remains a significant challenge, particularly in accurately identifying whether multimodal content…

2025

Chain-of-Jailbreak Attack for Image Generation Models via Step by Step Editing

ACL 2025finding

Text-based image generation models, such as Stable Diffusion and DALL-E 3, hold significant potential in content creation and publishing workflows, making them the focus in recent years. Despite their remarkable capability to generate diverse and vivid images, considerable efforts are being made to…

2025

CoSER: Coordinating LLM-Based Persona Simulation of Established Roles

ICML 2025poster

Role-playing language agents (RPLAs) have emerged as promising applications of large language models (LLMs). However, simulating established characters presents a challenging task for RPLAs, due to the lack of authentic character datasets and nuanced evaluation methods using such data. In this paper…

2025

CodeCrash: Exposing LLM Fragility to Misleading Natural Language in Code Reasoning

NeurIPS 2025poster

Large Language Models (LLMs) have recently demonstrated strong capabilities in code-related tasks, but their robustness in code reasoning under perturbations remains underexplored. We introduce CodeCrash, a stress-testing framework with 1,279 questions from CRUXEVAL and LIVECODEBENCH, designed to ev…

Cited by 0SourceScholar
2025

Competing Large Language Models in Multi-Agent Gaming Environments

ICLR 2025poster

Decision-making is a complex process requiring diverse abilities, making it an excellent framework for evaluating Large Language Models (LLMs). Researchers have examined LLMs' decision-making through the lens of Game Theory. However, existing evaluation mainly focus on two-player scenarios where an…

2025

Insight Over Sight: Exploring the Vision-Knowledge Conflicts in Multimodal LLMs

ACL 2025long

This paper explores the problem of commonsense level vision-knowledge conflict in Multimodal Large Language Models (MLLMs), where visual information contradicts model’s internal commonsense knowledge. To study this issue, we introduce an automated framework, augmented with human-in-the-loop quality…

2025

Learning to Ask: When LLM Agents Meet Unclear Instruction

EMNLP 2025

Equipped with the capability to call functions, modern LLM agents can leverage external tools for addressing a range of tasks unattainable through language skills alone. However, the effective execution of these tools relies heavily not just on the advanced capabilities of LLM agents but also on pre

2025

On the Resilience of LLM-Based Multi-Agent Collaboration with Faulty Agents

ICML 2025poster

Large language model-based multi-agent systems have shown great abilities across various tasks due to the collaboration of expert agents, each focusing on a specific domain. However, the impact of clumsy or even malicious agents—those who frequently make errors in their tasks—on the overall performa…

2025

Refuse Whenever You Feel Unsafe: Improving Safety in LLMs via Decoupled Refusal Training

ACL 2025long

This study addresses a critical gap in safety tuning practices for Large Language Models (LLMs) by identifying and tackling a refusal position bias within safety tuning data, which compromises the models’ ability to appropriately refuse generating unsafe content. We introduce a novel approach, Decou…

2025

SOTOPIA-S4: a user-friendly system for flexible, customizable, and large-scale social simulation

NAACL 2025system demonstrations

Social simulation through large language model (LLM) agents is a promising approach to explore and validate social science hypotheses.We present SOTOPIA-S4, a fast, flexible, and scalable social simulation system that addresses the technical barriers of current frameworks while enabling practitioner…

2025

Towards Evaluating Proactive Risk Awareness of Multimodal Language Models

NeurIPS 2025poster

Human safety awareness gaps often prevent the timely recognition of everyday risks. In solving this problem, a proactive safety artificial intelligence (AI) system would work better than a reactive one. Instead of just reacting to users' questions, it would actively watch people’s behavior and their…

Cited by 0SourceScholar
2025

UniDebugger: Hierarchical Multi-Agent Framework for Unified Software Debugging

EMNLP 2025

Software debugging is a time-consuming endeavor involving a series of steps, such as fault localization and patch generation, each requiring thorough analysis and a deep understanding of the underlying logic. While large language models (LLMs) demonstrate promising potential in coding tasks, their p

2025

VisBias: Measuring Explicit and Implicit Social Biases in Vision Language Models

EMNLP 2025

This research investigates both explicit and implicit social biases exhibited by Vision-Language Models (VLMs). The key distinction between these bias types lies in the level of awareness: explicit bias refers to conscious, intentional biases, while implicit bias operates subconsciously. To analyze

2025

Where Fact Ends and Fairness Begins: Redefining AI Bias Evaluation through Cognitive Biases

EMNLP 2025

Recent failures such as Google Gemini generating people of color in Nazi-era uniforms illustrate how AI outputs can be factually plausible yet socially harmful. AI models are increasingly evaluated for “fairness,” yet existing benchmarks often conflate two fundamentally different dimensions: factual

2024

All Languages Matter: On the Multilingual Safety of LLMs

ACL 2024findings

Safety lies at the core of developing and deploying large language models (LLMs). However, previous safety benchmarks only concern the safety in one language, e.g. the majority language in the pretraining data such as English. In this work, we build the first multilingual safety benchmark for LLMs,…

2024

Apathetic or Empathetic? Evaluating LLMs' Emotional Alignments with Humans

NeurIPS 2024poster

Evaluating Large Language Models’ (LLMs) anthropomorphic capabilities has become increasingly important in contemporary discourse. Utilizing the emotion appraisal theory from psychology, we propose to evaluate the empathy ability of LLMs, i.e., how their feelings change when presented with specific…

2024

GPT-4 Is Too Smart To Be Safe: Stealthy Chat with LLMs via Cipher

ICLR 2024poster

Safety lies at the core of the development of Large Language Models (LLMs). There is ample work on aligning LLMs with human ethics and preferences, including data filtering in pretraining, supervised fine-tuning, reinforcement learning from human feedback, red teaming, etc. In this study, we discove…

2024

InCharacter: Evaluating Personality Fidelity in Role-Playing Agents through Psychological Interviews

ACL 2024long

Role-playing agents (RPAs), powered by large language models, have emerged as a flourishing field of applications. However, a key challenge lies in assessing whether RPAs accurately reproduce the personas of target characters, namely their character fidelity. Existing methods mainly focus on the kno…

2024

InterIntent: Investigating Social Intelligence of LLMs via Intention Understanding in an Interactive Game Context

EMNLP 2024main

Large language models (LLMs) have demonstrated the potential to mimic human social intelligence. However, most studies focus on simplistic and static self-report or performance-based tests, which limits the depth and validity of the analysis. In this paper, we developed a novel framework, InterInten…

2024

LogicAsker: Evaluating and Improving the Logical Reasoning Ability of Large Language Models

EMNLP 2024main

We introduce LogicAsker, a novel approach for evaluating and enhancing the logical reasoning capabilities of large language models (LLMs) such as ChatGPT and GPT-4. Despite LLMs’ prowess in tasks like writing assistance, code generation, and machine translation, assessing their ability to reason has…

2024

Not All Countries Celebrate Thanksgiving: On the Cultural Dominance in Large Language Models

ACL 2024long

This paper identifies a cultural dominance issue within large language models (LLMs) due to the predominant use of English data in model training (e.g., ChatGPT). LLMs often provide inappropriate English-culture-related answers that are not relevant to the expected culture when users ask in non-Engl…

Cited by 62SourcePDFScholar
2024

On the Humanity of Conversational AI: Evaluating the Psychological Portrayal of LLMs

ICLR 2024oral

Large Language Models (LLMs) have recently showcased their remarkable capacities, not only in natural language processing tasks but also across diverse domains such as clinical medicine, legal consultation, and education. LLMs become more than mere applications, evolving into assistants capable of a…

2024

On the Reliability of Psychological Scales on Large Language Models

EMNLP 2024main

Recent research has focused on examining Large Language Models’ (LLMs) characteristics from a psychological standpoint, acknowledging the necessity of understanding their behavioral characteristics. The administration of personality tests to LLMs has emerged as a noteworthy area in this context. How…

2023

Improving the Transferability of Adversarial Samples by Path-Augmented Method

CVPR 2023poster

Deep neural networks have achieved unprecedented success on diverse vision tasks. However, they are vulnerable to adversarial noise that is imperceptible to humans. This phenomenon negatively affects their deployment in real-world scenarios, especially security-related ones. To evaluate the robustne…

2023

ParroT: Translating during Chat using Large Language Models tuned with Human Translation and Feedback

EMNLP 2023long findings

Large language models (LLMs) like ChatGPT have exhibited remarkable abilities on a wide range of natural language processing (NLP) tasks, including various machine translation abilities accomplished during chat. However, these models are only accessible through restricted APIs, which creates barrier…

Cited by 0SourcecodeScholar
2022

Improving Adversarial Transferability via Neuron Attribution-Based Attacks

CVPR 2022poster

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples. It is thus imperative to devise effective attack algorithms to identify the deficiencies of DNNs beforehand in security-sensitive applications. To efficiently tackle the black-box setting where the target model's particu…

Cited by 176PDFcodeScholar