← Search

Shangsong Liang

17 accepted papers

2025

ERGNN: Spectral Graph Neural Network With Explicitly-Optimized Rational Graph Filters

ICASSP 2025accepted

Approximation-based spectral graph neural networks, which construct graph filters with function approximation, have shown substantial performance in graph learning tasks. Despite their great success, existing works primarily employ polynomial approximation to construct the filters, whereas another s…

Cited by 0SourceScholar
2025

MGM: Global Understanding of Audience Overlap Graphs for Predicting the Factuality and the Bias of News Media

NAACL 2025long

In the current era of rapidly growing digital data, evaluating the political bias and factuality of news outlets has become more important for seeking reliable information online. In this work, we study the classification problem of profiling news media from the lens of political bias and factuality…

2025

MolRAG: Unlocking the Power of Large Language Models for Molecular Property Prediction

ACL 2025long

Recent LLMs exhibit limited effectiveness on molecular property prediction task due to the semantic gap between molecular representations and natural language, as well as the lack of domain-specific knowledge. To address these challenges, we propose MolRAG, a Retrieval-Augmented Generation framework…

2025

SimPER: A Minimalist Approach to Preference Alignment without Hyperparameters

ICLR 2025poster

Existing preference optimization objectives for language model alignment require additional hyperparameters that must be extensively tuned to achieve optimal performance, increasing both the complexity and time required for fine-tuning large language models. In this paper, we propose a simple yet ef…

2024

A Property-Guided Diffusion Model For Generating Molecular Graphs

ICASSP 2024accepted

Inverse molecular generation is an essential task for drug discovery, and generative models offer a very promising avenue, especially when diffusion models are used. Despite their great success, existing methods are inherently limited by the lack of a semantic latent space that can not be navigated…

Cited by 0SourceScholar
2024

Bayesian Domain Adaptation with Gaussian Mixture Domain-Indexing

NeurIPS 2024poster

Recent methods are proposed to improve performance of domain adaptation by inferring domain index under an adversarial variational bayesian framework, where domain index is unavailable. However, existing methods typically assume that the global domain indices are sampled from a vanilla gaussian pr…

Cited by 2SourcePDFScholar
2024

CLEX: Continuous Length Extrapolation for Large Language Models

ICLR 2024poster

Transformer-based Large Language Models (LLMs) are pioneering advances in many natural language processing tasks, however, their exceptional capabilities are restricted within the preset context window of Transformer. Position Embedding (PE) scaling methods, while effective in extending the context…

2024

Contrastive Continual Learning with Importance Sampling and Prototype-Instance Relation Distillation

AAAI 2024technical

Recently, because of the high-quality representations of contrastive learning methods, rehearsal-based contrastive continual learning has been proposed to explore how to continually learn transferable representation embeddings to avoid the catastrophic forgetting issue in traditional continual setti…

2024

Local and Global: Text Matching Via Syntax Graph Calibration

ICASSP 2024accepted

Pre-trained models such as BERT have achieved remarkable results in text matching tasks. However, existing models still suffer from the challenge of capturing local subtle differences when modeling complex semantic matching relationships. In this work, we find that the integration of local syntax aw…

Cited by 0SourceScholar
2024

SAFARI: Cross-lingual Bias and Factuality Detection in News Media and News Articles

EMNLP 2024finding

In an era where information is quickly shared across many cultural and language contexts, the neutrality and integrity of news media are essential. Ensuring that media content remains unbiased and factual is crucial for maintaining public trust. With this in mind, we introduce SAFARI (CroSs-lingual…

Cited by 3SourcePDFScholar
2023

Adaptive Compositional Continual Meta-Learning

ICML 2023poster

This paper focuses on continual meta-learning, where few-shot tasks are heterogeneous and sequentially available. Recent works use a mixture model for meta-knowledge to deal with the heterogeneity. However, these methods suffer from parameter inefficiency caused by two reasons: (1) the underlying as…

Cited by 15SourcePDFScholar
2022

Multi-Relational Graph Representation Learning with Bayesian Gaussian Process Network

AAAI 2022technical

Learning effective representations of entities and relations for knowledge graphs (KGs) is critical to the success of many multi-relational learning tasks. Existing methods based on graph neural networks learn a deterministic embedding function, which lacks sufficient flexibility to explore better c…

2022

Revisiting Parameter-Efficient Tuning: Are We Really There Yet?

EMNLP 2022main

Parameter-Efficient Tuning (PETuning) methods have been deemed by many as the new paradigm for using pretrained language models (PLMs). By tuning just a fraction amount of parameters comparing to full model finetuning, PETuning methods claim to have achieved performance on par with or even better th…

2021

Variational Continual Bayesian Meta-Learning

NeurIPS 2021poster

Conventional meta-learning considers a set of tasks from a stationary distribution. In contrast, this paper focuses on a more complex online setting, where tasks arrive sequentially and follow a non-stationary distribution. Accordingly, we propose a Variational Continual Bayesian Meta-Learning (VC-B…

Cited by 23SourcePDFScholar
2021

Weakly Supervised Deep Hyperspherical Quantization for Image Retrieval

AAAI 2021technical

Deep quantization methods have shown high efficiency on large-scale image retrieval. However, current models heavily rely on ground-truth information, hindering the application of quantization in label-hungry scenarios. A more realistic demand is to learn from inexhaustible uploaded images that are…

2019

Semi-supervisedly Co-embedding Attributed Networks

NeurIPS 2019poster

Deep generative models (DGMs) have achieved remarkable advances. Semi-supervised variational auto-encoders (SVAE) as a classical DGM offers a principled framework to effective generalize from small labelled data to large unlabelled ones, but it is difficult to incorporate rich unstructured relations…