← Search

Junzhuo Li

10 accepted papers

2026

Deconstructing Pre-training: Knowledge Attribution Analysis in MoE and Dense Models

AAAI 2026technical

Mixture-of-Experts (MoE) architectures decouple model capacity from per-token computation, enabling scaling beyond the computational limits imposed by dense scaling laws. Yet how MoE architectures shape knowledge acquisition during pre-training—and how this process differs from dense architectures—r

Cited by 0SourcePDFScholar
2025

Capturing Nuanced Preferences: Preference-Aligned Distillation for Small Language Models

ACL 2025finding

Aligning small language models (SLMs) with human values typically involves distilling preference knowledge from large language models (LLMs). However, existing distillation methods model preference knowledge in teacher LLMs by comparing pairwise responses, overlooking the extent of difference betwee…

2025

Decoding Knowledge Attribution in Mixture-of-Experts: A Framework of Basic-Refinement Collaboration and Efficiency Analysis

ACL 2025long

The interpretability of Mixture-of-Experts (MoE) models, especially those with heterogeneous designs, remains underexplored. Existing attribution methods for dense models fail to capture dynamic routing-expert interactions in sparse MoE architectures. To address this issue, we propose a cross-level…

Cited by 0SourcePDFScholar
2025

Dynamic Expert Specialization: Towards Catastrophic Forgetting-Free Multi-Domain MoE Adaptation

EMNLP 2025

Mixture-of-Experts (MoE) models offer immense capacity via sparsely gated expert subnetworks, yet adapting them to multiple domains without catastrophic forgetting remains an open challenge. Existing approaches either incur prohibitive computation, suffer cross-domain interference, or require separa

Cited by 0SourcePDFScholar
2025

Internal Chain-of-Thought: Empirical Evidence for Layer‐wise Subtask Scheduling in LLMs

EMNLP 2025

We show that large language models (LLMs) exhibit an internal chain-of-thought : they sequentially decompose and execute composite tasks layer-by-layer. Two claims ground our study: (i) distinct subtasks are learned at different network depths, and (ii) these subtasks are executed sequentially acros

2025

LoTA-QAF: Lossless Ternary Adaptation for Quantization-Aware Fine-Tuning

NeurIPS 2025poster

Quantization and fine-tuning are crucial for deploying large language models (LLMs) on resource-constrained edge devices. However, fine-tuning quantized models presents significant challenges, primarily stemming from: First, the mismatch in data types between the low-precision quantized weights (e.g…

Cited by 0SourcecodeScholar
2023

DEPN: Detecting and Editing Privacy Neurons in Pretrained Language Models

EMNLP 2023long main

Pretrained language models have learned a vast amount of human knowledge from large-scale corpora, but their powerful memorization capability also brings the risk of data leakage. Some risks may only be discovered after the model training is completed, such as the model memorizing a specific phone n…

Cited by 0SourcecodeScholar
2023

Language Representation Projection: Can We Transfer Factual Knowledge across Languages in Multilingual Language Models?

EMNLP 2023short main

Multilingual pretrained language models serve as repositories of multilingual factual knowledge. Nevertheless, a substantial performance gap of factual knowledge probing exists between high-resource languages and low-resource languages, suggesting limited implicit factual knowledge transfer across l…

Cited by 0SourceScholar
2023

Tab-CQA: A Tabular Conversational Question Answering Dataset on Financial Reports

ACL 2023industry

Existing conversational question answering (CQA) datasets have been usually constructed from unstructured texts in English. In this paper, we propose Tab-CQA, a tabular CQA dataset created from Chinese financial reports that are extracted from listed companies in a wide range of different sectors in…

2022

KaFSP: Knowledge-Aware Fuzzy Semantic Parsing for Conversational Question Answering over a Large-Scale Knowledge Base

ACL 2022long

In this paper, we study two issues of semantic parsing approaches to conversational question answering over a large-scale knowledge base: (1) The actions defined in grammar are not sufficient to handle uncertain reasoning common in real-world scenarios. (2) Knowledge base information is not well exp…