Yang Song
Author directoryOther people with similar names: Yang Song, Yang Song
Unverified author pages with similar names: Yang Song
2026
IPS: In-Prompt Process Supervision for Short Video Content Moderation
Mingchao Liu | Yu Sun | Ruixiao Sun | Xin Dong | Xiang Shen | Hongwei Wang | Hongyu Xiong | Yang Song
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 6: Industry Track)
Mingchao Liu | Yu Sun | Ruixiao Sun | Xin Dong | Xiang Shen | Hongwei Wang | Hongyu Xiong | Yang Song
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 6: Industry Track)
Multimodal large language models (MLLMs) are effective at capturing the semantics of short video content; however, they often fail to attend to the policy-specific details required for reliable content moderation.To address this limitation, we introduce IPS, a novel framework that integrates In-prompt Process Supervision into MLLMs by introducing sequential reasoning over ancillary questions during fine-tuning. IPS consistently outperforms baseline MLLMs on public and proprietary benchmarks.Moreover, replacing human-annotated ancillary labels with MLLM-generated ones results in only marginal performance degradation, demonstrating robustness to noisy supervision and strong scalability with model-generated annotations.These findings establish IPS as a scalable and effective solution for complex multimodal classification in large-scale industrial settings.
2025
Following the Autoregressive Nature of LLM Embeddings via Compression and Alignment
Jingcheng Deng | Zhongtao Jiang | Liang Pang | Zihao Wei | Liwei Chen | Kun Xu | Yang Song | Huawei Shen | Xueqi Cheng
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing
Jingcheng Deng | Zhongtao Jiang | Liang Pang | Zihao Wei | Liwei Chen | Kun Xu | Yang Song | Huawei Shen | Xueqi Cheng
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing
A new trend uses LLMs as dense text encoders via contrastive learning. However, since LLM embeddings predict the probability distribution of the next token, they are inherently generative and distributive, conflicting with contrastive learning, which requires embeddings to capture full-text semantics and align via cosine similarity. This discrepancy hinders the full utilization of LLMs’ pre-training capabilities, resulting in inefficient learning. In response to this issue, we propose AutoRegEmbed, a new contrastive learning method built on embedding conditional probability distributions, which integrates two core tasks: information compression and conditional distribution alignment. The information compression task encodes text into the embedding space, ensuring that the embedding vectors capture global semantics. The conditional distribution alignment task focuses on aligning text embeddings with positive samples embeddings by leveraging the conditional distribution of embeddings while simultaneously reducing the likelihood of generating negative samples from text embeddings, thereby achieving embedding alignment and uniformity. Experimental results demonstrate that our method significantly outperforms traditional contrastive learning approaches and achieves performance comparable to state-of-the-art models when using the same amount of data.
Reasoning-Enhanced Domain-Adaptive Pretraining of Multimodal Large Language Models for Short Video Content Governance
Zixuan Wang | Yu Sun | Hongwei Wang | Baoyu Jing | Xiang Shen | Xin Dong | Zhuolin Hao | Hongyu Xiong | Yang Song
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: Industry Track
Zixuan Wang | Yu Sun | Hongwei Wang | Baoyu Jing | Xiang Shen | Xin Dong | Zhuolin Hao | Hongyu Xiong | Yang Song
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: Industry Track
Short video platforms are evolving rapidly, making the identification of inappropriate content increasingly critical.Existing approaches typically train separate and small classification models for each type of issue, which requires extensive human-labeled data and lacks cross-issue generalization.We propose a reasoning-enhanced multimodal large language model (MLLM) pretraining paradigm for unified inappropriate content detection. To address the distribution gap between short video content and the original pretraining data of MLLMs, as well as the complex issue definitions, we introduce three targeted pretraining tasks:(1) Caption, to enhance the MLLM’s perception of video details;(2) Visual Question Answering (VQA), to deepen the MLLM’s understanding of issue definitions and annotation guidelines;(3) Chain-of-Thought (CoT), to enhance the MLLM’s reasoning capability.Experimental results show that our pretraining approach significantly improves the MLLM’s performance in both zero-shot and supervised fine-tuning (SFT) settings.In addition, our pretrained model demonstrates strong generalization capabilities to emergent, previously unseen issues.