← Search

Mingxu Tao

9 accepted papers

2025

ALOHA: Empowering Multilingual Agent for University Orientation with Hierarchical Retrieval

NAACL 2025system demonstrations

The rise of Large Language Models (LLMs) revolutionizes information retrieval, allowing users to obtain required answers through complex instructions within conversations. However, publicly available services remain inadequate in addressing the needs of faculty and students to search campus-specific…

Cited by 0SourcePDFScholar
2025

Chain-of-Discussion: A Multi-Model Framework for Complex Evidence-Based Question Answering

COLING 2025main

Open-ended question answering requires mod- els to find appropriate evidence to form well-reasoned, comprehensive and helpful answers. In practical applications, models also need to engage in extended discussions on potential scenarios closely relevant to the question. With augmentation of retrieval…

2025

EpiCoDe: Boosting Model Performance Beyond Training with Extrapolation and Contrastive Decoding

ACL 2025finding

The remarkable performance of Large language models (LLMs) relies heavily on the availability of abundant high-quality training data. However, the high cost of acquiring annotated data often prevents models from obtaining capabilities to tackle downstream tasks. In this paper, we introduce a novel m…

Cited by 0SourcePDFScholar
2025

MiLiC-Eval: Benchmarking Multilingual LLMs for China’s Minority Languages

ACL 2025finding

Large language models (LLMs) excel in high-resource languages but struggle with low-resource languages (LRLs), particularly those spoken by minority communities in China, such as Tibetan, Uyghur, Kazakh, and Mongolian. To systematically track the progress in these languages, we introduce MiLiC-Eval,…

2024

Harder Task Needs More Experts: Dynamic Routing in MoE Models

ACL 2024long

In this paper, we introduce a novel dynamic expert selection framework for Mixture of Experts (MoE) models, aiming to enhance computational efficiency and model performance by adjusting the number of activated experts based on input difficulty. Unlike existing MoE approaches that rely on fixed TopK…

2024

MC2: Towards Transparent and Culturally-Aware NLP for Minority Languages in China

ACL 2024long

Current large language models demonstrate deficiencies in understanding low-resource languages, particularly the minority languages in China. This limitation stems from the scarcity of available pre-training data. To address this accessibility challenge, we present MC2, a Multilingual Corpus of Mino…

2024

Probing Multimodal Large Language Models for Global and Local Semantic Representations

COLING 2024main

The advancement of Multimodal Large Language Models (MLLMs) has greatly accelerated the development of applications in understanding integrated texts and images. Recent works leverage image-caption datasets to train MLLMs, achieving state-of-the-art performance on image-to-text tasks. However, there…

2024

Unlocking the Potential of Model Merging for Low-Resource Languages

EMNLP 2024finding

Adapting large language models (LLMs) to new languages typically involves continual pre-training (CT) followed by supervised fine-tuning (SFT). However, this CT-then-SFT approach struggles with limited data in the context of low-resource languages, failing to balance language modeling and task-solvi…

2023

Can BERT Refrain from Forgetting on Sequential Tasks? A Probing Study

ICLR 2023poster

Large pre-trained language models have helped to achieve state of the art on a variety of NLP tasks, nevertheless, they still suffer from forgetting when incrementally learning a series of sequential tasks. To alleviate this problem, recent works propose several models enhanced by sparse experience…