← Search

Xinchi Chen

8 accepted papers

2026

ResearchEnvBench: Benchmarking Agents on Environment Synthesis for Research Code Execution

IJCAI 2026

Autonomous agents are increasingly expected to support scientific research, and recent benchmarks report progress in code repair and autonomous experimentation. However, these evaluations typically assume a pre-configured execution environment, which requires resolving complex software dependencies,

Cited by 0Scholar
2026

Thinking with Video: Video Generation as a Promising Multimodal Reasoning Paradigm

CVPR 2026

The "Thinking with Text" and "Thinking with Images" paradigms significantly improve the reasoning abilities of large language models (LLMs) and Vision-Language Models (VLMs). However, these paradigms have inherent limitations. (1) Images capture only single moments and fail to represent dynamic proc

Cited by 0SourcecodeScholar
2025

Benchmarking Query-Conditioned Natural Language Inference

ACL 2025finding

The growing excitement around the ability of large language models (LLMs) to tackle various tasks has been tempered by their propensity for generating unsubstantiated information (hallucination) and by their inability to effectively handle inconsistent inputs. To detect such issues, we propose the n…

Cited by 0SourcePDFScholar
2023

Hybrid Hierarchical Retrieval for Open-Domain Question Answering

ACL 2023findings

Retrieval accuracy is crucial to the performance of open-domain question answering (ODQA) systems. Recent work has demonstrated that dense hierarchical retrieval (DHR), which retrieves document candidates first and then relevant passages from the refined document set, can significantly outperform th…

2023

Improving Cross-task Generalization of Unified Table-to-text Models with Compositional Task Configurations

ACL 2023findings

There has been great progress in unifying various table-to-text tasks using a single encoder-decoder model trained via multi-task learning (Xie et al., 2022).However, existing methods typically encode task information with a simple dataset name as a prefix to the encoder. This not only limits the ef…

Cited by 2SourcePDFScholar
2023

Language Agnostic Multilingual Information Retrieval with Contrastive Learning

ACL 2023findings

Multilingual information retrieval (IR) is challenging since annotated training data is costly to obtain in many languages. We present an effective method to train multilingual IR systems when only English IR training data and some parallel corpora between English and other languages are available.…

2022

Entailment Tree Explanations via Iterative Retrieval-Generation Reasoner

NAACL 2022findings

Large language models have achieved high performance on various question answering (QA) benchmarks, but the explainability of their output remains elusive. Structured explanations, called entailment trees, were recently suggested as a way to explain the reasoning behind a QA system’s answer. In orde…

2021

Contrastive Document Representation Learning with Graph Attention Networks

EMNLP 2021finding

Recent progress in pretrained Transformer-based language models has shown great success in learning contextual representation of text. However, due to the quadratic self-attention complexity, most of the pretrained Transformers models can only handle relatively short text. It is still a challenge wh…