← Search

Binghuai Lin

21 accepted papers

2025

HeadMap: Locating and Enhancing Knowledge Circuits in LLMs

ICLR 2025poster

Large language models (LLMs), through pretraining on extensive corpora, encompass rich semantic knowledge and exhibit the potential for efficient adaptation to diverse downstream tasks. However, the intrinsic mechanisms underlying LLMs remain unexplored, limiting the efficacy of applying these model…

2024

A Study of Mispronunciation Detection and Diagnosis Based on Meta-Learning

ICASSP 2024accepted

The majority of the current mispronunciation detection and diagnosis (MD&D) methods rely on manually annotated data for model training. However, annotating mispronunciations produced by second language (L2) learners is costly. Consequently, data scarcity emerges as a significant challenge in MD&D ta…

Cited by 0SourceScholar
2024

DialogVCS: Robust Natural Language Understanding in Dialogue System Upgrade

NAACL 2024long

In the constant updates of the product dialogue systems, we need to retrain the natural language understanding (NLU) model as new data from the real users would be merged into the existing data accumulated in the last updates. Within the newly added data, new intents would emerge and might have sema…

2024

Large Language Models are not Fair Evaluators

ACL 2024long

In this paper, we uncover a positional bias in the evaluation paradigm of adopting large language models (LLMs), e.g., GPT-4, as a referee to score and compare the quality of responses generated by candidate models. We find that the quality ranking of candidate responses can be easily hacked by simp…

2024

PTD-SQL: Partitioning and Targeted Drilling with LLMs in Text-to-SQL

EMNLP 2024main

Large Language Models (LLMs) have emerged as powerful tools for Text-to-SQL tasks, exhibiting remarkable reasoning capabilities. Different from tasks such as math word problem and commonsense reasoning, SQL solutions have a relatively fixed pattern. This facilitates the investigation of whether LLMs…

2023

Bi-Drop: Enhancing Fine-tuning Generalization via Synchronous sub-net Estimation and Optimization

EMNLP 2023long findings

Pretrained language models have achieved remarkable success in natural language understanding. However, fine-tuning pretrained models on limited training data tends to overfit and thus diminish performance. This paper presents Bi-Drop, a fine-tuning strategy that selectively updates model parameters…

Cited by 0SourceScholar
2023

Denoising Bottleneck with Mutual Information Maximization for Video Multimodal Fusion

ACL 2023long

Video multimodal fusion aims to integrate multimodal signals in videos, such as visual, audio and text, to make a complementary prediction with multiple modalities contents. However, unlike other image-text multimodal tasks, video has longer multimodal sequences with more redundancy and noise in bot…

2023

DialogQAE: N-to-N Question Answer Pair Extraction from Customer Service Chatlog

EMNLP 2023long findings

Harvesting question-answer (QA) pairs from customer service chatlog in the wild is an efficient way to enrich the knowledge base for customer service chatbots in the cold start or continuous integration scenarios. Prior work attempts to obtain 1-to-1 QA pairs from growing customer service chatlog, w…

Cited by 0SourceScholar
2023

Enhancing Continual Relation Extraction via Classifier Decomposition

ACL 2023findings

Continual relation extraction (CRE) models aim at handling emerging new relations while avoiding catastrophically forgetting old ones in the streaming data. Though improvements have been shown by previous CRE studies, most of them only adopt a vanilla strategy when models first learn representations…

2023

Multi-Lingual Pronunciation Assessment with Unified Phoneme Set and Language-Specific Embeddings

ICASSP 2023accepted

Automatic pronunciation assessment is commonly trained and applied for a specific language, which is not practical in multi-lingual or low-resource scenarios. In this paper, we propose a unified method to take advantage of multi-lingual data for multi-lingual pronunciation assessment. To this end, w…

Cited by 0SourceScholar
2023

Soft Language Clustering for Multilingual Model Pre-training

ACL 2023long

Multilingual pre-trained language models have demonstrated impressive (zero-shot) cross-lingual transfer abilities, however, their performance is hindered when the target language has distant typologyfrom the source language or when pre-training data is limited in size. In this paper, we propose XLM…

2022

DialogUSR: Complex Dialogue Utterance Splitting and Reformulation for Multiple Intent Detection

EMNLP 2022finding

While interacting with chatbots, users may elicit multiple intents in a single dialogue utterance. Instead of training a dedicated multi-intent detection model, we propose DialogUSR, a dialogue utterance splitting and reformulation task that first splits multi-intent user query into several single-i…

2022

DualNER: A Dual-Teaching framework for Zero-shot Cross-lingual Named Entity Recognition

EMNLP 2022finding

We present DualNER, a simple and effective framework to make full use of both annotated source language corpus and unlabeled target language text for zero-shot cross-lingual named entity recognition (NER). In particular, we combine two complementary learning paradigms of NER, i.e., sequence labeling…

2022

HPT: Hierarchy-aware Prompt Tuning for Hierarchical Text Classification

EMNLP 2022main

Hierarchical text classification (HTC) is a challenging subtask of multi-label classification due to its complex label hierarchy.Recently, the pretrained language models (PLM)have been widely adopted in HTC through a fine-tuning paradigm. However, in this paradigm, there exists a huge gap between th…

2022

Learning Acoustic Frame Labeling for Phoneme Segmentation with Regularized Attention Mechanism

ICASSP 2022accepted

Phoneme segmentation plays an important role in various speech processing applications such as keyword spotting, automatic pronunciation assessment, and automatic speech recognition. In this paper, we propose a method for phoneme segmentation based on a regularized attention mechanism. Specifically,…

Cited by 0SourceScholar
2022

Learning Robust Representations for Continual Relation Extraction via Adversarial Class Augmentation

EMNLP 2022main

Continual relation extraction (CRE) aims to continually learn new relations from a class-incremental data stream. CRE model usually suffers from catastrophic forgetting problem, i.e., the performance of old relations seriously degrades when the model learns new relations. Most previous work attribut…