← Search

Bo Long

15 accepted papers

2026

Learning the Latent Structure: A Feature-Centric Approach to Graph Data Augmentation

AAAI 2026technical

Graph-structured data plays a pivotal role in modeling complex relationships. However, real-world graphs are often incomplete due to data collection and observational constraints, severely limiting the effectiveness of modern graph learning pipelines. While existing Graph Data Augmentation (GDA) met

Cited by 0SourcePDFScholar
2026

RODIS: Robust Diffusion Solver to Dataset Quality in Combinatorial Optimization

IJCAI 2026

Combinatorial optimization (CO) problems have widespread applications in science and engineering, but they present significant computational challenges. Recent advancements in generative models, particularly diffusion models, have shown promise in bypassing traditional optimization solvers by direct

Cited by 0Scholar
2025

A Scalable and Effective Alternative to Graph Transformers

AAAI 2025technical

Graph Neural Networks (GNNs) have shown impressive performance in graph representation learning, but they face challenges in capturing long-range dependencies due to their limited expressive power. To address this, Graph Transformers (GTs) were introduced, utilizing self-attention mechanism to effec…

2025

Learning Graph Quantized Tokenizers

ICLR 2025poster

Transformers serve as the backbone architectures of Foundational Models, where domain-specific tokenizers allow them to adapt to various domains. Graph Transformers (GTs) have recently emerged as leading models in geometric deep learning, outperforming Graph Neural Networks (GNNs) in various graph l…

2025

The Efficiency vs. Accuracy Trade-off: Optimizing RAG-Enhanced LLM Recommender Systems Using Multi-Head Early Exit

ACL 2025long

The deployment of Large Language Models (LLMs) in recommender systems for Click-Through Rate (CTR) prediction requires a careful balance between computational efficiency and predictive accuracy. This paper introduces OptiRAG-Rec, a comprehensive framework that integrates Retrieval-Augmented Generati…

Cited by 0SourcePDFScholar
2024

VCR-Graphormer: A Mini-batch Graph Transformer via Virtual Connections

ICLR 2024poster

Graph transformer has been proven as an effective graph learning method for its adoption of attention mechanism that is capable of capturing expressive representations from complex topological and feature information of graphs. Graph transformer conventionally performs dense attention (or global att…

2022

Automatic Scene-based Topic Channel Construction System for E-Commerce

EMNLP 2022industry

Scene marketing that well demonstrates user interests within a certain scenario has proved effective for offline shopping. To conduct scene marketing for e-commerce platforms, this work presents a novel product form, scene-based topic channel which typically consists of a list of diverse products be…

2022

Context-Consistent Semantic Image Editing with Style-Preserved Modulation

ECCV 2022poster

"Semantic image editing utilizes local semantic label maps to generate the desired content in the edited region. A recent work borrows SPADE block to achieve semantic image editing. However, it cannot produce pleasing results due to style discrepancy between the edited region and surrounding pixels.…

2022

Feeding What You Need by Understanding What You Learned

ACL 2022long

Machine Reading Comprehension (MRC) reveals the ability to understand a given text passage and answer questions based on it. Existing research works in MRC rely heavily on large-size models and corpus to improve the performance evaluated by metrics such as Exact Match (EM) and F1. However, such a pa…

Cited by 4SourcePDFScholar
2022

From spoken dialogue to formal summary: An utterance rewriting for dialogue summarization

NAACL 2022long

Due to the dialogue characteristics of unstructured contexts and multi-parties with first-person perspective, many successful text summarization works have failed when dealing with dialogue summarization. In dialogue summarization task, the input dialogue is usually spoken style with ellipsis and co…

2022

Givens Coordinate Descent Methods for Rotation Matrix Learning in Trainable Embedding Indexes

ICLR 2022poster

Product quantization (PQ) coupled with a space rotation, is widely used in modern approximate nearest neighbor (ANN) search systems to significantly compress the disk storage for embeddings and speed up the inner product computation. Existing rotation learning methods, however, minimize quantization…

Cited by 6SourcePDFScholar
2022

Robust Meta-learning with Sampling Noise and Label Noise via Eigen-Reptile

ICML 2022spotlight

Recent years have seen a surge of interest in meta-learning techniques for tackling the few-shot learning (FSL) problem. However, the meta-learner is prone to overfitting since there are only a few available samples, which can be identified as sampling noise on a clean dataset. Besides, when handlin…

2021

Constructing contrastive samples via summarization for text classification with limited annotations

EMNLP 2021finding

Contrastive Learning has emerged as a powerful representation learning method and facilitates various downstream tasks especially when supervised data is limited. How to construct efficient contrastive samples through data augmentation is key to its success. Unlike vision tasks, the data augmentatio…

2021

Learning to Generate Visual Questions with Noisy Supervision

NeurIPS 2021poster

The task of visual question generation (VQG) aims to generate human-like neural questions from an image and potentially other side information (e.g., answer type or the answer itself). Existing works often suffer from the severe one image to many questions mapping problem, which generates uninformat…