← Search

Quzhe Huang

19 accepted papers

2026

Can Language Models Discover Scaling Laws?

ICLR 2026poster

Discovering scaling laws for predicting model performance at scale is a fundamental and open-ended challenge, mostly reliant on slow, case specific human experimentation. To investigate the potential for LLMs to automate this process, we collect over 5,000 experiments from existing literature and cu…

Cited by 0SourcecodeScholar
2025

Automating Legal Interpretation with LLMs: Retrieval, Generation, and Evaluation

ACL 2025long

Interpreting the law is always essential for the law to adapt to the ever-changing society. It is a critical and challenging task even for legal practitioners, as it requires meticulous and professional annotations and summarizations by legal experts, which are admittedly time-consuming and expensiv…

2025

JUREX-4E: Juridical Expert-Annotated Four-Element Knowledge Base for Legal Reasoning

EMNLP 2025

In recent years, Large Language Models (LLMs) have been widely applied to legal tasks. To enhance their understanding of legal texts and improve reasoning accuracy, a promising approach is to incorporate legal theories. One of the most widely adopted theories is the Four-Element Theory (FET), which

2025

Pyramidal Flow Matching for Efficient Video Generative Modeling

ICLR 2025poster

Video generation requires modeling a vast spatiotemporal space, which demands significant computational resources and data usage. To reduce the complexity, the prevailing approaches employ a cascaded architecture to avoid direct training with full resolution latent. Despite reducing computational de…

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

Unified Language-Vision Pretraining in LLM with Dynamic Discrete Visual Tokenization

ICLR 2024poster

Recently, the remarkable advance of the Large Language Model (LLM) has inspired researchers to transfer its extraordinary reasoning capability to both vision and language data. However, the prevailing approaches primarily regard the visual input as a prompt and focus exclusively on optimizing the te…

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…

2024

Video-LaVIT: Unified Video-Language Pre-training with Decoupled Visual-Motional Tokenization

ICML 2024oral

In light of recent advances in multimodal Large Language Models (LLMs), there is increasing attention to scaling them from image-text data to more informative real-world videos. Compared to static images, video poses unique challenges for effective large-scale pre-training due to the modeling of its…

2023

From Simple to Complex: A Progressive Framework for Document-level Informative Argument Extraction

EMNLP 2023long findings

Document-level Event Argument Extraction (EAE) requires the model to extract arguments of multiple events from a single document. Considering the underlying dependencies between these events, recent efforts leverage the idea of "memory", where the results of already predicted events are cached and c…

Cited by 0SourcecodeScholar
2023

Length-Adaptive Distillation: Customizing Small Language Model for Dynamic Token Pruning

EMNLP 2023long findings

Pre-trained language models greatly improve the performance of various tasks but at a cost of high computation overhead. To facilitate practical applications, there are mainly two lines of research to accelerate model inference: model compression and dynamic computation (e.g., dynamic token pruning)…

Cited by 0SourceScholar
2023

More than Classification: A Unified Framework for Event Temporal Relation Extraction

ACL 2023long

Event temporal relation extraction (ETRE) is usually formulated as a multi-label classification task, where each type of relation is simply treated as a one-hot label. This formulation ignores the meaning of relations and wipes out their intrinsic dependency. After examining the relation definitions…

2023

Relation-Aware Question Answering for Heterogeneous Knowledge Graphs

EMNLP 2023long findings

Multi-hop Knowledge Base Question Answering(KBQA) aims to find the answer entity in a knowledge graph (KG), which requires multiple steps of reasoning. Existing retrieval-based approaches solve this task by concentrating on the specific relation at different hops and predicting the intermediate enti…

Cited by 0SourcecodeScholar
2022

Do Charge Prediction Models Learn Legal Theory?

EMNLP 2022finding

The charge prediction task aims to predict the charge for a case given its fact description. Recent models have already achieved impressive accuracy in this task, however, little is understood about the mechanisms they use to perform the judgment.For practical applications, a charge prediction model…

2022

Does Recommend-Revise Produce Reliable Annotations? An Analysis on Missing Instances in DocRED

ACL 2022long

DocRED is a widely used dataset for document-level relation extraction. In the large-scale annotation, a recommend-revise scheme is adopted to reduce the workload. Within this scheme, annotators are provided with candidate relation instances from distant supervision, and they then manually supplemen…

2022

Rethinking Task-Specific Knowledge Distillation: Contextualized Corpus as Better Textbook

EMNLP 2022main

Knowledge distillation has been proven effective when customizing small language models for specific tasks. Here, a corpus as ‘textbook’ plays an indispensable role, only through which the teacher can teach the student. Prevailing methods adopt a two-stage distillation paradigm: general distillation…

Cited by 9SourcePDFScholar
2021

Exploring Distantly-Labeled Rationales in Neural Network Models

ACL 2021long

Recent studies strive to incorporate various human rationales into neural networks to improve model performance, but few pay attention to the quality of the rationales. Most existing methods distribute their models’ focus to distantly-labeled rationale words entirely and equally, while ignoring the…

Cited by 7SourcePDFScholar
2021

Three Sentences Are All You Need: Local Path Enhanced Document Relation Extraction

ACL 2021short

Document-level Relation Extraction (RE) is a more challenging task than sentence RE as it often requires reasoning over multiple sentences. Yet, human annotators usually use a small number of sentences to identify the relationship between a given entity pair. In this paper, we present an embarrassin…