Shasha Li 0001

dblp:34/8146-1 · DBLP profile ↗
← Back
28ranked-venue papers in the field
1as first author
24since 2021 · last 2026
0000-0002-6508-5119ORCID · conflict

Domains — venue-derived; a paper can count in several

Information Retrieval & Web Search · 12Database Systems & Data Management · 8 (1 first)Data Mining & Knowledge Discovery · 6Knowledge Engineering, Semantic Web & Information Systems · 1Other / Interdisciplinary · 1
YearPublicationVenuePosition
2026 Beyond Inconsistent Reasoning: Intermediate Process Direct Preference Optimization on Small Multi-modal Large Language Models for Visual Question Answering
abstract
Visual Question Answering (VQA) has increasingly shifted from direct prediction to step-by-step reasoning, driven by advances in Multi-modal Large Language Models (MLLMs) and Multi-modal Chain-of-Thought (MCoT). However, small MLLMs (S-MLLMs) often suffer from a "Faithfulness Gap", where they arrive at correct answers with inconsistent or hallucinatory intermediate reasoning processes. In this work, we first conduct a systematic diagnostic of MCoT consistency and identify two prevalent patterns that undermine conventional trajectory-level optimization: Intermediate Error and Inconsistent Reasoning. We categorize intermediate errors into Caption Errors—Hallucination, Contradiction, and Irrelevance, and Reasoning Errors—Divergence and Spuriousness. Driven by these findings, we curate MCoT-SP, a Stage-wise Preference dataset with severity-aware annotations constructed through an automated pipeline that detects and corrects intermediate errors using entailment-based checks and LLM-based correction, followed by post-verification to ensure the reliability of the preference pairs. Leveraging this resource, we propose Intermediate Process Direct Preference Optimization (IP-DPO), which performs stage-wise preference optimization by treating each intermediate stage as independent preference units, while jointly integrating preference learning with supervised fine-tuning on preferred complete MCoT responses to preserve global coherence. Extensive evaluations on LLaVA-Next and Qwen2.5-VL demonstrate that IP-DPO outperforms standard DPO and SFT baselines across two benchmarks spanning six VQA datasets. Our analysis indicates that improvements in intermediate consistency substantially exceed the corresponding improvements in final answer accuracy, revealing that IP-DPO primarily improves the underlying reasoning process rather than merely overfitting to target labels.
Yongzhu Miao, Puzhen Su, Shasha Li 0001, Jintao Tang, Ting Wang 0009
ICMR4
2026 EMSEdit: Efficient Multi-Step Meta-Learning-based Model Editing
abstract
Large Language Models (LLMs) power numerous AI applications, yet updating their knowledge remains costly. Model editing provides a lightweight alternative through targeted parameter modifications, with meta-learning-based model editing (MLME) demonstrating strong effectiveness and efficiency. However, we find that MLME struggles in low-data regimes and incurs high training costs due to the use of KL divergence. To address these issues, we propose $\textbf{E}$fficient $\textbf{M}$ulti-$\textbf{S}$tep $\textbf{Edit (EMSEdit)}$, which leverages multi-step backpropagation (MSBP) to effectively capture gradient-activation mapping patterns within editing samples, performs multi-step edits per sample to enhance editing performance under limited data, and introduces norm-based regularization to preserve unedited knowledge while improving training efficiency. Experiments on two datasets and three LLMs show that EMSEdit consistently outperforms state-of-the-art methods in both sequential and batch editing. Moreover, MSBP can be seamlessly integrated into existing approaches to yield additional performance gains. Further experiments on a multi-hop reasoning editing task demonstrate EMSEdit's robustness in handling complex edits, while ablation studies validate the contribution of each design component. Our code is available at https://github.com/xpq-tech/emsedit.
Xiaopeng Li 0006, Shasha Li 0001, Xi Wang 0018, Shezheng Song, Bin Ji 0002, Shangwen Wang, Jun Ma 0015, Xiaodong Liu 0004, Mina Liu, Jie Yu 0008
WWW2
2026 Emp: enhance memory in data pruning
Jinying Xiao, Ping Li 0034, Jie Nie, Bin Ji 0002, Shasha Li 0001, Xiaodong Liu 0004, Jun Ma 0015, Qingbo Wu 0003, Jie Yu 0008
Data Min. Knowl. Discov.5
2026 SEAttack: A self-evolving jailbreak attack to induce toxic responses for non-toxic queries in large language models
Huijun Liu 0003, Shasha Li 0001, Bin Ji 0002, Xiaohu Du, Xiaopeng Li 0006, Jun Ma 0015, Jie Yu 0008
Inf. Process. Manag.2
2026 Empowering LLMs with disentangled structure awareness for prompt-based knowledge graph completion
Kang Tang, Shasha Li 0001, Jintao Tang, Kehan Long, Ting Wang 0009
Inf. Syst.2
2026 Beyond Pruning: Harnessing Off-Path Triples for Knowledge Graph Question Answering with LLMs
Puzhen Su, Yongzhu Miao, Kang Tang, Jintao Tang, Shasha Li 0001, Ting Wang 0009
Inf. Sci.6
2025 Cross-Modal Reasoning-Based Unsupervised Multi-modal Entity Linking
Yongtao Tang, Shasha Li 0001, Jun Ma 0015, Bin Ji 0002, Xiaodong Liu 0004, Jie Yu 0008
DASFAA (3)2
2025 Identifying Knowledge Editing Types in Large Language Models
abstract
Warning: This paper contains examples of toxic text. Knowledge editing has emerged as an efficient technique for updating the knowledge of large language models (LLMs), attracting increasing attention in recent years. However, there is a lack of effective measures to prevent the malicious misuse of this technique, which could lead to harmful edits in LLMs. These malicious modifications could cause LLMs to generate toxic content, misleading users into inappropriate actions. In front of this risk, we introduce a new task, Knowledge Editing Type Identification (KETI), aimed at identifying different types of edits in LLMs, thereby providing timely alerts to users when encountering illicit edits. As part of this task, we propose KETIBench, which includes five types of harmful edits covering the most popular toxic types, as well as one benign factual edit. We develop five classical classification models and three BERT-based models as baseline identifiers for both open-source and closed-source LLMs. Our experimental results, across 92 trials involving four models and three knowledge editing methods, demonstrate that all eight baseline identifiers achieve decent identification performance, highlighting the feasibility of identifying malicious edits in LLMs. Additional analyses reveal that the performance of the identifiers is independent of the reliability of the knowledge editing methods and exhibits cross-domain generalization, enabling the identification of edits from unknown sources. All data and code are available in https://github.com/xpq-tech/KETI.
Xiaopeng Li 0006, Shasha Li 0001, Shangwen Wang, Shezheng Song, Bin Ji 0002, Huijun Liu 0003, Jun Ma 0015, Jie Yu 0008
KDD (2)2
2025 Precise Zero-Shot Pointwise Ranking with LLMs through Post-Aggregated Global Context Information
abstract
Recent advancements have successfully harnessed the power of Large Language Models (LLMs) for zero-shot document ranking, exploring a variety of prompting strategies. Comparative approaches like pairwise and listwise achieve high effectiveness but are computationally intensive and thus less practical for larger-scale applications. Scoring-based pointwise approaches exhibit superior efficiency by independently and simultaneously generating the relevance scores for each candidate document. However, this independence ignores critical comparative insights between documents, resulting in inconsistent scoring and suboptimal performance. In this paper, we aim to improve the effectiveness of pointwise methods while preserving their efficiency through two key innovations: (1) We propose a novel Global-Consistent Comparative Pointwise Ranking (GCCP) strategy that incorporates global reference comparisons between each candidate and an anchor document to generate contrastive relevance scores. We strategically design the anchor document as a query-focused summary of pseudo-relevant candidates, which serves as an effective reference point by capturing the global context for document comparison. (2) These contrastive relevance scores can be efficiently Post-Aggregated with existing pointwise methods, seamlessly integrating essential Global Context information in a training-free manner (PAGC). Extensive experiments on the TREC DL and BEIR benchmark demonstrate that our approach significantly outperforms previous pointwise methods while maintaining comparable efficiency. Our method also achieves competitive performance against comparative methods that require substantially more computational resources. More analyses further validate the efficacy of our anchor construction strategy.
Kehan Long, Shasha Li 0001, Chen Xu 0013, Jintao Tang, Ting Wang 0009
SIGIR2
2025 Multi-pattern retrieval-augmented framework for Text-to-SQL with Poincaré-Skeleton retrieval and meta-instruction reasoning
Chunxi Guo, Zhiliang Tian, Jintao Tang, Shasha Li 0001, Ting Wang 0009
Inf. Process. Manag.4
2025 Maximizing discrimination masking for faithful question answering with machine reading
Dong Li 0048, Jintao Tang, Pancheng Wang, Shasha Li 0001, Ting Wang 0009
Inf. Process. Manag.4
2025 Leveraging multiple control codes for aspect-controllable related paper recommendation
Kehan Long, Shasha Li 0001, Jintao Tang, Ting Wang 0009
Inf. Process. Manag.2
2025 Win-Win Cooperation: Bundling Sequence and Span Models for Named Entity Recognition
abstract
For Named Entity Recognition (NER), sequence labeling-based and span-based paradigms are quite different. Previous studies have demonstrated the clear complementary advantages of the two paradigms, but few models have tried to incorporate them into a single NER model as far as we know. In our previous work, we proposed a paradigm called Bundling Learning (BL) to explore the above issue, which bundles the two NER paradigms, enabling NER models to jointly tune their parameters by weighted summing each paradigm's training loss. However, three critical issues remain unresolved: When does BL work? Why does BL work? Can BL enhance existing state-of-the-art NER models? To address the first two issues, we design three NER models: a sequence labeling-based model – SeqNER, a span-based NER model – SpanNER, and BL-NER which bundles SeqNER and SpanNER. We draw two conclusions regarding the two issues based on the experimental results on eleven NER datasets. To investigate the third issue, we apply BL to five existing state-of-the-art NER models, including three sequence labeling-based and two span-based models. Experimental results indicate consistent NER performance gains, suggesting a feasible way to construct new state-of-the-art NER systems by applying BL to the current state-of-the-art systems. Moreover, investigation results show that BL reduces both entity boundary and type prediction errors. In addition, we compare two commonly used label tagging methods and three types of span semantic representations.
Bin Ji 0002, Huijun Liu 0003, Shasha Li 0001, Jun Ma 0015, Jie Yu 0008
IEEE Trans. Knowl. Data Eng.3
2025 How to Bridge the Gap Between Modalities: Survey on Multimodal Large Language Model
abstract
We explore Multimodal Large Language Models (MLLMs), which integrate LLMs like GPT-4 to handle multimodal data, including text, images, audio, and more. MLLMs demonstrate capabilities such as generating image captions and answering image-based questions, bridging the gap towards real-world human-computer interactions and hinting at a potential pathway to artificial general intelligence. However, MLLMs still face challenges in addressing the semantic gap in multimodal data, which may lead to erroneous outputs, posing potential risks to society. Selecting the appropriate modality alignment method is crucial, as improper methods might require more parameters without significant performance improvements. This paper aims to explore modality alignment methods for LLMs and their current capabilities. Implementing effective modality alignment can help LLMs address environmental issues and enhance accessibility. The study surveys existing modality alignment methods for MLLMs, categorizing them into four groups: (1) Multimodal Converter, which transforms data into a format that LLMs can understand; (2) Multimodal Perceiver, which improves how LLMs percieve different types of data; (3) Tool Learning, which leverages external tools to convert data into a common format, usually text; and (4) Data-Driven Method, which teaches LLMs to understand specific data types within datasets.
Shezheng Song, Xiaopeng Li 0006, Shasha Li 0001, Shan Zhao 0002, Jie Yu 0008, Jun Ma 0015, Xiaoguang Mao, Meng Wang 0001
IEEE Trans. Knowl. Data Eng.3
2024 Planes, Trains and Automobiles: Leverage Multimodal In-Mission Signals for Shopping Journeys
abstract
Modern search systems offer multiple ways for expressing information needs, including image, voice, and text. Consequently, an increasing number of users seamlessly transition between these modalities to convey their intents. This emerging trend presents new opportunities for utilizing queries in different modalities to help users complete their search journeys efficiently. In this proposal, we introduce an approach to segmenting a multimodal query stream into missions, demonstrate how these in-mission queries can enhance search ranking, and outline key areas for future research.
Viet Ha-Thuc, Shasha Li 0001, Arnau Ramisa, Xinliang Zhu
CIKM2
2024 Disentangling Instructive Information from Ranked Multiple Candidates for Multi-Document Scientific Summarization
abstract
Automatically condensing multiple topic-related scientific papers into a succinct and concise summary is referred to as Multi-Document Scientific Summarization (MDSS). Currently, while commonly used abstractive MDSS methods can generate flexible and coherent summaries, the difficulty in handling global information and the lack of guidance during decoding still make it challenging to generate better summaries. To alleviate these two shortcomings, this paper introduces summary candidates into MDSS, utilizing the global information of the document set and additional guidance from the summary candidates to guide the decoding process. Our insights are twofold: Firstly, summary candidates can provide instructive information from both positive and negative perspectives, and secondly, selecting higher-quality candidates from multiple options contributes to producing better summaries. Drawing on the insights, we propose a summary candidates fusion framework - Disentangling Instructive information from Ranked candidates (DIR) for MDSS. Specifically, DIR first uses a specialized pairwise comparison method towards multiple candidates to pick out those of higher quality. Then DIR disentangles the instructive information of summary candidates into positive and negative latent variables with Conditional Variational Autoencoder. These variables are further incorporated into the decoder to guide generation. We evaluate our approach with three different types of Transformer-based models and three different types of candidates, and consistently observe noticeable performance improvements according to automatic and human evaluation. More analyses further demonstrate the effectiveness of our model in handling global information and enhancing decoding controllability.
Pancheng Wang, Shasha Li 0001, Dong Li 0048, Kehan Long, Jintao Tang, Ting Wang 0009
SIGIR2
2024 Fusing structural information with knowledge enhanced text representation for knowledge graph completion
Kang Tang, Shasha Li 0001, Jintao Tang, Dong Li 0048, Pancheng Wang, Ting Wang 0009
Data Min. Knowl. Discov.2
2024 A More Context-Aware Approach for Textual Adversarial Attacks Using Probability Difference-Guided Beam Search
abstract
Textual adversarial attacks expose the vulnerabilities of text classifiers and can be used to improve their robustness. Previous context-aware attack models suffer from several limitations. They generally rely on out-of-date substitutes, solely consider the gold label probability, and use the greedy search when generating adversarial examples, often limiting the attack efficiency. To tackle these issues, we proposeMC-PDBS, aMoreContext-aware textual adversarial attack model usingProbabilityDifference-guidedBeamSearch. MC-PDBS generates substitutes using the newest perturbed text sequences in each attack iteration, enabling the generation of more context-aware adversarial examples. The probability difference is an overall consideration of the probabilities of all class labels, which is more effective than the gold label probability in guiding the selection of attack paths. In addition, the beam search enables MC-PDBS to search attack paths from multiple search channels, thereby avoiding the limited search space problem. Extensive experiments and human evaluation demonstrate that MC-PDBS outperforms previous best models in a series of evaluation metrics, particularly bringing up to a +19.5% attack success rate. Extensive analyses further confirm the effectiveness of MC-PDBS.
Huijun Liu 0003, Bin Ji 0002, Jie Yu 0008, Shasha Li 0001, Jun Ma 0015, Zibo Yi, Mengxue Du, Miaomiao Li 0001, Jie Liu 0002, Zeyao Mo
IEEE Trans. Knowl. Data Eng.4
2023 Distinguishing Sensitive and Insensitive Options for the Winograd Schema Challenge
Dong Li 0048, Pancheng Wang, Liangliang He, Kunyuan Pang, Shasha Li 0001, Jintao Tang, Ting Wang 0009
DASFAA (3)5
2023 Dynamic Multi-View Fusion Mechanism for Chinese Relation Extraction
abstract
Abstract Recently, many studies incorporate external knowledge into character-level feature based models to improve the performance of Chinese relation extraction. However, these methods tend to ignore the internal information of the Chinese character and cannot filter out the noisy information of external knowledge. To address these issues, we propose a mixture-of-view-experts framework (MoVE) to dynamically learn multi-view features for Chinese relation extraction. With both the internal and external knowledge of Chinese characters, our framework can better capture the semantic information of Chinese characters. To demonstrate the effectiveness of the proposed framework, we conduct extensive experiments on three real-world datasets in distinct domains. Experimental results show consistent and significant superiority and robustness of our proposed framework. Our code and dataset will be released at: https://gitee.com/tmg-nudt/multi-view-of-expert-for-chinese-relation-extraction
Bin Ji 0002, Shasha Li 0001, Jun Ma 0015, Long Peng 0002, Jie Yu 0008
PAKDD (1)3
2023 Plan and generate: Explicit and implicit variational augmentation for multi-document summarization of scientific articles
Pancheng Wang, Shasha Li 0001, Shenling Liu, Jintao Tang, Ting Wang 0009
Inf. Process. Manag.2
2022 Amazon Shop the Look: A Visual Search System for Fashion and Home
abstract
In this paper, we introduce Shop the Look, a web-scale fashion and home product visual search system deployed at Amazon. Building such a system poses great challenges to both science and engineering practices. We leverage large-scale image data from the Amazon product catalog and adopt effective strategies to reduce the human effort required to annotate data. By employing state-of-the-art computer vision techniques, we train detection, recognition, and feature extraction models to bridge the domain gap between in-the-wild query images and product images which are taken under controlled settings. Our system is designed to achieve a balance between result accuracy and efficiency. The run-time service is optimized to provide retrieval results to users with low-latency. The scalable offline index-building pipeline adapts to the dynamic Amazon catalog that contains billions of products. We present both quantitative and qualitative evaluation results to demonstrate the performance of our system. We believe that the fast-growing Shop the Look service is shaping the way that customers shop on Amazon.
Arnau Ramisa, Amit Kumar K. C, Sampath Chanda, Mengjiao Wang 0002, Neelakandan Rajesh, Shasha Li 0001, Yingchuan Hu, Nagashri Lakshminarayana, Son Tran, Douglas Gray 0001
KDD7
2022 Textual adversarial attacks by exchanging text-self words
abstract
Adversarial attacks expose the vulnerability of deep neural networks. Compared to image adversarial attacks, textual adversarial attacks are more challenging due to the discrete nature of texts. Recent synonym-based methods achieve the current state-of-the-art results. However, these methods introduce new words against the original text, leading to that humans easily perceive the difference between the adversarial example and the original text. Motivated by the fact that humans are usually unaware of chaotic word order in some cases, we propose exchange-attack (EA), a concise and effective word-level textual adversarial attack model. Specifically, the EA model generates adversarial examples by exchanging words of the original text itself according to the contributions that these words make regarding classification results. Intuitively, the smaller the distance between the two exchanged words, the more difficult the chaotic word order to be perceived by humans. We thus take the word distance into consideration when generating the chaotic word orders. Extensive experiments on several text classification data sets show that the EA model consistently outperforms the selected baselines in terms of averaged after-attack accuracy, modification rate, query number, and semantic similarity. And human evaluation results reveal that humans difficultly perceive the adversarial examples generated by the EA model. In addition, quantitative and qualitative analyses further validate the effectiveness of the EA model, including that the generated adversarial examples are grammatically correct and semantically preserved.
Huijun Liu 0003, Jie Yu 0008, Jun Ma 0015, Shasha Li 0001, Bin Ji 0002, Zibo Yi, Miaomiao Li 0001, Long Peng 0002, Xiaodong Liu 0004
Int. J. Intell. Syst.4
2022 BERT-SMAP: Paying attention to Essential Terms in passage ranking beyond BERT
Dengwen Lin, Jintao Tang, Xinyi Li 0001, Kunyuan Pang, Shasha Li 0001, Ting Wang 0009
Inf. Process. Manag.5
2018 Using semantic similarity to reduce wrong labels in distant supervision for relation extraction
Chengsen Ru, Jintao Tang, Shasha Li 0001, Songxian Xie, Ting Wang 0009
Inf. Process. Manag.3
2017 Drug-Drug Interaction Extraction via Recurrent Neural Network with Multiple Attention Layers
Zibo Yi, Shasha Li 0001, Jie Yu 0008, Yusong Tan, Qingbo Wu 0003, Ting Wang 0009
ADMA2
2016 ERPC: An Edge-Resources Based Framework to Reduce Bandwidth Cost in the Personal Cloud
Shaoduo Gan, Jie Yu 0008, Xiaoling Li 0002, Jun Ma 0015, Lei Luo 0002, Qingbo Wu 0003, Shasha Li 0001
WAIM (2)7
2013 Comparable Entity Mining from Comparative Questions
abstract
Comparing one thing with another is a typical part of human decision making process. However, it is not always easy to know what to compare and what are the alternatives. In this paper, we present a novel way to automatically mine comparable entities from comparative questions that users posted online to address this difficulty. To ensure high precision and high recall, we develop a weakly supervised bootstrapping approach for comparative question identification and comparable entity extraction by leveraging a large collection of online question archive. The experimental results show our method achieves F1-measure of 82.5 percent in comparative question identification and 83.3 percent in comparable entity extraction. Both significantly outperform an existing state-of-the-art method. Additionally, our ranking results show highly relevance to user's comparison intents in web.
Shasha Li 0001, Chin-Yew Lin, Young-In Song, Zhoujun Li 0001
IEEE Trans. Knowl. Data Eng.1