← Search

Bingsheng He

35 accepted papers

2026

Beyond Prompt-Induced Lies: Investigating LLM Deception on Benign Prompts

ICLR 2026oral

Large Language Models (LLMs) are widely deployed in reasoning, planning, and decision-making tasks, making their trustworthiness critical. A significant and underexplored risk is intentional deception, where an LLM deliberately fabricates or conceals information to serve a hidden objective. Existing…

Cited by 0SourcecodeScholar
2026

DGP: A Dual-Granularity Prompting Framework for Fraud Detection with Graph-Enhanced LLMs

AAAI 2026technical

Real-world fraud detection applications benefit from graph learning techniques that jointly exploit node features—often rich in textual data—and graph structural information. Recently, Graph-Enhanced LLMs have emerged as a promising graph learning approach that converts graph information into prompt

Cited by 0SourcePDFScholar
2026

Echoless Label-Based Pre-computation for Memory-Efficient Heterogeneous Graph Learning

AAAI 2026technical

Heterogeneous Graph Neural Networks (HGNNs) are widely used for deep learning on heterogeneous graphs. Typical end-to-end HGNNs require repetitive message passing during training, limiting efficiency for large-scale real-world graphs. Pre-computation-based HGNNs address this by performing message pa

Cited by 0SourcePDFScholar
2026

LLM DNA: Tracing Model Evolution via Functional Representations

ICLR 2026oral

The explosive growth of large language models (LLMs) has created a vast but opaque landscape: millions of models exist, yet their evolutionary relationships through fine-tuning, distillation, or adaptation are often undocumented or unclear, complicating LLM management. Existing methods are limited b…

Cited by 0SourcecodeScholar
2026

NTSFormer: A Self-Teaching Graph Transformer for Multimodal Isolated Cold-Start Node Classification

AAAI 2026technical

Isolated cold-start node classification on multimodal graphs is challenging because such nodes have no edges and often have missing modalities (e.g., absent text or image features). Existing methods address structural isolation by degrading graph learning models to multilayer perceptrons (MLPs) for

Cited by 0SourcePDFScholar
2026

Prefix cache aware data reordering for LLM augmented database analytics

ICML 2026poster

LLM-augmented database analytics face a major bottleneck in the costly prefill phase. Although relational tables inherently contain repeated attribute values, standard row-by-row processing produces fragmented prompt layouts that obscure shared prefixes, thereby minimizing opportunities for prefix K…

Cited by 0SourceScholar
2025

Adapting Precomputed Features for Efficient Graph Condensation

ICML 2025poster

Graph Neural Networks (GNNs) face significant computational challenges when handling large-scale graphs. To address this, Graph Condensation (GC) methods aim to compress large graphs into smaller, synthetic ones that are more manageable for GNN training. Recently, trajectory matching methods have sh…

2025

Evaluating Small Language Models for News Summarization: Implications and Factors Influencing Performance

NAACL 2025long

The increasing demand for efficient summarization tools in resource-constrained environments highlights the need for effective solutions. While large language models (LLMs) deliver superior summarization quality, their high computational resource requirements limit practical use applications. In con…

2025

Federated Data-Efficient Instruction Tuning for Large Language Models

ACL 2025finding

Instruction tuning is a crucial step in improving the responsiveness of pretrained large language models (LLMs) to human instructions. Federated learning (FL) helps to exploit the use of vast private instruction data from clients, becoming popular for LLM tuning by improving data diversity. Existing…

Cited by 0SourcePDFScholar
2025

MegaAgent: A Large-Scale Autonomous LLM-based Multi-Agent System Without Predefined SOPs

ACL 2025finding

LLM-based multi-agent systems (MAS) have shown promise in tackling complex tasks. However, existing solutions often suffer from limited agent coordination and heavy reliance on predefined Standard Operating Procedures (SOPs), which demand extensive human input. To address these limitations, we propo…

2025

Modality-Independent Graph Neural Networks with Global Transformers for Multimodal Recommendation

AAAI 2025technical

Multimodal recommendation systems can learn users' preferences from existing user-item interactions as well as the semantics of multimodal data associated with items. Many existing methods model this through a multimodal user-item graph, approaching multimodal recommendation as a graph learning task…

2025

Model-based Large Language Model Customization as Service

EMNLP 2025

Prominent Large Language Model (LLM) services from providers like OpenAI and Google excel at general tasks but often underperform on domain-specific applications. Current customization services for these LLMs typically require users to upload data for fine-tuning, posing significant privacy risks. W

2025

Multi-Label Node Classification with Label Influence Propagation

ICLR 2025poster

Graphs are a complex and versatile data structure used across various domains, with possibly multi-label nodes playing a particularly crucial role. Examples include proteins in PPI networks with multiple functions and users in social or e-commerce networks exhibiting diverse interests. Tackling mu…

Cited by 0SourcePDFScholar
2025

Position: Current Model Licensing Practices are Dragging Us into a Quagmire of Legal Noncompliance

ICML 2025oral

The Machine Learning (ML) community has wit- nessed explosive growth, with millions of ML models being published on the Web. Reusing ML model components has been prevalent nowadays. Developers are often required to choose a license to publish and govern the use of their models. Popular options inclu…

Cited by 0SourcePDFScholar
2024

Consistency Training with Learnable Data Augmentation for Graph Anomaly Detection with Limited Supervision

ICLR 2024spotlight

Graph Anomaly Detection (GAD) has surfaced as a significant field of research, predominantly due to its substantial influence in production environments. Although existing approaches for node anomaly detection have shown effectiveness, they have yet to fully address two major challenges: operating i…

2024

CryptoTrade: A Reflective LLM-based Agent to Guide Zero-shot Cryptocurrency Trading

EMNLP 2024main

The utilization of Large Language Models (LLMs) in financial trading has primarily been concentrated within the stock market, aiding in economic and financial decisions. Yet, the unique opportunities presented by the cryptocurrency market, noted for its on-chain data’s transparency and the critical…

2024

EX-Graph: A Pioneering Dataset Bridging Ethereum and X

ICLR 2024poster

While numerous public blockchain datasets are available, their utility is constrained by an exclusive focus on blockchain data. This constraint limits the incorporation of relevant social network data into blockchain analysis, thereby diminishing the breadth and depth of insight that can be derived.…

2024

Effective and Efficient Federated Tree Learning on Hybrid Data

ICLR 2024poster

Federated learning has emerged as a promising distributed learning paradigm that facilitates collaborative learning among multiple parties without transferring raw data. However, most existing federated learning studies focus on either horizontal or vertical data settings, where the data of differen…

Cited by 5SourcePDFScholar
2024

Exploiting Label Skews in Federated Learning with Model Concatenation

AAAI 2024technical

Federated Learning (FL) has emerged as a promising solution to perform deep learning on different data owners without exchanging raw data. However, non-IID data has been a key challenge in FL, which could significantly degrade the accuracy of the final model. Among different non-IID types, label ske…

2024

Federated Transformer: Multi-Party Vertical Federated Learning on Practical Fuzzily Linked Data

NeurIPS 2024poster

Federated Learning (FL) is an evolving paradigm that enables multiple parties to collaboratively train models without sharing raw data. Among its variants, Vertical Federated Learning (VFL) is particularly relevant in real-world, cross-organizational collaborations, where distinct features of a shar…

2024

Multi-Chain Graphs of Graphs: A New Approach to Analyzing Blockchain Datasets

NeurIPS 2024poster

Machine learning applied to blockchain graphs offers significant opportunities for enhanced data analysis and applications. However, the potential of this field is constrained by the lack of a large-scale, cross-chain dataset that includes hierarchical graph-level data. To address this issue, we pre…

2024

Partitioning Message Passing for Graph Fraud Detection

ICLR 2024poster

Label imbalance and homophily-heterophily mixture are the fundamental problems encountered when applying Graph Neural Networks (GNNs) to Graph Fraud Detection (GFD) tasks. Existing GNN-based GFD models are designed to augment graph structure to accommodate the inductive bias of GNNs towards homophil…

Cited by 30SourcePDFScholar
2024

Revisiting, Benchmarking and Understanding Unsupervised Graph Domain Adaptation

NeurIPS 2024poster

Unsupervised Graph Domain Adaptation (UGDA) involves the transfer of knowledge from a label-rich source graph to an unlabeled target graph under domain discrepancies. Despite the proliferation of methods designed for this emerging task, the lack of standard experimental settings and fair performance…

2024

VertiBench: Advancing Feature Distribution Diversity in Vertical Federated Learning Benchmarks

ICLR 2024poster

Vertical Federated Learning (VFL) is a crucial paradigm for training machine learning models on feature-partitioned, distributed data. However, due to privacy restrictions, few public real-world VFL datasets exist for algorithm evaluation, and these represent a limited array of feature distributions…

2023

Live Graph Lab: Towards Open, Dynamic and Real Transaction Graphs with NFT

NeurIPS 2023poster

Numerous studies have been conducted to investigate the properties of large-scale temporal graphs. Despite the ubiquity of these graphs in real-world scenarios, it's usually impractical for us to obtain the whole real-time graphs due to privacy concerns and technical limitations. In this paper, we i…

2022

A Coupled Design of Exploiting Record Similarity for Practical Vertical Federated Learning

NeurIPS 2022accept

Federated learning is a learning paradigm to enable collaborative learning across different parties without revealing raw data. Notably, vertical federated learning (VFL), where parties share the same set of samples but only hold partial features, has a wide range of real-world applications. However…

2021

TransMask: A Compact and Fast Speech Separation Model Based on Transformer

ICASSP 2021accepted

Speech separation is an important problem in speech processing, which targets to separate and generate clean speech from a mixed audio containing speech from different speakers. Empowered by the deep learning technologies over sequence-to-sequence domain, recent neural speech separation models are n…

Cited by 0SourceScholar
2020

PewLSTM: Periodic LSTM with Weather-Aware Gating Mechanism for Parking Behavior Prediction

IJCAI 2020poster

In big cities, there are plenty of parking spaces, but we often find nowhere to park. For example, New York has 1.4 million cars and 4.4 million on-street parking spaces, but it is still not easy to find a parking place near our destination, especially during peak hours. The reason is the lack of pr…