← Search

Yuqi Liu

16 accepted papers

2026

ChartEditor: A Reinforcement Learning Framework for Robust Chart Editing

AAAI 2026technical

Chart editing reduces manual effort in visualization design. Typical benchmarks assume access to complete chart code, which is unrealistic for real-world applications. In this paper, we present ChartEditVista, a comprehensive benchmark consisting of 7,964 samples spanning 31 chart categories. It enc

Cited by 0SourcePDFScholar
2026

UI-Ins: Enhancing GUI Grounding with Multi-Perspective Instruction as Reasoning

ICLR 2026poster

GUI grounding, which maps natural-language instructions to actionable UI elements, is a core capability of GUI agents. Prior work largely treats instructions as a static proxy for user intent, overlooking the impact of instruction diversity on grounding performance. Through a careful investigation o…

Cited by 0SourcecodeScholar
2026

ViSurf: Visual Supervised-and-Reinforcement Fine-Tuning for Large Vision-and-Language Models

ICML 2026poster

Post-training Large Vision-and-Language Models (LVLMs) typically involves Supervised Fine-Tuning (SFT) for knowledge injection or Reinforcement Learning with Verifiable Rewards (RLVR) for performance enhancement. However, SFT often leads to sub-optimal performance, while RLVR remains constrained by …

Cited by 0SourceScholar
2026

VisionReasoner: Unified Reasoning-Integrated Visual Perception via Reinforcement Learning

ICLR 2026poster

Large vision-language models exhibit inherent capabilities to handle diverse visual perception tasks. In this paper, we introduce VisionReasoner, a unified framework capable of reasoning and solving multiple visual perception tasks within a shared model. Specifically, by designing a unified reward m…

Cited by 0SourcecodeScholar
2025

Emoji Attack: Enhancing Jailbreak Attacks Against Judge LLM Detection

ICML 2025poster

Jailbreaking techniques trick Large Language Models (LLMs) into producing restricted output, posing a potential threat. One line of defense is to use another LLM as a Judge to evaluate the harmfulness of generated text. However, we reveal that these Judge LLMs are vulnerable to token segmentation bi…

Cited by 0SourcePDFScholar
2025

Enhancing LLMs via High-Knowledge Data Selection

AAAI 2025technical

The performance of Large Language Models (LLMs) is intrinsically linked to the quality of its training data. Although several studies have proposed methods for high-quality data selection, they do not consider the importance of knowledge richness in text corpora. In this paper, we propose a novel an…

Cited by 0SourcePDFScholar
2025

Lyra: An Efficient and Speech-Centric Framework for Omni-Cognition

ICCV 2025poster

As Multi-modal Large Language Models (MLLMs) evolve, expanding beyond single-domain capabilities is essential to meet the demands for more versatile and efficient AI. However, previous omni-models have insufficiently explored speech, neglecting its integration with multi-modality. We introduce Lyra,…

2025

SCOPE: Sign Language Contextual Processing with Embedding from LLMs

AAAI 2025technical

Sign languages, used by around 70 million Deaf individuals globally, are visual languages that convey visual and contextual information. Current methods in vision-based sign language recognition (SLR) and translation (SLT) struggle with dialogue scenes due to limited dataset diversity and the neglec…

2024

Can LLMs Replace Clinical Doctors? Exploring Bias in Disease Diagnosis by Large Language Models

EMNLP 2024finding

The bias of disease prediction in Large Language Models (LLMs) is a critical yet underexplored issue, with potential implications for healthcare outcomes and equity. As LLMs increasingly find applications in healthcare, understanding and addressing their biases becomes paramount. This study focuses…

Cited by 0SourcePDFScholar
2024

Computational Modelling of Plurality and Definiteness in Chinese Noun Phrases

COLING 2024main

Theoretical linguists have suggested that some languages (e.g., Chinese and Japanese) are “cooler” than other languages based on the observation that the intended meaning of phrases in these languages depends more on their contexts. As a result, many expressions in these languages are shortened, and…

2024

Toward Open-Set Human Object Interaction Detection

AAAI 2024technical

This work is oriented toward the task of open-set Human Object Interaction (HOI) detection. The challenge lies in identifying completely new, out-of-domain relationships, as opposed to in-domain ones which have seen improvements in zero-shot HOI detection. To address this challenge, we introduce a s…

2023

Structure Aggregation for Cross-Spectral Stereo Image Guided Denoising

CVPR 2023poster

To obtain clean images with salient structures from noisy observations, a growing trend in current denoising studies is to seek the help of additional guidance images with high signal-to-noise ratios, which are often acquired in different spectral bands such as near infrared. Although previous guide…

2023

Task-adaptive Label Dependency Transfer for Few-shot Named Entity Recognition

ACL 2023findings

Named Entity Recognition (NER), as a crucial subtask in natural language processing (NLP), suffers from limited labeled samples (a.k.a. few-shot). Meta-learning methods are widely used for few-shot NER, but these existing methods overlook the importance of label dependency for NER, resulting in subo…

Cited by 2SourcePDFScholar
2023

Token Mixing: Parameter-Efficient Transfer Learning from Image-Language to Video-Language

AAAI 2023technical

Applying large scale pre-trained image-language model to video-language tasks has recently become a trend, which brings two challenges. One is how to effectively transfer knowledge from static images to dynamic videos, and the other is how to deal with the prohibitive cost of fully fine-tuning due t…

2022

TS2-Net: Token Shift and Selection Transformer for Text-Video Retrieval

ECCV 2022poster

"Text-Video retrieval is a task of great practical value and has received increasing attention, among which learning spatial-temporal video representation is one of the research hotspots. The video encoders in the state-of-the-art video retrieval models usually directly adopt the pre-trained vision…