← Search

Qingyi Si

23 accepted papers

2026

Breaking the Trade-Off Between Faithfulness and Expressiveness for Large Language Models

AAAI 2026technical

Grounding responses in external knowledge represents an effective strategy for mitigating hallucinations in Large Language Models (LLMs). However, current LLMs struggle to seamlessly integrate knowledge while simultaneously maintaining faithfulness (or fidelity) and expressiveness, capabilities that

Cited by 0SourcePDFScholar
2026

Diagnosing and Repairing Unsafe Channels in Vision-Language Models via Causal Discovery and Dual-Modal Safety Subspace Projection

CVPR 2026

Large Vision-Language Models (LVLMs) have achieved impressive performance across multimodal understanding and reasoning tasks, yet their internal safety mechanisms remain opaque and poorly controlled. In this work, we present a comprehensive framework for diagnosing and repairing unsafe channels wit

Cited by 0SourceScholar
2026

Dynamic Early Exit in Reasoning Models

ICLR 2026poster

Recent advances in large reasoning language models (LRMs) rely on test-time scaling, which extends long chain-of-thought (CoT) generation to solve complex tasks. However, overthinking in long CoT not only slows down the efficiency of problem solving, but also risks accuracy loss due to the extremely…

Cited by 0SourcecodeScholar
2026

IRPM: Intergroup Relative Preference Modeling for Pointwise Generative Reward Models

ICML 2026poster

Generative Reward Models (GRMs) have demonstrated strong performance in reward modeling, due to their interpretability and potential for refinement through reinforcement learning (RL). However, widely used pairwise GRMs create a computational bottleneck in reinforcement learning from human feedback …

Cited by 0SourceScholar
2026

LouisKV: Efficient KV Cache Retrieval for Long Input-Output Sequences

ICLR 2026poster

While Key-Value (KV) cache succeeds in reducing redundant computations in auto-regressive models, it introduces significant memory overhead, limiting its practical deployment in long-sequence scenarios. Existing KV retrieval methods attempt to mitigate this by dynamically retaining only a subset of…

Cited by 0SourceScholar
2026

Online Self-Calibration Against Hallucination in Vision-Language Models

IJCAI 2026

Large Vision-Language Models (LVLMs) often suffer from hallucinations, generating descriptions that include visual details absent from the input image. Recent preference alignment methods typically rely on supervision distilled from stronger models such as GPT. However, this offline paradigm introdu

Cited by 0Scholar
2025

AdaReTaKe: Adaptive Redundancy Reduction to Perceive Longer for Video-language Understanding

ACL 2025finding

Multimodal Large Language Models (MLLMs) have revolutionized video understanding, yet are still limited by context length when processing long videos. Recent methods compress videos by leveraging visual redundancy uniformly, yielding promising results. Nevertheless, our quantitative analysis shows t…

2025

Multimodal Hypothetical Summary for Retrieval-based Multi-image Question Answering

AAAI 2025technical

Retrieval-based multi-image question answering (QA) task involves retrieving multiple question-related images and synthesizing these images to generate an answer. Conventional "retrieve-then-answer" pipelines often suffer from cascading errors because the training objective of QA fails to optimize t…

Cited by 0SourcePDFScholar
2024

Multimodal Table Understanding

ACL 2024long

Although great progress has been made by previous table understanding methods including recent approaches based on large language models (LLMs), they rely heavily on the premise that given tables must be converted into a certain text sequence (such as Markdown or HTML) to serve as model input. Howev…

2024

Towards Unified Interactive Visual Grounding in The Wild

ICRA 2024poster

Interactive visual grounding in Human-Robot Interaction (HRI) is challenging yet practical due to the inevitable ambiguity in natural languages. It requires robots to disambiguate the user’s input by active information gathering. Previous approaches often rely on predefined templates to ask disambig…

Cited by 3SourcecodeScholar
2023

An Empirical Study of Instruction-tuning Large Language Models in Chinese

EMNLP 2023long findings

The success of ChatGPT validates the potential of large language models (LLMs) in artificial general intelligence (AGI). Subsequently, the release of LLMs has sparked the open-source community's interest in instruction-tuning, which is deemed to accelerate ChatGPT's replication process. However, r…

Cited by 0SourcecodeScholar
2023

Combo of Thinking and Observing for Outside-Knowledge VQA

ACL 2023long

Outside-knowledge visual question answering is a challenging task that requires both the acquisition and the use of open-ended real-world knowledge. Some existing solutions draw external knowledge into the cross-modality space which overlooks the much vaster textual knowledge in natural-language spa…

2023

Compressing and Debiasing Vision-Language Pre-Trained Models for Visual Question Answering

EMNLP 2023long main

Despite the excellent performance of vision-language pre-trained models (VLPs) on conventional VQA task, they still suffer from two problems: First, VLPs tend to rely on language biases in datasets and fail to generalize to out-of-distribution (OOD) data. Second, they are inefficient in terms of mem…

Cited by 0SourcecodeScholar
2022

Language Prior Is Not the Only Shortcut: A Benchmark for Shortcut Learning in VQA

EMNLP 2022finding

Visual Question Answering (VQA) models are prone to learn the shortcut solution formed by dataset biases rather than the intended solution. To evaluate the VQA models’ reasoning ability beyond shortcut learning, the VQA-CP v2 dataset introduces a distribution shift between the training and test set…

2022

Towards Robust Visual Question Answering: Making the Most of Biased Samples via Contrastive Learning

EMNLP 2022finding

Models for Visual Question Answering (VQA) often rely on the spurious correlations, i.e., the language priors, that appear in the biased samples of training set, which make them brittle against the out-of-distribution (OOD) test data. Recent methods have achieved promising progress in overcoming thi…

2021

Check It Again:Progressive Visual Question Answering via Visual Entailment

ACL 2021long

While sophisticated neural-based models have achieved remarkable success in Visual Question Answering (VQA), these models tend to answer questions only according to superficial correlations between question and answer. Several recent approaches have been developed to address this language priors pro…

2021

Learning Class-Transductive Intent Representations for Zero-shot Intent Detection

IJCAI 2021poster

Zero-shot intent detection (ZSID) aims to deal with the continuously emerging intents without annotated training data. However, existing ZSID systems suffer from two limitations: 1) They are not good at modeling the relationship between seen and unseen intents. 2) They cannot effectively recognize u…