VLDB 2026 Research / reviewers in the wild / expert
Shoushan Li
dblp:83/4790
· DBLP profile ↗
10ranked-venue papers in the field
1as first author
6since 2021 · last 2025
0000-0002-1000-3278ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 8 (1 first)Database Systems & Data Management · 1Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Omni-SILA: Towards Omni-scene Driven Visual Sentiment Identifying, Locating and Attributing in VideosabstractPrior studies on Visual Sentiment Understanding (VSU) primarily rely on the explicit scene information (e.g., facial expression) to judge visual sentiments, which largely ignore implicit scene information (e.g., human action, objection relation and visual background), while such information is critical for precisely discovering visual sentiments. Motivated by this, this paper proposes a new Omni-scene driven visual Sentiment Identifying, Locating and Attributing in videos (Omni-SILA) task, aiming to interactively and precisely identify, locate and attribute visual sentiments through both explicit and implicit scene information. Furthermore, this paper believes that this Omni-SILA task faces two key challenges: modeling scene and highlighting implicit scene beyond explicit. To this end, this paper proposes an Implicit-enhanced Causal MoE (ICM) approach for addressing the Omni-SILA task. Specifically, a Scene-Balanced MoE (SBM) and an Implicit-Enhanced Causal (IEC) blocks are tailored to model scene information and highlight the implicit scene information beyond explicit, respectively. Extensive experimental results on our constructed explicit and implicit Omni-SILA datasets demonstrate the great advantage of the proposed ICM approach over advanced Video-LLMs. Jiamin Luo, Junxiao Ma, Yujie Jin, Shoushan Li, Guodong Zhou 0001 |
WWW | 5 |
| 2024 | Two Heads are Better than One: Zero-shot Cognitive Reasoning via Multi-LLM Knowledge FusionabstractCognitive reasoning holds a significant place within Natural Language Processing (NLP). Yet, the exploration of zero-shot scenarios, which align more closely with real-life situations than supervised scenarios, has been relatively limited. While a few studies have employed Large Language Models (LLMs) to tackle zero-shot cognitive reasoning tasks, they still grapple with two key challenges: 1) Traditional approaches rely on the chain-of-thought (CoT) mechanism, wherein LLMs are provided with a "Let's think step by step'' prompt. However, this schema may not accurately understand the meaning of a given question and ignores the possible learned knowledge (e.g., background or commonsense) of the LLMs about the questions, leading to incorrect answers. 2) Previous CoT methods normally exploit a single Large Language Model (LLM) and design many strategies to augment this LLM. We argue that the power of a single LLM is typically finite since it may not have learned some relevant knowledge about the question. To address these issues, we propose a Multi-LLM Knowledge Fusion (MLKF) approach, which resorts to heterogeneous knowledge emerging from multiple LLMs, for zero-shot cognitive reasoning tasks. Through extensive experiments and detailed analysis, we demonstrate that our MLKF can outperform the existing zero-shot or unsupervised state-of-the-art methods on four kinds of zero-shot tasks: aspect sentiment analysis, named entity recognition, question answering, and mathematical reasoning. Our code is available at https://github.com/trueBatty/MLKF Dong Zhang 0013, Shoushan Li, Guodong Zhou 0001, Erik Cambria |
CIKM | 3 |
| 2024 | Bilingual Multimodal Graph Modeling for Text-Image Relation Inference
Dong Zhang 0013, Shoushan Li, Guodong Zhou 0001 |
DASFAA (3) | 3 |
| 2024 | Comment-aided Video-Language Alignment via Contrastive Pre-training for Short-form Video Humor DetectionabstractThe growing importance of multi-modal humor detection within affective computing correlates with the expanding influence of short-form video sharing on social media platforms. In this paper, we propose a novel two-branch hierarchical model for short-form video humor detection (SVHD), named Comment-aided Video-Language Alignment (CVLA) via data-augmented multi-modal contrastive pre-training. Notably, our CVLA not only operates on raw signals across various modal channels but also yields an appropriate multi-modal representation by aligning the video and language components within a consistent semantic space. The experimental results on two humor detection datasets, including DY11k and UR-FUNNY, demonstrate that CVLA dramatically outperforms state-of-the-art and several competitive baseline approaches. Our dataset and code release at https://github.com/yliu-cs/CVLA. Yang Liu 0358, Tongfei Shen, Dong Zhang 0013, Qingying Sun, Shoushan Li, Guodong Zhou 0001 |
ICMR | 5 |
| 2024 | Response generation in multi-modal dialogues with split pre-generation and cross-modal contrasting
Linqin Li, Dong Zhang 0013, Suyang Zhu, Shoushan Li, Guodong Zhou 0001 |
Inf. Process. Manag. | 4 |
| 2023 | Real-time Emotion Pre-Recognition in Conversations with Contrastive Multi-modal Dialogue Pre-trainingabstractThis paper presents our pioneering effort in addressing a new and realistic scenario in multi-modal dialogue systems called Multi-modal Real-time Emotion Pre-recognition in Conversations (MREPC). The objective is to predict the emotion of a forthcoming target utterance that is highly likely to occur. We believe that this task can enhance the dialogue system's understanding of the interlocutor's state of mind, enabling it to prepare an appropriate response in advance. However, addressing MREPC poses the following challenges:1) Previous studies on emotion elicitation typically focus on textual modality and perform sentiment forecasting within a fixed contextual scenario. 2) Previous studies on multi-modal emotion recognition aim to predict the emotion of existing utterances, making it difficult to extend these approaches to MREPC due to the absence of the target utterance. To tackle these challenges, we construct two benchmark multi-modal datasets for MREPC and propose a task-specific multi-modal contrastive pre-training approach. This approach leverages large-scale unlabeled multi-modal dialogues to facilitate emotion pre-recognition for potential utterances of specific target speakers. Through detailed experiments and extensive analysis, we demonstrate that our proposed multi-modal contrastive pre-training architecture effectively enhances the performance of multi-modal real-time emotion pre-recognition in conversations. Xincheng Ju, Dong Zhang 0013, Suyang Zhu, Junhui Li 0001, Shoushan Li, Guodong Zhou 0001 |
CIKM | 5 |
| 2013 | Joint learning on sentiment and emotion classificationabstractSentiment and emotion classification have been popularly but separately studied in natural language processing. In this paper, we address joint learning on sentiment and emotion classification where both the labeled data for sentiment and emotion classification are available. The objective of this joint-learning is to benefit the two tasks from each other for improving their performances. Specifically, an extra data set that is annotated with both sentiment and emotion labels are employed to estimate the transformation probability between the two kinds of labels. Furthermore, the transformation probability is leveraged to transfer the classification labels to benefit the two tasks from each other. Empirical studies demonstrate the effectiveness of our approach for the novel joint learning task. Shoushan Li, Sophia Yat Mei Lee, Guodong Zhou 0001, Chu-Ren Huang |
CIKM | 2 |
| 2012 | Dual word and document seed selection for semi-supervised sentiment classificationabstractSemi-supervised sentiment classification aims to train a classifier with a small number of labeled data (called seed data) and a large amount of unlabeled data. a big advantage of this approach is its saving of annotation effort by using the unlabeled data which is usually freely available. In this paper, we propose an approach to further minimize the annotation effort of semi-supervised sentiment classification by actively selecting the seed data. Specifically, a novel selection strategy is proposed to simultaneously select good words and documents for manual annotation by considering both of their annotation costs and informativeness. Experimental results demonstrate the effectiveness of our approach. Shengfeng Ju, Shoushan Li, Guodong Zhou 0001, Yu Hong 0001 |
CIKM | 2 |
| 2011 | Imbalanced sentiment classificationabstractSentiment classification has undergone significant development in recent years. However, most existing studies assume the balance between negative and positive samples, which may not be true in reality. In this paper, we investigate imbalanced sentiment classification instead. In particular, a novel clustering-based stratified under-sampling framework and a centroid-directed smoothing strategy are proposed to address the imbalanced class and feature distribution problems respectively. Evaluation across different datasets shows the effectiveness of both the under-sampling framework and the smoothing strategy in handling the imbalanced problems in real sentiment classification applications. Shoushan Li, Guodong Zhou 0001, Sophia Yat Mei Lee, Rangyang Wang |
CIKM | 1 |
| 2011 | Ensemble of feature sets and classification algorithms for sentiment classification
Chengqing Zong, Shoushan Li |
Inf. Sci. | 3 |