← Search

Xiangkun Hu

18 accepted papers

2026

InnovatorBench: Evaluating Agents’ Ability to Conduct Innovative AI Research

ICLR 2026poster

AI agents could accelerate scientific discovery by automating hypothesis formation, experiment design, coding, execution, and analysis, yet existing benchmarks probe narrow skills in simplified settings. To address this gap, we introduce InnovatorBench, a benchmark-platform pair for realistic, end-t…

Cited by 0SourcecodeScholar
2025

Common Learning Constraints Alter Interpretations of Direct Preference Optimization

AISTATS 2025poster

Large language models in the past have typically relied on some form of reinforcement learning with human feedback (RLHF) to better align model responses with human preferences. However, because of oft-observed instabilities when implementing these RLHF pipelines, various reparameterization techniq…

Cited by 0SourceScholar
2025

DeepResearcher: Scaling Deep Research via Reinforcement Learning in Real-world Environments

EMNLP 2025

Large Language Models (LLMs) with web search capabilities show significant potential for deep research, yet current methods—brittle prompt engineering or RAG-based reinforcement learning in controlled environments—fail to capture real-world complexities. In this paper, we introduce DeepResearcher, t

2025

Explicit Preference Optimization: No Need for an Implicit Reward Model

ICML 2025poster

The generated responses of large language models (LLMs) are often fine-tuned to human preferences through a process called reinforcement learning from human feedback (RLHF). As RLHF relies on a challenging training sequence, whereby a separate reward model is independently learned and then later ap…

2025

Multi-Document Event Extraction Using Large and Small Language Models

EMNLP 2025

Multi-document event extraction aims to aggregate event information from diverse sources for a comprehensive understanding of complex events. Despite its practical significance, this task has received limited attention in existing research. The inherent challenges include handling complex reasoning

2025

NovelQA: Benchmarking Question Answering on Documents Exceeding 200K Tokens

ICLR 2025poster

Recent advancements in Large Language Models (LLMs) have pushed the boundaries of natural language processing, especially in long-context understanding. However, the evaluation of these models' long-context abilities remains a challenge due to the limitations of current benchmarks. To address this g…

2025

PerSphere: A Comprehensive Framework for Multi-Faceted Perspective Retrieval and Summarization

ACL 2025long

As online platforms and recommendation algorithms evolve, people are increasingly trapped in echo chambers, leading to biased understandings of various issues. To combat this issue, we have introduced PerSphere, a benchmark designed to facilitate multi-faceted perspective retrieval and summarization…

2024

Can Language Models Learn to Skip Steps?

NeurIPS 2024poster

Trained on vast corpora of human language, language models demonstrate emergent human-like reasoning abilities. Yet they are still far from true intelligence, which opens up intriguing opportunities to explore the parallels of humans and model behaviors. In this work, we study the ability to skip st…

2024

RAGChecker: A Fine-grained Framework for Diagnosing Retrieval-Augmented Generation

NeurIPS 2024poster

Despite Retrieval-Augmented Generation (RAG) has shown promising capability in leveraging external knowledge, a comprehensive evaluation of RAG systems is still challenging due to the modular nature of RAG, evaluation of long-form responses and reliability of measurements. In this paper, we propose…

2024

Synergetic Event Understanding: A Collaborative Approach to Cross-Document Event Coreference Resolution with Large Language Models

ACL 2024long

Cross-document event coreference resolution (CDECR) involves clustering event mentions across multiple documents that refer to the same real-world events. Existing approaches utilize fine-tuning of small language models (SLMs) like BERT to address the compatibility among the contexts of event mentio…

2023

An AMR-based Link Prediction Approach for Document-level Event Argument Extraction

ACL 2023long

Recent works have introduced Abstract Meaning Representation (AMR) for Document-level Event Argument Extraction (Doc-level EAE), since AMR provides a useful interpretation of complex semantic structures and helps to capture long-distance dependency. However, in these works AMR is used only implicitl…

2023

Dual Cache for Long Document Neural Coreference Resolution

ACL 2023long

Recent works show the effectiveness of cache-based neural coreference resolution models on long documents. These models incrementally process a long document from left to right and extract relations between mentions and entities in a cache, resulting in much lower memory and computation cost compare…

2023

Evaluating Open-QA Evaluation

NeurIPS 2023poster

This study focuses on the evaluation of the Open Question Answering (Open-QA) task, which can directly estimate the factuality of large language models (LLMs). Current automatic evaluation methods have shown limitations, indicating that human evaluation still remains the most reliable approach. We i…

2023

Exploiting Abstract Meaning Representation for Open-Domain Question Answering

ACL 2023findings

The Open-Domain Question Answering (ODQA) task involves retrieving and subsequently generating answers from fine-grained relevant passages within a database. Current systems leverage Pretrained Language Models (PLMs) to model the relationship between questions and passages. However, the diversity in…

2023

Plan, Verify and Switch: Integrated Reasoning with Diverse X-of-Thoughts

EMNLP 2023long main

As large language models (LLMs) have shown effectiveness with different prompting methods, such as Chain of Thought, Program of Thought, we find that these methods have formed a great complementarity to each other on math reasoning tasks. In this work, we propose XoT, an integrated problem solving f…

Cited by 0SourcecodeScholar
2022

Dialogue Meaning Representation for Task-Oriented Dialogue Systems

EMNLP 2022finding

Dialogue meaning representation formulates natural language utterance semantics in their conversational context in an explicit and machine-readable form. Previous work typically follows the intent-slot framework, which is easy for annotation yet limited in scalability for complex linguistic expressi…

2022

RLET: A Reinforcement Learning Based Approach for Explainable QA with Entailment Trees

EMNLP 2022main

Interpreting the reasoning process from questions to answers poses a challenge in approaching explainable QA. A recently proposed structured reasoning format, entailment tree, manages to offer explicit logical deductions with entailment steps in a tree structure. To generate entailment trees, prior…