← Search

Zhenya Huang

48 accepted papers

2026

From Diagnosis to Generalization: A Cognitive Approach to Data Selection for Educational LLMs

AAAI 2026technical

Specializing Large Language Models for educational domains is a key frontier in creating personalized learning tools. The central challenge is not data scarcity but its abundance: efficiently selecting a curated data subset from vast corpora to enhance specialized skills and foster generalization, w

Cited by 0SourcePDFScholar
2026

Navigating the Energy Landscape of Collaboration: Multi-Agent Communication Graph Generation via Score-Based Diffusion

ICML 2026poster

The collective intelligence of Large Language Model (LLM)-based Multi-Agent Systems (MAS) is fundamentally governed by the underlying communication graph. However, discovering task-adaptive structures within this combinatorial search space remains a significant challenge. Existing methods, ranging f…

Cited by 0SourceScholar
2026

Perception-R1: Advancing Multimodal Reasoning Capabilities of MLLMs via Visual Perception Reward

ICLR 2026poster

Enhancing the multimodal reasoning capabilities of Multimodal Large Language Models (MLLMs) is a challenging task that has attracted increasing attention in the community. Recently, several studies have applied Reinforcement Learning with Verifiable Rewards (RLVR) to the multimodal domain in order t…

Cited by 0SourcecodeScholar
2026

Pruning Long Chain-of-Thought of Large Reasoning Models via Small-Scale Preference Optimization

ICLR 2026poster

Recent advances in Large Reasoning Models (LRMs) have demonstrated strong performance on complex tasks through long Chain-of-Thought (CoT) reasoning. However, their lengthy outputs increase computational costs and may lead to overthinking, raising challenges in balancing reasoning effectiveness and…

Cited by 0SourcecodeScholar
2026

Step-Level Sparse Autoencoder for Reasoning Process Interpretation

ICML 2026poster

Large Language Models (LLMs) have achieved strong complex reasoning capabilities through Chain-of-Thought (CoT) reasoning. However, their reasoning patterns remain too complicated to analyze. While Sparse Autoencoders (SAEs) have emerged as a powerful tool for interpretability, existing approaches p…

Cited by 0SourceScholar
2026

Themis: Automated Constraint-Aware Test Synthesis Framework for Code Reinforcement Learning

AAAI 2026technical

Reinforcement learning (RL) has shown promise for enhancing code generation capabilities in large language models (LLMs), yet its effectiveness critically depends on high-quality test suites for reliable reward signals. Current approaches suffer from inadequate test case quantity and quality, leadin

Cited by 0SourcePDFScholar
2026

What Really Improves Mathematical Reasoning: Structured Reasoning Signals Beyond Pure Code

ICML 2026poster

Incorporating code into training corpora has become a widely acknowledged practice in the development of modern foundation language models (LMs). Compared with a general Internet corpus, code offers high-quality, well-structured signals that substantially augment the coding proficiency of models. Be…

Cited by 0SourceScholar
2025

Agent4Edu: Generating Learner Response Data by Generative Agents for Intelligent Education Systems

AAAI 2025technical

Personalized learning represents a promising educational strategy within intelligent educational systems, aiming to enhance learners' practice efficiency. However, the scarcity of offline practice response data (e.g., answer correctness) and potential biases in human online practice create a signifi…

2025

Automated Creation of Reusable and Diverse Toolsets for Enhancing LLM Reasoning

AAAI 2025technical

Augmenting large language models (LLMs) with tools significantly enhances their problem-solving potential across multifaceted tasks. However, current tools automatically created by LLMs often serve as a mere summary of specific problems or solutions, which face two main issues: 1) Low reusability:…

2025

CA-GAR: Context-Aware Alignment of LLM Generation for Document Retrieval

ACL 2025finding

Information retrieval has evolved from traditional sparse and dense retrieval methods to approaches driven by large language models (LLMs). Recent techniques, such as Generation-Augmented Retrieval (GAR) and Generative Document Retrieval (GDR), leverage LLMs to enhance retrieval but face key challen…

Cited by 0SourcePDFScholar
2025

Can LLMs Solve Longer Math Word Problems Better?

ICLR 2025poster

Math Word Problems (MWPs) play a vital role in assessing the capabilities of Large Language Models (LLMs), yet current research primarily focuses on questions with concise contexts. The impact of longer contexts on mathematical reasoning remains under-explored. This study pioneers the investigation…

2025

CoderAgent: Simulating Student Behavior for Personalized Programming Learning with Large Language Models

IJCAI 2025

Personalized programming tutoring, such as exercise recommendation, can enhance learners' efficiency, motivation, and outcomes, which is increasingly important in modern digital education. However, the lack of sufficient and high-quality programming data, combined with the mismatch between offline e

2025

CogMath: Assessing LLMs' Authentic Mathematical Ability from a Human Cognitive Perspective

ICML 2025poster

Although large language models (LLMs) show promise in solving complex mathematical tasks, existing evaluation paradigms rely solely on a coarse measure of overall answer accuracy, which are insufficient for assessing their authentic capabilities. In this paper, we propose \textbf{CogMath}, which com…

Cited by 0SourcePDFScholar
2025

Distribution-Driven Dense Retrieval: Modeling Many-to-One Query-Document Relationship

AAAI 2025technical

Dense retrieval has emerged as the leading approach in information retrieval, aiming to find semantically relevant documents based on natural language queries. Given that a single document can be retrieved by multiple distinct queries, existing methods aim to represent a document with multiple vecto…

2025

Explore What LLM Does Not Know in Complex Question Answering

AAAI 2025technical

Complex question answering (QA) is a challenging task in artificial intelligence research which requires reasoning based on related knowledge. The retrieval-augmented generation (RAG) based on large language models (LLMs) have become one promising solution in QA. To facilitate RAG more effectively,…

2025

From Objectives to Questions: A Planning-based Framework for Educational Mathematical Question Generation

ACL 2025long

Automatically generating high-quality mathematical problems that align with educational objectives is a crucial task in NLP-based educational technology. Traditional generation methods focus primarily on textual quality, but they often overlook educational objectives. Moreover, these methods address…

Cited by 0SourcePDFScholar
2025

IRT-Router: Effective and Interpretable Multi-LLM Routing via Item Response Theory

ACL 2025long

Large language models (LLMs) have demonstrated exceptional performance across a wide range of natural language tasks. However, selecting the optimal LLM to respond to a user query often necessitates a delicate balance between performance and cost. While powerful models deliver better results, they c…

2025

Multi-Perspective Consolidation Enhanced Cognitive Diagnosis via Conditional Diffusion Model

AAAI 2025technical

Cognitive diagnosis, which assesses the learners' competence from learners' interaction logs, plays a vital role in education. It provides a crucial reference for gauging learners' proficiency levels and tailoring future learning activities accordingly. Researchers have proposed numerous cognitive d…

2025

Position: AI Evaluation Should Learn from How We Test Humans

ICML 2025poster

As AI systems continue to evolve, their rigorous evaluation becomes crucial for their development and deployment. Researchers have constructed various large-scale benchmarks to determine their capabilities, typically against a gold-standard test set and report metrics averaged across all items. Howe…

2025

Refining Sentence Embedding Model through Ranking Sentences Generation with Large Language Models

ACL 2025finding

Sentence embedding is essential for many NLP tasks, with contrastive learning methods achieving strong performance using annotated datasets like NLI. Yet, the reliance on manual labels limits scalability. Recent studies leverage large language models (LLMs) to generate sentence pairs, reducing annot…

2025

TestAgent: An Adaptive and Intelligent Expert for Human Assessment

ACL 2025finding

Accurately assessing internal human states is key to understanding preferences, offering personalized services, and identifying challenges in real-world applications. Originating from psychometrics, adaptive testing has become the mainstream method for human measurement and has now been widely appli…

Cited by 0SourcePDFScholar
2025

Unveiling the Magic of Code Reasoning through Hypothesis Decomposition and Amendment

ICLR 2025poster

The reasoning abilities are one of the most enigmatic and captivating aspects of large language models (LLMs). Numerous studies are dedicated to exploring and expanding the boundaries of this reasoning capability. However, tasks that embody both reasoning and recall characteristics are often overloo…

2025

What Makes In-context Learning Effective for Mathematical Reasoning

ICML 2025poster

Owing to the capability of in-context learning, large language models (LLMs) have shown impressive performance across diverse mathematical reasoning benchmarks. However, we find that few-shot demonstrations can sometimes bring negative performance and their effectiveness on LLMs' reasoning abilities…

2024

A Unified Adaptive Testing System Enabled by Hierarchical Structure Search

ICML 2024poster

Adaptive Testing System (ATS) is a promising testing mode, extensively utilized in standardized tests like the GRE. It offers personalized ability assessment by dynamically adjusting questions based on individual ability levels. Compared to traditional exams, ATS can improve the accuracy of ability…

Cited by 4SourcePDFScholar
2024

CONSIDER: Commonalities and Specialties Driven Multilingual Code Retrieval Framework

AAAI 2024technical

Multilingual code retrieval aims to find code snippets relevant to a user's query from a multilingual codebase, which plays a crucial role in software development and expands their application scenarios compared to classical monolingual code retrieval. Despite the performance improvements achieved b…

2024

Computerized Adaptive Testing via Collaborative Ranking

NeurIPS 2024poster

As the deep integration of machine learning and intelligent education, Computerized Adaptive Testing (CAT) has received more and more research attention. Compared to traditional paper-and-pencil tests, CAT can deliver both personalized and interactive assessments by automatically adjusting testing q…

Cited by 1SourcePDFScholar
2024

Decompose, Analyze and Rethink: Solving Intricate Problems with Human-like Reasoning Cycle

NeurIPS 2024oral

In this paper, we introduce DeAR (_Decompose-Analyze-Rethink_), a framework that iteratively builds a reasoning tree to tackle intricate problems within a single large language model (LLM). Unlike approaches that extend or search for rationales, DeAR is featured by 1) adopting a tree-based question…

Cited by 9SourcePDFScholar
2024

Learning to Solve Geometry Problems via Simulating Human Dual-Reasoning Process

IJCAI 2024poster

Geometry Problem Solving (GPS), which is a classic and challenging math problem, has attracted much attention in recent years. It requires a solver to comprehensively understand both text and diagram, master essential geometry knowledge, and appropriately apply it in reasoning. However, existing wor…

2024

Optimizing Code Retrieval: High-Quality and Scalable Dataset Annotation through Large Language Models

EMNLP 2024main

Code retrieval aims to identify code from extensive codebases that semantically aligns with a given query code snippet. Collecting a broad and high-quality set of query and code pairs is crucial to the success of this task. However, existing data collection methods struggle to effectively balance sc…

Cited by 5SourcePDFScholar
2024

RePair: Automated Program Repair with Process-based Feedback

ACL 2024findings

The gap between the trepidation of program reliability and the expense of repairs underscore the indispensability for Automated Program Repair (APR). APR is instrumental in transforming vulnerable programs into more robust ones, bolstering program reliability while simultaneously diminishing the fin…

2024

SocraticLM: Exploring Socratic Personalized Teaching with Large Language Models

NeurIPS 2024spotlight

Large language models (LLMs) are considered a crucial technology for advancing intelligent education since they exhibit the potential for an in-depth understanding of teaching scenarios and providing students with personalized guidance. Nonetheless, current LLM-based application in personalized teac…

2024

Towards Accurate and Fair Cognitive Diagnosis via Monotonic Data Augmentation

NeurIPS 2024poster

Intelligent education stands as a prominent application of machine learning. Within this domain, cognitive diagnosis (CD) is a key research focus that aims to diagnose students' proficiency levels in specific knowledge concepts. As a crucial task within the field of education, cognitive diagnosis en…

Cited by 2SourcePDFScholar
2024

Towards Explainable Computerized Adaptive Testing with Large Language Model

EMNLP 2024finding

As intelligent education evolves, it will provide students with multiple personalized learning services based on their individual abilities. Computerized adaptive testing (CAT) is designed to accurately measure a student’s ability using the least questions, providing an efficient and personalized te…

2023

A Bounded Ability Estimation for Computerized Adaptive Testing

NeurIPS 2023poster

Computerized adaptive testing (CAT), as a tool that can efficiently measure student's ability, has been widely used in various standardized tests (e.g., GMAT and GRE). The adaptivity of CAT refers to the selection of the most informative questions for each student, reducing test length. Existing CAT…

2023

Adaptive Normalization for Non-stationary Time Series Forecasting: A Temporal Slice Perspective

NeurIPS 2023poster

Deep learning models have progressively advanced time series forecasting due to their powerful capacity in capturing sequence dependence. Nevertheless, it is still challenging to make accurate predictions due to the existence of non-stationarity in real-world data, denoting the data distribution rap…

2023

Enhancing Hierarchical Text Classification through Knowledge Graph Integration

ACL 2023findings

Hierarchical Text Classification (HTC) is an essential and challenging subtask of multi-label text classification with a taxonomic hierarchy. Recent advances in deep learning and pre-trained language models have led to significant breakthroughs in the HTC problem. However, despite their effectivenes…

2023

Exploiting Non-Interactive Exercises in Cognitive Diagnosis

IJCAI 2023poster

Cognitive Diagnosis aims to quantify the proficiency level of students on specific knowledge concepts. Existing studies merely leverage observed historical students-exercise interaction logs to access proficiency levels. Despite effectiveness, observed interactions usually exhibit a power-law distri…

2023

Learning by Applying: A General Framework for Mathematical Reasoning via Enhancing Explicit Knowledge Learning

AAAI 2023technical

Mathematical reasoning is one of the crucial abilities of general artificial intelligence, which requires machines to master mathematical logic and knowledge from solving problems. However, existing approaches are not transparent (thus not interpretable) in terms of what knowledge has been learned a…

2023

RHGN: Relation-gated Heterogeneous Graph Network for Entity Alignment in Knowledge Graphs

ACL 2023findings

Entity Alignment, which aims to identify equivalent entities from various Knowledge Graphs (KGs), is a fundamental and crucial task in knowledge graph fusion. Existing methods typically use triple or neighbor information to represent entities, and then align those entities using similarity matching.…

2023

Towards a Holistic Understanding of Mathematical Questions with Contrastive Pre-training

AAAI 2023technical

Understanding mathematical questions effectively is a crucial task, which can benefit many applications, such as difficulty estimation. Researchers have drawn much attention to designing pre-training models for question representations due to the scarcity of human annotations (e.g., labeling difficu…

2022

Fully Adaptive Framework: Neural Computerized Adaptive Testing for Online Education

AAAI 2022technical

Computerized Adaptive Testing (CAT) refers to an efficient and personalized test mode in online education, aiming to accurately measure student proficiency level on the required subject/domain. The key component of CAT is the "adaptive" question selection algorithm, which automatically selects the b…

2021

GraphMI: Extracting Private Graph Data from Graph Neural Networks

IJCAI 2021poster

As machine learning becomes more widely used for critical applications, the need to study its implications in privacy becomes urgent. Given access to the target model and auxiliary information, model inversion attack aims to infer sensitive features of the training dataset, which leads to great pr…

2021

Guided Attention Network for Concept Extraction

IJCAI 2021poster

Concept extraction aims to find words or phrases describing a concept from massive texts. Recently, researchers propose many neural network-based methods to automatically extract concepts. Although these methods for this task show promising results, they ignore structured information in the raw text…

Cited by 9SourcePDFScholar
2021

HMS: A Hierarchical Solver with Dependency-Enhanced Understanding for Math Word Problem

AAAI 2021technical

Automatically solving math word problems is a crucial task for exploring the intelligence levels of machines in the general AI domain. It is highly challenging since it requires not only natural language understanding but also mathematical expression inference. Existing solutions usually explore seq…

2021

Item Response Ranking for Cognitive Diagnosis

IJCAI 2021poster

Cognitive diagnosis, a fundamental task in education area, aims at providing an approach to reveal the proficiency level of students on knowledge concepts. Actually, monotonicity is one of the basic conditions in cognitive diagnosis theory, which assumes that student's proficiency is monotonic with…

Cited by 34SourcePDFScholar
2021

NeuralAC: Learning Cooperation and Competition Effects for Match Outcome Prediction

AAAI 2021technical

Match outcome prediction in group comparison setting is a challenging but important task. Existing works mainly focus on learning individual effects or mining limited interactions between teammates, which is not sufficient for capturing complex interactions between teammates as well as between oppon…

2021

Preference-Adaptive Meta-Learning for Cold-Start Recommendation

IJCAI 2021poster

In recommender systems, the cold-start problem is a critical issue. To alleviate this problem, an emerging direction adopts meta-learning frameworks and achieves success. Most existing works aim to learn globally shared prior knowledge across all users so that it can be quickly adapted to a new user…

Cited by 50SourcePDFScholar