← Search

Jinghan Zhang

14 accepted papers

2026

ConvMix: A Mixed-Criteria Data Augmentation Framework for Conversational Dense Retrieval

AAAI 2026technical

Conversational search aims to satisfy users’ complex information needs via multiple-turn interactions. The key challenge lies in revealing real users’ search intent from the context-dependent queries. Previous studies achieve conversational search by fine-tuning a conversational dense retriever with

Cited by 0SourcePDFScholar
2026

The Generalization Spectrum: A Chromatographic Approach to Evaluating Learning Algorithms

ICML 2026poster

Traditional evaluations measure a learning algorithm's final performance on an i.i.d. test set, reducing learning to a single aggregate score. This approach obscures a fundamental question: to what extent does learning from a specific example generalize to others? Such per-sample generalization—akin…

Cited by 0SourceScholar
2025

Bring Reason to Vision: Understanding Perception and Reasoning through Model Merging

ICML 2025poster

Vision-Language Models (VLMs) combine visual perception with the general capabilities, such as reasoning, of Large Language Models (LLMs). However, the mechanisms by which these two abilities can be combined and contribute remain poorly understood. In this work, we explore to compose perception and…

2025

Diversity-oriented Data Augmentation with Large Language Models

ACL 2025long

Data augmentation is an essential technique in natural language processing (NLP) for enriching training datasets by generating diverse samples. This process is crucial for improving the robustness and generalization capabilities of NLP models. However, a significant challenge remains: Insufficient A…

2025

Dynamic and Adaptive Feature Generation with LLM

IJCAI 2025

The representation of feature space is a crucial environment where data points get vectorized and embedded for subsequent modeling. Thus, the efficacy of machine learning (ML) algorithms is closely related to the quality of feature engineering. As one of the most important techniques, feature genera

Cited by 0SourcePDFScholar
2025

Entropy-based Exploration Conduction for Multi-step Reasoning

ACL 2025finding

Multi-step processes via large language models (LLMs) have proven effective for solving complex reasoning tasks. However, the depth of exploration of the reasoning procedure can significantly affect the task performance. Existing methods to automatically decide the depth often lead to high cost and…

Cited by 0SourcePDFScholar
2025

RATT: A Thought Structure for Coherent and Correct LLM Reasoning

AAAI 2025technical

Large Language Models (LLMs) gain substantial reasoning and decision-making capabilities from thought structures. However, existing methods such as Tree of Thought and Retrieval Augmented Thoughts often fall short in complex tasks due to the limitations of insufficient local retrieval of factual kno…

2025

Why Is Spatial Reasoning Hard for VLMs? An Attention Mechanism Perspective on Focus Areas

ICML 2025poster

Large Vision Language Models (VLMs) have long struggled with spatial reasoning tasks. Surprisingly, even simple spatial reasoning tasks, such as recognizing “under” or “behind” relationships between only two objects, pose significant challenges for current VLMs. We believe it is crucial to use the l…

2024

Long-Term Action Anticipation Based on Contextual Alignment

ICASSP 2024accepted

In action anticipation, the model predicts the next future action after a certain observation period. In long-term action anticipation, this idea is further extended to predicting multiple actions and their respective duration. Thus, in this problem setting the model should not only capture relation…

Cited by 0SourceScholar
2024

Prototypical Reward Network for Data-Efficient RLHF

ACL 2024long

The reward model for Reinforcement Learning from Human Feedback (RLHF) has proven effective in fine-tuning Large Language Models (LLMs). Notably, collecting human feedback for RLHF can be resource-intensive and lead to scalability issues for LLMs and complex tasks. Our proposed framework Proto-RM le…

Cited by 23SourcePDFScholar
2023

C-Eval: A Multi-Level Multi-Discipline Chinese Evaluation Suite for Foundation Models

NeurIPS 2023poster

New NLP benchmarks are urgently needed to align with the rapid development of large language models (LLMs). We present C-Eval, the first comprehensive Chinese evaluation suite designed to assess advanced knowledge and reasoning abilities of foundation models in a Chinese context. C-Eval comprises mu…

2023

Composing Parameter-Efficient Modules with Arithmetic Operation

NeurIPS 2023poster

As an efficient alternative to conventional full fine-tuning, parameter-efficient fine-tuning (PEFT) is becoming the prevailing method to adapt pretrained language models. In PEFT, a lightweight module is learned on each dataset while the underlying pretrained language model remains unchanged, resul…

2023

FELM: Benchmarking Factuality Evaluation of Large Language Models

NeurIPS 2023poster

Assessing factuality of text generated by large language models (LLMs) is an emerging yet crucial research area, aimed at alerting users to potential errors and guiding the development of more reliable LLMs. Nonetheless, the evaluators assessing factuality necessitate suitable evaluation themselves…