← Search

Wei Qin

6 accepted papers

2026

Debate over Mixed-knowledge: A Robust Multi-Agent Reasoning Framework for Incomplete Knowledge Graph Question Answering

AAAI 2026technical

Knowledge Graph Question Answering (KGQA) aims to improve factual accuracy by leveraging structured knowledge. However, real-world Knowledge Graphs (KGs) are often incomplete, leading to the problem of Incomplete KGQA (IKGQA). A common solution is to incorporate external data to fill knowledge gaps,

Cited by 0SourcePDFScholar
2025

Analyzing and Reducing Catastrophic Forgetting in Parameter Efficient Tuning

ICASSP 2025accepted

Existing continual learning works explored strategies like memory replay, regularization, and parameter isolation, but little analysis was conducted on the optimization behavior of LLMs’ continual fine-tuning. In this work, we investigate the geometric connections of different minima along the conti…

Cited by 0SourceScholar
2025

GeoLink: Empowering Remote Sensing Foundation Model with OpenStreetMap Data

NeurIPS 2025poster

Integrating ground-level geospatial data with rich geographic context, like OpenStreetMap (OSM), into remote sensing (RS) foundation models (FMs) is essential for advancing geospatial intelligence and supporting a broad spectrum of tasks. However, modality gap between RS and OSM data, including diff…

Cited by 0SourcecodeScholar
2024

Gradient-Aware Logit Adjustment Loss for Long-Tailed Classifier

ICASSP 2024accepted

In the real-world setting, data often follows a long-tailed distribution, where head classes contain significantly more training samples than tail classes. Consequently, models trained on such data tend to be biased toward head classes. The medium of this bias is imbalanced gradients, which include…

Cited by 0SourceScholar
2022

MWP-BERT: Numeracy-Augmented Pre-training for Math Word Problem Solving

NAACL 2022findings

Math word problem (MWP) solving faces a dilemma in number representation learning. In order to avoid the number representation issue and reduce the search space of feasible solutions, existing works striving for MWP solving usually replace real numbers with symbolic placeholders to focus on logic re…

2020

Teacher-Student Networks with Multiple Decoders for Solving Math Word Problem

IJCAI 2020poster

Math word problem (MWP) is challenging due to the limitation in training data where only one “standard” solution is available. MWP models often simply fit this solution rather than truly understand or solve the problem. The generalization of models (to diverse word scenarios) is thus limited. To add…