← Search

Quanyu Long

9 accepted papers

2026

Causality Matters: How Temporal Information Emerges in Video Language Models

AAAI 2026technical

Video language models (VideoLMs) have made significant progress in multimodal understanding. However, temporal understanding, which involves identifying event order, duration, and relationships across time, still remains a core challenge. Prior works emphasize positional encodings (PEs) as a key mec

Cited by 0SourcePDFScholar
2026

Learning Query-Aware Budget-Tier Routing for Runtime Agent Memory

ICML 2026poster

Memory is increasingly central to Large Language Model (LLM) agents operating beyond a single context window, yet most existing systems rely on offline, query-agnostic memory construction that can be inefficient and may discard query-critical information. Although runtime memory utilization is a nat…

Cited by 0SourceScholar
2025

Decomposition Dilemmas: Does Claim Decomposition Boost or Burden Fact-Checking Performance?

NAACL 2025long

Fact-checking pipelines increasingly adopt the Decompose-Then-Verify paradigm, where texts are broken down into smaller claims for individual verification and subsequently combined for a veracity decision. While decomposition is widely-adopted in such pipelines, its effects on final fact-checking pe…

2025

Reinforcing Compositional Retrieval: Retrieving Step-by-Step for Composing Informative Contexts

ACL 2025finding

Large Language Models (LLMs) have demonstrated remarkable capabilities across numerous tasks, yet they often rely on external context to handle complex tasks. While retrieval-augmented frameworks traditionally focus on selecting top-ranked documents in a single pass, many real-world scenarios demand…

2025

Static or Dynamic: Towards Query-Adaptive Token Selection for Video Question Answering

EMNLP 2025

Video question answering benefits from the rich information in videos, enabling various applications. However, the large volume of tokens generated from long videos presents challenges to memory efficiency and model performance. To alleviate this, existing works propose to compress video inputs, but

2025

T2I-FactualBench: Benchmarking the Factuality of Text-to-Image Models with Knowledge-Intensive Concepts

ACL 2025long

Most existing studies on evaluating text-to-image (T2I) models primarily focus on evaluating text-image alignment, image quality, and object composition capabilities, with comparatively fewer studies addressing the evaluation of the factuality of the synthesized images, particularly when the images…

2023

Adapt in Contexts: Retrieval-Augmented Domain Adaptation via In-Context Learning

EMNLP 2023long main

Large language models (LLMs) have showcased their capability with few-shot inference known as in-context learning. However, in-domain demonstrations are not always readily available in real scenarios, leading to cross-domain in-context learning. Besides, LLMs are still facing challenges in long-tail…

Cited by 0SourceScholar
2022

Domain Confused Contrastive Learning for Unsupervised Domain Adaptation

NAACL 2022long

In this work, we study Unsupervised Domain Adaptation (UDA) in a challenging self-supervised approach. One of the difficulties is how to learn task discrimination in the absence of target labels. Unlike previous literature which directly aligns cross-domain distributions or leverages reverse gradien…