← Search

Zixian Huang

8 accepted papers

2026

How to Fine-Tune a Reasoning Model? A Teacher–Student Cooperation Framework to Synthesize Student-Consistent SFT Data

ICML 2026poster

A widely adopted strategy for model enhancement is to use synthetic data generated by a stronger model for supervised fine-tuning (SFT). However, for emerging reasoning models like Qwen3-8B, this approach often fails to improve reasoning capabilities and can even lead to a substantial drop in perfor…

Cited by 0SourceScholar
2026

Wasserstein-Aware Transfer: Class-Level Alignment for Robust Diffusion Model Adaptation

AAAI 2026technical

Diffusion models have achieved impressive generative performance across diverse domains such as image, video, and scientific data generation. However, fine-tuning these models for new tasks remains challenging due to their large scale, architectural diversity, and high sensitivity to hyperparameters

Cited by 0SourcePDFScholar
2024

MindMerger: Efficiently Boosting LLM Reasoning in non-English Languages

NeurIPS 2024poster

Reasoning capabilities are crucial for Large Language Models~(LLMs), yet a notable gap exists between English and non-English languages. To bridge this disparity, some works fine-tune LLMs to relearn reasoning capabilities in non-English languages, while others replace non-English inputs with an ext…

Cited by 10SourcePDFScholar
2023

An Empirical Investigation of Implicit and Explicit Knowledge-Enhanced Methods for Ad Hoc Dataset Retrieval

EMNLP 2023long findings

Ad hoc dataset retrieval has become an important way of finding data on the Web, where the underlying problem is how to measure the relevance of a dataset to a query. State-of-the-art solutions for this task are still lexical methods, which cannot capture semantic similarity. Semantics-aware knowled…

Cited by 0SourceScholar
2022

Clues Before Answers: Generation-Enhanced Multiple-Choice QA

NAACL 2022long

A trending paradigm for multiple-choice question answering (MCQA) is using a text-to-text framework. By unifying data in different tasks into a single text-to-text format, it trains a generative encoder-decoder model which is both powerful and universal. However, a side effect of twisting a generati…

2021

When Retriever-Reader Meets Scenario-Based Multiple-Choice Questions

EMNLP 2021finding

Scenario-based question answering (SQA) requires retrieving and reading paragraphs from a large corpus to answer a question which is contextualized by a long scenario description. Since a scenario contains both keyphrases for retrieval and much noise, retrieval for SQA is extremely difficult. Moreov…

2020

Enriching Documents with Compact, Representative, Relevant Knowledge Graphs

IJCAI 2020poster

A prominent application of knowledge graph (KG) is document enrichment. Existing methods identify mentions of entities in a background KG and enrich documents with entity types and direct relations. We compute an entity relation subgraph (ERG) that can more expressively represent indirect relations…