← Search

Nancy F Chen

47 accepted papers

2026

AdaMCoT: Rethinking Cross-Lingual Factual Reasoning Through Adaptive Multilingual Chain-of-Thought

AAAI 2026technical

Large language models (LLMs) have shown impressive multilingual capabilities through pretraining on diverse corpora. While these models show strong reasoning abilities, their performance varies significantly across languages due to imbalanced training data distribution. Existing approaches using sam

Cited by 11SourcePDFScholar
2026

Patch-as-Decodable-Token: Towards Unified Multi-Modal Vision Tasks in MLLMs

ICLR 2026poster

Multimodal large language models (MLLMs) have advanced rapidly in recent years. However, existing approaches for vision tasks often rely on indirect representations, such as generating coordinates as text for detection, which limits performance and prevents dense prediction tasks like segmentation.…

Cited by 0SourcecodeScholar
2025

AudioBench: A Universal Benchmark for Audio Large Language Models

NAACL 2025long

We introduce AudioBench, a universal benchmark designed to evaluate Audio Large Language Models (AudioLLMs). It encompasses 8 distinct tasks and 26 datasets, among which, 7 are newly proposed datasets. The evaluation targets three main aspects: speech understanding, audio scene understanding, and vo…

2025

Benchmarking Contextual and Paralinguistic Reasoning in Speech-LLMs: A Case Study with In-the-Wild Data

EMNLP 2025

Recent speech-LLMs have shown impressive performance in tasks like transcription and translation, yet they remain limited in understanding the paralinguistic aspects of speech crucial for social and emotional intelligence. We propose CP-Bench, a benchmark for evaluating speech-LLMs on contextual par

2025

Beyond In-Context Learning: Aligning Long-form Generation of Large Language Models via Task-Inherent Attribute Guidelines

ACL 2025finding

In-context learning (ICL) is an important yet not fully understood ability of pre-trained large language models (LLMs). It can greatly enhance task performance using a few examples, termed demonstrations, without fine-tuning. Although effective in question answering, ICL often underperforms in long-…

Cited by 0SourcePDFScholar
2025

CoinMath: Harnessing the Power of Coding Instruction for Math LLM

ACL 2025finding

Large Language Models (LLMs) have shown strong performance in solving mathematical problems, with code-based solutions proving particularly effective. However, the best practice to leverage coding instruction data to enhance mathematical reasoning remains underexplored. This study investigates three…

2025

Emo-DPO: Controllable Emotional Speech Synthesis through Direct Preference Optimization

ICASSP 2025accepted

Current emotional text-to-speech (TTS) models pre-dominantly conduct supervised training to learn the conversion from text and desired emotion to its emotional speech, focusing on a single emotion per text-speech pair. These models only learn the correct emotional outputs without fully comprehending…

Cited by 0SourceScholar
2025

LLMs Are Biased Towards Output Formats! Systematically Evaluating and Mitigating Output Format Bias of LLMs

NAACL 2025long

We present the first systematic evaluation examining format bias in performance of large language models (LLMs). Our approach distinguishes between two categories of an evaluation metric under format constraints to reliably and accurately assess performance: one measures performance when format cons…

2025

MEDSAGE: Enhancing Robustness of Medical Dialogue Summarization to ASR Errors with LLM-generated Synthetic Dialogues

AAAI 2025technical

Automatic Speech Recognition (ASR) systems are pivotal in transcribing speech into text, yet the errors they introduce can significantly degrade the performance of downstream tasks like summarization. This issue is particularly pronounced in clinical dialogue summarization, a low-resource domain whe…

Cited by 0SourcePDFScholar
2025

MoWE-Audio: Multitask AudioLLMs with Mixture of Weak Encoders

ICASSP 2025accepted

The rapid advancements in large language models (LLMs) have significantly enhanced natural language processing capabilities, facilitating the development of AudioLLMs that process and understand speech and audio inputs alongside text. Existing AudioLLMs typically combine a pre-trained audio encoder…

Cited by 0SourceScholar
2025

Persuasion Dynamics in LLMs: Investigating Robustness and Adaptability in Knowledge and Safety with DuET-PD

EMNLP 2025

Large Language Models (LLMs) can struggle to balance gullibility to misinformation and resistance to valid corrections in persuasive dialogues, a critical challenge for reliable deployment. We introduce **DuET-PD** (**Du**al **E**valuation for **T**rust in **P**ersuasive **D**ialogues), a framework

2025

Preference Optimization for Reasoning with Pseudo Feedback

ICLR 2025spotlight

Preference optimization techniques, such as Direct Preference Optimization (DPO), are frequently employed to enhance the reasoning capabilities of large language models (LLMs) in domains like mathematical reasoning and coding, typically following supervised fine-tuning. These methods rely on high-qu…

Cited by 8SourcePDFScholar
2025

Reinforcing Compositional Retrieval: Retrieving Step-by-Step for Composing Informative Contexts

ACL 2025finding

Large Language Models (LLMs) have demonstrated remarkable capabilities across numerous tasks, yet they often rely on external context to handle complex tasks. While retrieval-augmented frameworks traditionally focus on selecting top-ranked documents in a single pass, many real-world scenarios demand…

2025

What Makes a Good Natural Language Prompt?

ACL 2025long

As large language models (LLMs) have progressed towards more human-like and human–AI communications prevalent, prompting has emerged as a decisive component. However, there is limited conceptual consensus on what exactly quantifies natural language prompts. We attempt to address this question by con…

2024

In2Core: Leveraging Influence Functions for Coreset Selection in Instruction Finetuning of Large Language Models

EMNLP 2024finding

Despite advancements, fine-tuning Large Language Models (LLMs) remains costly due to the extensive parameter count and substantial data requirements for model generalization. Accessibility to computing resources remains a barrier for the open-source community. To address this challenge, we propose t…

Cited by 1SourcePDFScholar
2024

Learning Planning-based Reasoning by Trajectories Collection and Process Reward Synthesizing

EMNLP 2024main

Large Language Models (LLMs) have demonstrated significant potential in handling complex reasoning tasks through step-by-step rationale generation. However, recent studies have raised concerns regarding the hallucination and flaws in their reasoning process. Substantial efforts are being made to imp…

2024

Multi-expert Prompting Improves Reliability, Safety and Usefulness of Large Language Models

EMNLP 2024main

We present Multi-expert Prompting, a novel enhancement of ExpertPrompting (Xu et al., 2023), designed to improve the large language model (LLM) generation. Specifically, it guides an LLM to fulfill an input instruction by simulating multiple experts, aggregating their responses, and selecting the be…

2024

Personality-aware Student Simulation for Conversational Intelligent Tutoring Systems

EMNLP 2024main

Intelligent Tutoring Systems (ITSs) can provide personalized and self-paced learning experience. The emergence of large language models (LLMs) further enables better human-machine interaction, and facilitates the development of conversational ITSs in various disciplines such as math and language lea…

Cited by 17SourcePDFScholar
2024

Prompt Optimization via Adversarial In-Context Learning

ACL 2024long

We propose a new method, Adversarial In-Context Learning (adv-ICL), to optimize prompts for in-context learning (ICL). Inspired by adversarial learning, adv-ICL is implemented as a two-player game between a generator and discriminator, with LLMs acting as both. In each round, given an input prefixed…

2024

Resilience of Large Language Models for Noisy Instructions

EMNLP 2024finding

As the rapidly advancing domain of natural language processing (NLP), large language models (LLMs) have emerged as powerful tools for interpreting human commands and generating text across various tasks. Nonetheless, the resilience of LLMs to handle text containing inherent errors, stemming from hum…

2023

Adapter-TST: A Parameter Efficient Method for Multiple-Attribute Text Style Transfer

EMNLP 2023long findings

Adapting a large language model for multiple-attribute text style transfer via fine-tuning can be challenging due to the substantial amount of computational resources and labeled data required for the specific downstream task. In this paper, we address this challenge by introducing \textsf{Adapter-T…

Cited by 0SourceScholar
2023

CoAnnotating: Uncertainty-Guided Work Allocation between Human and Large Language Models for Data Annotation

EMNLP 2023long main

Annotated data plays a critical role in Natural Language Processing (NLP) in training models and evaluating their performance. Given recent developments in Large Language Models (LLMs), models such as ChatGPT demonstrate zero-shot capability on many text-annotation tasks, comparable with or even exc…

Cited by 0SourcecodeScholar
2023

DecoMT: Decomposed Prompting for Machine Translation Between Related Languages using Large Language Models

EMNLP 2023long main

This study investigates machine translation between related languages i.e., languages within the same family that share linguistic characteristics such as word order and lexical similarity. Machine translation through few-shot prompting leverages a small set of translation pair examples to generate…

Cited by 0SourceScholar
2023

Multi-label and Multi-target Sampling of Machine Annotation for Computational Stance Detection

EMNLP 2023short findings

Data collection from manual labeling provides domain-specific and task-aligned supervision for data-driven approaches, and a critical mass of well-annotated resources is required to achieve reasonable performance in natural language processing tasks. However, manual annotations are often challenging…

Cited by 0SourcecodeScholar
2023

Picking the Underused Heads: A Network Pruning Perspective of Attention Head Selection for Fusing Dialogue Coreference Information

ICASSP 2023accepted

The Transformer-based models with the multi-head self-attention mechanism are widely used in natural language processing, and provide state-of-the-art results. While the pre-trained language backbones are shown to implicitly capture certain linguistic knowledge, explicitly incorporating structure-aw…

Cited by 0SourceScholar
2022

CoHS-CQG: Context and History Selection for Conversational Question Generation

COLING 2022main

Conversational question generation (CQG) serves as a vital task for machines to assist humans, such as interactive reading comprehension, through conversations. Compared to traditional single-turn question generation (SQG), CQG is more challenging in the sense that the generated question is required…

2022

Incremental Context Aware Attentive Knowledge Tracing

ICASSP 2022accepted

Knowledge Tracing is the prediction of the future performance of a learner, given the past performance. The existing knowledge tracing models represent the training data and does not generalize when there is a drift in the data distribution. We first empirically demonstrate an evolving Knowledge Tra…

Cited by 0SourceScholar
2022

Singlish Message Paraphrasing: A Joint Task of Creole Translation and Text Normalization

COLING 2022main

Within the natural language processing community, English is by far the most resource-rich language. There is emerging interest in conducting translation via computational approaches to conform its dialects or creole languages back to standard English. This computational approach paves the way to le…

2021

Coherent and Concise Radiology Report Generation via Context Specific Image Representations and Orthogonal Sentence States

NAACL 2021industry

Neural models for text generation are often designed in an end-to-end fashion, typically with zero control over intermediate computations, limiting their practical usability in downstream applications. In this work, we incorporate explicit means into neural models to ensure topical continuity, infor…

Cited by 2SourcePDFScholar
2021

Have We Solved The Hard Problem? It’s Not Easy! Contextual Lexical Contrast as a Means to Probe Neural Coherence

AAAI 2021technical

Lexical cohesion is a fundamental mechanism for text which requires a pair of words to be interpreted as a certain type of lexical relation (e.g., similarity) to understand a coherent context; we refer to such relations as the contextual lexical relation. However, work on lexical cohesion has not mo…

Cited by 12SourcePDFScholar
2021

Senone-Aware Adversarial Multi-Task Training for Unsupervised Child to Adult Speech Adaptation

ICASSP 2021accepted

Acoustic modeling for child speech is challenging due to the high acoustic variability caused by physiological differences in the vocal tract. The dearth of publicly available datasets makes the task more challenging. In this work, we propose a feature adaptation approach by exploiting adversarial m…

Cited by 0SourceScholar
2018

Improving Mandarin Tone Mispronunciation Detection for Non-Native Learners with Soft-Target Tone Labels and BLSTM-Based Deep Models

ICASSP 2018accepted

We propose three techniques to improve mispronunciation detection of Mandarin tones of second language (L2) learners using tone-based extended recognition network (ERN). First, we extend our model from deep neural network (DNN) to bidirectionallon-short-term memory (BLSTM) in order to model tone-lev…

Cited by 0SourceScholar
2018

Recognizing Zero-Resourced Languages Based on Mismatched Machine Transcriptions

ICASSP 2018accepted

Mismatched crowdsourcing based probabilistic human transcription has been proposed recently for training and adapting acoustic models for zero-resourced languages where we do not have any native transcriptions. This paper describes a machine transcription based phone recognition system for recognizi…

Cited by 0SourceScholar
2017

Efficient methods to train multilingual bottleneck feature extractors for low resource keyword search

ICASSP 2017accepted

Training a bottleneck feature (BNF) extractor with multilingual data has been common in low resource keyword search. In a low resource application, the amount of transcribed target language data is limited while there are usually plenty of multilingual data. In this paper, we investigated two method…

Cited by 0SourceScholar
2016

Cross-lingual deep neural network based submodular unbiased data selection for low-resource keyword search

ICASSP 2016accepted

In this paper, we propose a cross-lingual deep neural network (DNN) based submodular unbiased data selection approach for low-resource keyword search (KWS). A small amount (e.g. one hour) of transcribed data is used to conduct cross-lingual transfer. The frame-level senone sequence activated by the…

Cited by 0SourceScholar
2016

Exemplar-inspired strategies for low-resource spoken keyword search in Swahili

ICASSP 2016accepted

We present exemplar-inspired low-resource spoken keyword search strategies for acoustic modeling, keyword verification, and system combination. This state-of-the-art system was developed by the SINGA team in the context of the 2015 NIST Open Keyword Search Evaluation (OpenKWS15) using conversational…

Cited by 0SourceScholar
2016

Improving non-native mispronunciation detection and enriching diagnostic feedback with DNN-based speech attribute modeling

ICASSP 2016accepted

We propose the use of speech attributes, such as voicing and aspiration, to address two key research issues in computer assisted pronunciation training (CAPT) for L2 learners, namely detecting mispronunciation and providing diagnostic feedback. To improve the performance we focus on mispronunciation…

Cited by 0SourceScholar
2016

Keyword search using query expansion for graph-based rescoring of hypothesized detections

ICASSP 2016accepted

In this work, we propose a novel framework for rescoring keyword search (KWS) detections using acoustic samples extracted from the training data. We view the keyword rescoring task as an information retrieval task and adopt the idea of query expansion. We expand a textual keyword with multiple speec…

Cited by 0SourceScholar
2016

Personalized mispronunciation detection and diagnosis based on unsupervised error pattern discovery

ICASSP 2016accepted

In this work, we introduce two improvements to our previously proposed mispronunciation detection framework. The framework focuses on each learner individually and consists of two main procedures: unsupervised error pattern discovery and pronunciation error decoding. First, we propose nbest filterin…

Cited by 0SourceScholar
2015

A keyword-aware grammar framework for LVCSR-based spoken keyword search

ICASSP 2015accepted

In this paper, we proposed a method to realize the recently developed keyword-aware grammar for LVCSR-based keyword search using weight finite-state automata (WFSA). The approach creates a compact and deterministic grammar WFSA by inserting keyword paths to an existing n-gram WFSA. Tested on the eva…

Cited by 0SourceScholar
2015

Low-resource keyword search strategies for tamil

ICASSP 2015accepted

We propose strategies for a state-of-the-art keyword search (KWS) system developed by the SINGA team in the context of the 2014 NIST Open Keyword Search Evaluation (OpenKWS14) using conversational Tamil provided by the IARPA Babel program. To tackle low-resource challenges and the rich morphological…

Cited by 0SourceScholar
2015

Tokenizing fundamental frequency variation for Mandarin tone error detection

ICASSP 2015accepted

Tone error is commonly observed in tonal language acquisition. Correct tone production is especially challenging for native speakers of non-tonal languages. In this paper, we exploit the fundamental frequency variation (FFV) feature for Mandarin tone error detection. We propose to use FFV through tw…

Cited by 0SourceScholar
2015

Unsupervised data selection and word-morph mixed language model for tamil low-resource keyword search

ICASSP 2015accepted

This paper considers an unsupervised data selection problem for the training data of an acoustic model and the vocabulary coverage of a keyword search system in low-resource settings. We propose to use Gaussian component index based n-grams as acoustic features in a submodular function for unsupervi…

Cited by 0SourceScholar