← Search

Shuo Shang

36 accepted papers

2026

Beyond Superficial Forgetting: Thorough Unlearning Through Knowledge Density Estimation and Block Re-Insertion

AAAI 2026technical

Machine unlearning, which selectively removes harmful knowledge from a pre-trained model without retraining from scratch, is crucial for addressing privacy, regulatory compliance, and ethical concerns in Large Language Models (LLMs). However, existing unlearning methods often struggle to thoroughly

Cited by 0SourcePDFScholar
2026

CoME: Empowering Channel-of-Mobile-Experts with Informative Hybrid-Capabilities Reasoning

ICML 2026poster

Mobile Agents can autonomously execute user instructions, which requires hybrid-capabilities reasoning, including screen summary, subtask planning, action decision and action function. However, existing agents struggle to achieve both decoupled enhancement and balanced integration of these capabilit…

Cited by 0SourceScholar
2026

Region-Point Joint Representation for Effective Trajectory Similarity Learning

AAAI 2026technical

Recent learning-based methods have reduced the computational complexity of traditional trajectory similarity computation, but state-of-the-art (SOTA) methods still fail to leverage the comprehensive spectrum of trajectory information for similarity modeling. To tackle this problem, we propose RePo,

Cited by 0SourcePDFScholar
2026

What Affects the Stability of Tool Learning? An Empirical Study on the Robustness of Tool Learning Frameworks

IJCAI 2026

Tool learning methods have enhanced the ability of large language models (LLMs) to interact with real-world applications. Many existing works fine-tune LLMs or design prompts to enable LLMs to select appropriate tools and correctly invoke them to meet user requirements. However, it is observed in pr

Cited by 0Scholar
2025

CESRec: Constructing Pseudo Interactions for Sequential Recommendation via Conversational Feedback

EMNLP 2025

Sequential Recommendation Systems (SRS) have become essential in many real-world applications. However, existing SRS methods often rely on collaborative filtering signals and fail to capture real-time user preferences, while Conversational Recommendation Systems (CRS) excel at eliciting immediate in

2025

CulFiT: A Fine-grained Cultural-aware LLM Training Paradigm via Multilingual Critique Data Synthesis

ACL 2025long

Large Language Models (LLMs) have demonstrated remarkable capabilities across various tasks, yet they often exhibit a specific cultural bias, neglecting the values and linguistic diversity of low-resource regions. This cultural bias not only undermines universal equality but also risks reinforcing s…

2025

DNASpeech: A Contextualized and Situated Text-to-Speech Dataset with Dialogues, Narratives and Actions

ACL 2025long

In this paper, we propose contextualized and situated text-to-speech (CS-TTS), a novel TTS task to promote more accurate and customized speech generation using prompts with Dialogues, Narratives, and Actions (DNA). While prompt-based TTS methods facilitate controllable speech generation, existing TT…

2025

Disentangled and Personalized Representation Learning for Next Point-of-Interest Recommendation

IJCAI 2025

Next POInt-of-Interest (POI) recommendation predicts a user's next move and facilitates location-based services such as navigation and travel planning. SOTA methods fuse each POI and its contexts (e.g., time, category, and region) into a single representation to model sequential user movement. This

2025

Lock on Target! Precision Unlearning via Directional Control

EMNLP 2025

The unlearning method aims at effectively removing harmful, sensitive, or outdated knowledge without costly retraining the model. However, existing methods suffer from two critical limitations: (1) collateral forgetting, where erasing target data inadvertently removes related but desirable knowledge

Cited by 0SourcePDFScholar
2025

More is not always better? Enhancing Many-Shot In-Context Learning with Differentiated and Reweighting Objectives

ACL 2025long

Large language models (LLMs) excel at few-shot in-context learning (ICL) without requiring parameter updates. However, as ICL demonstrations increase from a few to many, performance tends to plateau and eventually decline. We identify two primary causes for this trend: the suboptimal negative log-li…

2025

Not All Layers of LLMs Are Necessary During Inference

IJCAI 2025

Due to the large number of parameters, the inference phase of Large Language Models (LLMs) is resource-intensive. However, not all requests posed to LLMs are equally difficult to handle. Through analysis, we show that for some tasks, LLMs can achieve results comparable to the final output at some in

Cited by 0SourcePDFScholar
2025

Position-Aware Depth Decay Decoding (D3): Boosting Large Language Model Inference Efficiency

ACL 2025finding

Due to the large number of parameters, the inference phase of Large Language Models (LLMs) is resource-intensive. Unlike traditional model compression, which needs retraining, recent dynamic computation methods show that not all components are required for inference, enabling a training-free pipelin…

Cited by 0SourcePDFScholar
2025

ST-TAR: An Efficient Spatio-Temporal Learning Framework for Traffic Accident Risk Forecasting

IJCAI 2025

Traffic accidents represent a significant concern due to their devastating consequences. The ability to predict future traffic accident risks is of key importance to accident prevention activities in transportation systems. Although existing studies have made substantial efforts to model spatio-temp

2025

TESTN: A Triad-Enhanced Spatio-Temporal Network for Multi-Temporal POI Relationship Inference

IJCAI 2025

Multi-temporal Point-of-Interest (POI) relationship inference aims to identify evolving relationships among locations over time, providing critical insights for location-based services. While existing studies have made substantial efforts to model relationships with custom-designed graph neural netw

2025

TTPA: Token-level Tool-use Preference Alignment Training Framework with Fine-grained Evaluation

EMNLP 2025

Existing tool-learning methods usually rely on supervised fine-tuning, they often overlook fine-grained optimization of internal tool call details, leading to limitations in preference alignment and error discrimination. To overcome these challenges, we propose **T**oken-level **T**ool-use **P**refe

Cited by 0SourcePDFScholar
2025

Thinking Before Running! Efficient Code Generation with Thorough Exploration and Optimal Refinement

ACL 2025finding

Code generation is crucial in software engineering for automating the coding process efficiently. While test-time computation methods show promise, they suffer from high latency due to multiple computation rounds.To overcome this, we introduce ThinkCoder, a framework that combines thorough explorati…

Cited by 0SourcePDFScholar
2024

CausalStock: Deep End-to-end Causal Discovery for News-driven Multi-stock Movement Prediction

NeurIPS 2024poster

There are two issues in news-driven multi-stock movement prediction tasks that are not well solved in the existing works. On the one hand, "relation discovery" is a pivotal part when leveraging the price information of other stocks to achieve accurate stock movement prediction. Given that stock rela…

Cited by 2SourcePDFScholar
2024

CharacterEval: A Chinese Benchmark for Role-Playing Conversational Agent Evaluation

ACL 2024long

Recently, the advent of large language models (LLMs) has revolutionized generative agents. Among them, Role-Playing Conversational Agents (RPCAs) attract considerable attention due to their ability to emotionally engage users. However, the absence of a comprehensive benchmark impedes progress in thi…

2024

DetermLR: Augmenting LLM-based Logical Reasoning from Indeterminacy to Determinacy

ACL 2024long

Recent advances in large language models (LLMs) have revolutionized the landscape of reasoning tasks. To enhance the capabilities of LLMs to emulate human reasoning, prior studies have focused on modeling reasoning steps using various thought structures like chains, trees, or graphs. However, LLM-ba…

2024

KGTS: Contrastive Trajectory Similarity Learning over Prompt Knowledge Graph Embedding

AAAI 2024technical

Trajectory similarity computation serves as a fundamental functionality of various spatial information applications. Although existing deep learning similarity computation methods offer better efficiency and accuracy than non-learning solutions, they are still immature in trajectory embedding and su…

Cited by 26SourcePDFScholar
2024

Mobile-Bench: An Evaluation Benchmark for LLM-based Mobile Agents

ACL 2024long

With the remarkable advancements of large language models (LLMs), LLM-based agents have become a research hotspot in human-computer interaction.However, there is a scarcity of benchmarks available for LLM-based mobile agents.Benchmarking these agents generally faces three main challenges:(1) The ine…

2024

MobileVLM: A Vision-Language Model for Better Intra- and Inter-UI Understanding

EMNLP 2024finding

Recently, mobile AI agents based on VLMs have been gaining increasing attention. These works typically utilize VLM as a foundation, fine-tuning it with instruction-based mobile datasets. However, these VLMs are typically pre-trained on general-domain data, which often results in a lack of fundamenta…

2024

“In-Dialogues We Learn”: Towards Personalized Dialogue Without Pre-defined Profiles through In-Dialogue Learning

EMNLP 2024main

Personalized dialogue systems have gained significant attention in recent years for their ability to generate responses in alignment with different personas. However, most existing approaches rely on pre-defined personal profiles, which are not only time-consuming and labor-intensive to create but a…

Cited by 2SourcePDFScholar
2023

GRLSTM: Trajectory Similarity Computation with Graph-Based Residual LSTM

AAAI 2023technical

The computation of trajectory similarity is a crucial task in many spatial data analysis applications. However, existing methods have been designed primarily for trajectories in Euclidean space, which overlooks the fact that real-world trajectories are often generated on road networks. This paper ad…

2023

Heterogeneous Region Embedding with Prompt Learning

AAAI 2023technical

The prevalence of region-based urban data has opened new possibilities for exploring correlations among regions to improve urban planning and smart-city solutions. Region embedding, which plays a critical role in this endeavor, faces significant challenges related to the varying nature of city data…

2023

Next POI Recommendation with Dynamic Graph and Explicit Dependency

AAAI 2023technical

Next Point-Of-Interest (POI) recommendation plays an important role in various location-based services. Its main objective is to predict the user's next interested POI based on her previous check-in information. Most existing methods directly use users' historical check-in trajectories to construct…

2022

FOGS: First-Order Gradient Supervision with Learning-based Graph for Traffic Flow Forecasting

IJCAI 2022poster

Traffic flow forecasting plays a vital role in the transportation domain. Existing studies usually manually construct correlation graphs and design sophisticated models for learning spatial and temporal features to predict future traffic states. However, manually constructed correlation graphs ca…

2022

GNN-Retro: Retrosynthetic Planning with Graph Neural Networks

AAAI 2022technical

Retrosynthetic planning plays an important role in the field of organic chemistry, which could generate a synthetic route for the target product. The synthetic route is a series of reactions which are started from the available molecules. The most challenging problem in the generation of the synthet…

Cited by 32SourcePDFScholar
2022

Interactive Information Extraction by Semantic Information Graph

IJCAI 2022poster

Information extraction (IE) mainly focuses on three highly correlated subtasks, i.e., entity extraction, relation extraction and event extraction. Recently, there are studies using Abstract Meaning Representation (AMR) to utilize the intrinsic correlations among these three subtasks. AMR based model…

2022

Towards Controlling the Transmission of Diseases: Continuous Exposure Discovery over Massive-Scale Moving Objects

IJCAI 2022poster

Infectious diseases have been recognized as major public health concerns for decades. Close contact discovery is playing an indispensable role in preventing epidemic transmission. In this light, we study the continuous exposure search problem: Given a collection of moving objects and a collection o…

Cited by 18SourcePDFScholar
2021

Parallel Subtrajectory Alignment over Massive-Scale Trajectory Data

IJCAI 2021poster

We study the problem of subtrajectory alignment over massive-scale trajectory data. Given a collection of trajectories, a subtrajectory alignment query returns new targeted trajectories by splitting and aligning existing trajectories. The resulting functionality targets a range of applications, incl…

Cited by 20SourcePDFScholar
2021

Towards Efficient Selection of Activity Trajectories based on Diversity and Coverage

AAAI 2021technical

With the prevalence of location based services, activity trajectories are being generated at a rapid pace. The activity trajectory data enriches traditional trajectory data with semantic activities of users, which not only shows where the users have been, but also the preference of users. However, t…

Cited by 24SourcePDFScholar
2021

Traffic Congestion Alleviation over Dynamic Road Networks: Continuous Optimal Route Combination for Trip Query Streams

IJCAI 2021poster

Route planning and recommendation have attracted much attention for decades. In this paper, we study a continuous optimal route combination problem: Given a dynamic road network and a stream of trip queries, we continuously find an optimal route combination for each new query batch over the query st…

Cited by 24SourcePDFScholar
2020

Contextualized Point-of-Interest Recommendation

IJCAI 2020poster

Point-of-interest (POI) recommendation has become an increasingly important sub-field of recommendation system research. Previous methods employ various assumptions to exploit the contextual information for improving the recommendation accuracy. The common property among them is that similar users a…

Cited by 0SourcePDFScholar
2020

Towards Alleviating Traffic Congestion: Optimal Route Planning for Massive-Scale Trips

IJCAI 2020poster

We investigate the problem of optimal route planning for massive-scale trips: Given a traffic-aware road network and a set of trip queries Q, we aim to find a route for each trip such that the global travel time cost for all queries in Q is minimized. Our problem is designed for a range of applicati…

Cited by 0SourcePDFScholar