← Search

Yu Tong

7 accepted papers

2026

Thinking in Latent Space: Progressive Multimodal Simplification for Visual Reasoning

ICML 2026poster

Recent Multimodal Large Language Models (MLLMs) have advanced cross-modal reasoning by extending Chain-of-Thought (CoT) prompting to visual tasks. However, existing methods still rely heavily on explicit textual reasoning steps, leading to information loss, unstable perception–reasoning interaction,…

Cited by 0SourceScholar
2025

Marco-Bench-MIF: On Multilingual Instruction-Following Capability of Large Language

ACL 2025long

Instruction-following capability has become a major ability to be evaluated for Large Language Models. However, existing datasets, such as IFEval, are either predominantly monolingual and centered on English or simply machine translated to other languages, limiting their applicability in multilingua…

Cited by 0SourcePDFScholar
2024

Breakthrough from Nuance and Inconsistency: Enhancing Multimodal Sarcasm Detection with Context-Aware Self-Attention Fusion and Word Weight Calculation.

COLING 2024main

Multimodal sarcasm detection has received considerable attention due to its unique role in social networks. Existing methods often rely on feature concatenation to fuse different modalities or model the inconsistencies among modalities. However, sarcasm is often embodied in local and momentary nuanc…

2024

Feature Structure Matching for Multi-source Sentiment Analysis with Efficient Adaptive Tuning

COLING 2024main

Recently, fine-tuning the large pre-trained language models on the labeled sentiment dataset achieves appealing performance. However, the obtained model may not generalize well to the other domains due to the domain shift, and it is expensive to update the entire parameters within the large models.…

2024

When Generative Adversarial Networks Meet Sequence Labeling Challenges

EMNLP 2024main

The current framework for sequence labeling encompasses a feature extractor and a sequence tagger. This study introduces a unified framework named SLGAN, which harnesses the capabilities of Generative Adversarial Networks to address the challenges associated with Sequence Labeling tasks. SLGAN not o…

2022

Word Segmentation by Separation Inference for East Asian Languages

ACL 2022findings

Chinese Word Segmentation (CWS) intends to divide a raw sentence into words through sequence labeling. Thinking in reverse, CWS can also be viewed as a process of grouping a sequence of characters into a sequence of words. In such a way, CWS is reformed as a separation inference task in every adjace…