← Search

Xinya Du

27 accepted papers

2026

HiPRAG: Hierarchical Process Rewards for Efficient Agentic Retrieval Augmented Generation

ICLR 2026poster

Agentic Retrieval-Augmented Generation (RAG) is a powerful technique for incorporating external information that Large Language Models (LLMs) lack, enabling better problem solving and question answering. However, suboptimal search behaviors exist widely, such as over-search (retrieving information a…

Cited by 0SourceScholar
2025

$\mathcal{V}ista\mathcal{DPO}$: Video Hierarchical Spatial-Temporal Direct Preference Optimization for Large Video Models

ICML 2025poster

Large Video Models (LVMs) built upon Large Language Models (LLMs) have shown promise in video understanding but often suffer from misalignment with human intuition and video hallucination issues. To address these challenges, we introduce **VistaDPO**, a novel framework for Video Hierarchical Spatia…

Cited by 0SourcePDFScholar
2025

DSBench: How Far Are Data Science Agents from Becoming Data Science Experts?

ICLR 2025poster

Large Language Models (LLMs) and Large Vision-Language Models (LVLMs) have demonstrated impressive language/vision reasoning abilities, igniting the recent trend of building agents for targeted applications such as shopping assistants or AI software engineers. Recently, many data science benchmarks…

Cited by 2SourcePDFScholar
2025

FG-PRM: Fine-grained Hallucination Detection and Mitigation in Language Model Mathematical Reasoning

EMNLP 2025

Hallucinations in large language models (LLMs) pose significant challenges in tasks requiring complex multi-step reasoning, such as mathematical problem-solving. Existing approaches primarily detect the presence of hallucinations but lack a nuanced understanding of their types and manifestations. In

2025

FIHA: Automated Fine-grained Hallucinations Evaluations in Large Vision Language Models with Davidson Scene Graphs

ACL 2025finding

The rapid development of Large Vision-Language Models (LVLMs) often comes with widespread hallucination issues, making cost-effective and comprehensive assessments increasingly vital. Current approaches mainly rely on costly annotations and are not comprehensive – in terms of evaluating all aspects,…

2025

LMR-BENCH: Evaluating LLM Agent’s Ability on Reproducing Language Modeling Research

EMNLP 2025

Large language model (LLM) agents have demonstrated remarkable potential in advancing scientific discovery. However, their capability in the fundamental yet crucial task of reproducing code from research papers, especially in the NLP domain, remains underexplored. This task includes unique complex r

2025

SciEvent: Benchmarking Multi-domain Scientific Event Extraction

EMNLP 2025

Scientific information extraction (SciIE) has primarily relied on entity-relation extraction in narrow domains, limiting its applicability to interdisciplinary research and struggling to capture the necessary context of scientific information, often resulting in fragmented or conflicting statements.

2025

Search Wisely: Mitigating Sub-optimal Agentic Searches By Reducing Uncertainty

EMNLP 2025

Agentic Retrieval-Augmented Generation (RAG) systems enhance Large Language Models (LLMs) by enabling dynamic, multi-step reasoning and information retrieval. However, these systems often exhibit sub-optimal search behaviors like over-search (retrieving redundant information) and under-search (faili

Cited by 0SourcePDFScholar
2024

Document-level Causal Relation Extraction with Knowledge-guided Binary Question Answering

EMNLP 2024finding

As an essential task in information extraction (IE), Event-Event Causal Relation Extraction (ECRE) aims to identify and classify the causal relationships between event mentions in natural language texts. However, existing research on ECRE has highlighted two critical challenges, including the lack o…

2024

FaithScore: Fine-grained Evaluations of Hallucinations in Large Vision-Language Models

EMNLP 2024finding

We introduce FaithScore (Faithfulness to Atomic Image Facts Score), a reference-free and fine-grained evaluation metric that measures the faithfulness of the generated free-form answers from large vision-language models (LVLMs). The FaithScore evaluation first identifies sub-sentences containing des…

2024

IQA-EVAL: Automatic Evaluation of Human-Model Interactive Question Answering

NeurIPS 2024poster

To evaluate Large Language Models (LLMs) for question answering (QA), traditional methods typically focus on directly assessing the immediate responses generated by the models based on the given question and context. In the common use case of humans seeking AI assistant’s help in finding information…

Cited by 5SourcePDFScholar
2024

Large Language Models for Automated Open-domain Scientific Hypotheses Discovery

ACL 2024findings

Hypothetical induction is recognized as the main reasoning type when scientists make observations about the world and try to propose hypotheses to explain those observations. Past research on hypothetical induction is under a constrained setting: (1) the observation annotations in the dataset are ca…

2024

MEQA: A Benchmark for Multi-hop Event-centric Question Answering with Explanations

NeurIPS 2024poster

Existing benchmarks for multi-hop question answering (QA) primarily evaluate models based on their ability to reason about entities and the relationships between them. However, there's a lack of insight into how these models perform in terms of both events and entities. In this paper, we introduce a…

Cited by 2SourcePDFScholar
2024

Proto-CLIP: Vision-Language Prototypical Network for Few-Shot Learning

IROS 2024poster

We propose a novel framework for few-shot learning by leveraging large-scale vision-language models such as CLIP [1]. Motivated by unimodal prototypical networks for few-shot learning, we introduce Proto-CLIP which utilizes image prototypes and text prototypes for few-shot learning. Specifically, Pr…

Cited by 8SourcecodeScholar
2023

Leveraging Structured Information for Explainable Multi-hop Question Answering and Reasoning

EMNLP 2023long findings

Neural models, including large language models (LLMs), achieve superior performance on multi-hop question-answering. To elicit reasoning capabilities from LLMs, recent works propose using the chain-of-thought (CoT) mechanism to generate both the reasoning chain and the answer, which enhances the mod…

Cited by 0SourcecodeScholar
2023

Logical Entity Representation in Knowledge-Graphs for Differentiable Rule Learning

ICLR 2023poster

Probabilistic logical rule learning has shown great strength in logical rule mining and knowledge graph completion. It learns logical rules to predict missing edges by reasoning on existing edges in the knowledge graph. However, previous efforts have largely been limited to only modeling chain-like…

2023

Zero-Shot Classification by Logical Reasoning on Natural Language Explanations

ACL 2023findings

Humans can classify data of an unseen category by reasoning on its language explanations. This ability is owing to the compositional nature of language: we can combine previously seen attributes to describe the new category. For example, we might describe a sage thrasher as “it has a slim straight r…

2022

Automatic Error Analysis for Document-level Information Extraction

ACL 2022long

Document-level information extraction (IE) tasks have recently begun to be revisited in earnest using the end-to-end neural network techniques that have been successful on their sentence-level IE counterparts. Evaluation of the approaches, however, has been limited in a number of dimensions. In part…

2022

RESIN-11: Schema-guided Event Prediction for 11 Newsworthy Scenarios

NAACL 2022system demonstrations

We introduce RESIN-11, a new schema-guided event extraction&prediction framework that can be applied to a large variety of newsworthy scenarios. The framework consists of two parts: (1) an open-domain end-to-end multimedia multilingual information extraction system with weak-supervision and zero-sho…

2021

Few-shot Intent Classification and Slot Filling with Retrieved Examples

NAACL 2021long

Few-shot learning arises in important practical scenarios, such as when a natural language understanding system needs to learn new semantic labels for an emerging, resource-scarce domain. In this paper, we explore retrieval-based methods for intent classification and slot filling tasks in few-shot s…

Cited by 60SourcePDFScholar
2021

QA-Driven Zero-shot Slot Filling with Weak Supervision Pretraining

ACL 2021short

Slot-filling is an essential component for building task-oriented dialog systems. In this work, we focus on the zero-shot slot-filling problem, where the model needs to predict slots and their values, given utterances from new domains without training on the target domain. Prior methods directly enc…