← Search

Chenghao Xiao

16 accepted papers

2026

THE ACHILLES’ HEEL OF ANGULAR MARGINS: A CHEBYSHEV POLYNOMIAL FIX FOR SPEAKER VERIFICATION

ICASSP 2026poster

Angular margin losses, such as AAM-Softmax, have become the de facto in speaker and face verification. Their success hinges on directly manipulating the angle between features and class prototypes. However, this manipulation relies on the arccos function to recover the angle, introducing a significa…

Cited by 0SourcePDFScholar
2025

Analyzing LLMs’ Knowledge Boundary Cognition Across Languages Through the Lens of Internal Representations

ACL 2025long

While understanding the knowledge boundaries of LLMs is crucial to prevent hallucination, research on the knowledge boundaries of LLMs has predominantly focused on English. In this work, we present the first study to analyze how LLMs recognize knowledge boundaries across different languages by probi…

2025

CAST: Corpus-Aware Self-similarity Enhanced Topic modelling

NAACL 2025long

Topic modelling is a pivotal unsupervised machine learning technique for extracting valuable insights from large document collections. Existing neural topic modelling methods often encode contextual information of documents, while ignoring contextual details of candidate centroid words, leading to t…

2025

Crafting Customisable Characters with LLMs: A Persona-Driven Role-Playing Agent Framework

EMNLP 2025

Large Language Models (LLMs) demonstrate remarkable ability to comprehend instructions and generate human-like text, enabling sophisticated agent simulation beyond basic behavior replication. However, the potential for creating freely customisable characters remains underexplored. We introduce the C

2025

Drivel-ology: Challenging LLMs with Interpreting Nonsense with Depth

EMNLP 2025

We introduce Drivelology, a unique linguistic phenomenon characterised as “nonsense with depth” - utterances that are syntactically coherent yet pragmatically paradoxical, emotionally loaded, or rhetorically subversive. While such expressions may resemble surface-level nonsense, they encode implicit

Cited by 0SourcePDFScholar
2025

Everything is a Video: Unifying Modalities through Next-Frame Prediction

ICCV 2025poster

Multimodal learning, which involves integrating information from various modalities such as text, images, audio, and video, is pivotal for numerous complex tasks like visual question answering, cross-modal retrieval, and caption generation. Traditional approaches rely on modality-specific encoders a…

2025

MIEB: Massive Image Embedding Benchmark

ICCV 2025poster

Image representations are often evaluated through disjointed, task-specific protocols, leading to a fragmented understanding of model capabilities. For instance, it is unclear whether an image embedding model adept at clustering images is equally good at retrieving relevant images given a piece of t…

2025

MMTEB: Massive Multilingual Text Embedding Benchmark

ICLR 2025poster

Text embeddings are typically evaluated on a narrow set of tasks, limited in terms of languages, domains, and task types. To circumvent this limitation and to provide a more comprehensive evaluation, we introduce the Massive Multilingual Text Embedding Benchmark (MMTEB) -- a large-scale community-dr…

2025

ReasonMed: A 370K Multi-Agent Generated Dataset for Advancing Medical Reasoning

EMNLP 2025

Reasoning-based large language models have excelled in mathematics and programming, yet their potential in knowledge-intensive medical question answering remains underexplored and insufficiently validated in clinical contexts. To bridge this gap, we introduce ReasonMed , the largest medical reasonin

2025

Scaling Language-centric Omnimodal Representation Learning

NeurIPS 2025poster

Recent multimodal embedding approaches leveraging multimodal large language models (MLLMs) fine-tuned with contrastive learning (CL) have shown promising results, yet the underlying reasons behind their superiority remain underexplored. This work argues that a crucial advantage of MLLM-based approac…

Cited by 0SourcecodeScholar
2024

Effective Distillation of Table-based Reasoning Ability from LLMs

COLING 2024main

Large Language Models (LLMs) have demonstrated remarkable performance across a wide range of natural language processing tasks. However, their enormous parameter size and extremely high requirements for compute power pose challenges for their practical deployment. Recent research has revealed that s…

2024

MERT: Acoustic Music Understanding Model with Large-Scale Self-supervised Training

ICLR 2024poster

Self-supervised learning (SSL) has recently emerged as a promising paradigm for training generalisable models on large-scale data in the fields of vision, text, and speech. Although SSL has been proven effective in speech and audio, its application to music audio has yet to be thoroughly explored.…

2024

On the Rigour of Scientific Writing: Criteria, Analysis, and Insights

EMNLP 2024finding

Rigour is crucial for scientific research as it ensures the reproducibility and validity of results and findings. Despite its importance, little work exists on modelling rigour computationally, and there is a lack of analysis on whether these criteria can effectively signal or measure the rigour of…

2024

SciMMIR: Benchmarking Scientific Multi-modal Information Retrieval

ACL 2024findings

Multi-modal information retrieval (MMIR) is a rapidly evolving field where significant progress has been made through advanced representation learning and cross-modality alignment research, particularly in image-text pairing.However, current benchmarks for evaluating MMIR performance on image-text p…

2023

Length is a Curse and a Blessing for Document-level Semantics

EMNLP 2023long main

In recent years, contrastive learning (CL) has been extensively utilized to recover sentence and document-level encoding capability from pre-trained language models. In this work, we question the length generalizability of CL-based models, i.e., their vulnerability towards length-induced semantic sh…

Cited by 0SourcecodeScholar
2023

On Isotropy, Contextualization and Learning Dynamics of Contrastive-based Sentence Representation Learning

ACL 2023findings

Incorporating contrastive learning objectives in sentence representation learning (SRL) has yielded significant improvements on many sentence-level NLP tasks. However, it is not well understood why contrastive learning works for learning sentence-level semantics. In this paper, we aim to help guide…