← Search

Wenqi Fan

17 accepted papers

2026

Double-Calibration: Towards Reliable LLMs via Calibrating Knowledge and Reasoning Confidence

IJCAI 2026

Reliable reasoning in Large Language Models (LLMs) is challenged by their propensity for hallucination. While augmenting LLMs with Knowledge Graphs (KGs) improves factual accuracy, existing KG-augmented methods fail to quantify epistemic uncertainty in both the retrieved evidence and LLMs' reasoning

Cited by 0Scholar
2026

Enhancing Molecular Property Predictions by Learning from Bond Modelling and Interactions

ICLR 2026poster

Molecule representation learning is crucial for understanding and predicting molecular properties. However, conventional atom-centric models, which treat chemical bonds merely as pairwise interactions, often overlook complex bond-level phenomena like resonance and stereoselectivity. This oversight l…

Cited by 0SourceScholar
2025

Benchmarking for Domain-Specific LLMs: A Case Study on Academia and Beyond

EMNLP 2025

The increasing demand for domain-specific evaluation of large language models (LLMs) has led to the development of numerous benchmarks. These efforts often adhere to the principle of data scaling, relying on large corpora or extensive question-answer (QA) sets to ensure broad coverage. However, the

2025

C2KD: Cross-layer and Cross-head Knowledge Distillation for Small Language Model-based Recommendation

ACL 2025finding

Sequential recommenders predict users’ next interactions based on historical behavior and are essential in modern recommendation systems. While Large Language Models (LLMs) show promise, their size and high inference costs limit deployment on resource-constrained devices. Small Language Models (SLMs…

Cited by 0SourcePDFScholar
2025

GLProtein: Global-and-Local Structure Aware Protein Representation Learning

EMNLP 2025

Proteins are central to biological systems, participating as building blocks across all forms of life. Despite advancements in understanding protein functions through protein sequence analysis, there remains potential for further exploration in integrating protein structural information. We argue th

Cited by 0SourcePDFScholar
2025

How Do Large Language Models Understand Graph Patterns? A Benchmark for Graph Pattern Comprehension

ICLR 2025poster

Benchmarking the capabilities and limitations of large language models (LLMs) in graph-related tasks is becoming an increasingly popular and crucial area of research. Recent studies have shown that LLMs exhibit a preliminary ability to understand graph structures and node features. However, the pote…

Cited by 4SourcePDFScholar
2025

Knowledge Graph Retrieval-Augmented Generation for LLM-based Recommendation

ACL 2025long

Recommender systems have become increasingly vital in our daily lives, helping to alleviate the problem of information overload across various user-oriented online services. The emergence of Large Language Models (LLMs) has yielded remarkable achievements, demonstrating their potential for the devel…

Cited by 0SourcePDFScholar
2025

Mamba-Based Graph Convolutional Networks: Tackling Over-smoothing with Selective State Space

IJCAI 2025

Graph Neural Networks (GNNs) have shown great success in various graph-based learning tasks. However, it often faces the issue of over-smoothing as the model depth increases, which causes all node representations to converge to a single value and become indistinguishable. This issue stems from the i

2025

Uni-Retrieval: A Multi-Style Retrieval Framework for STEM’s Education

ACL 2025long

In AI-facilitated teaching, leveraging various query styles to interpret abstract text descriptions is crucial for ensuring high-quality teaching. However, current retrieval models primarily focus on natural text-image retrieval, making them insufficiently tailored to educational scenarios due to th…

Cited by 0SourcePDFScholar
2024

A Comprehensive Survey on Graph Reduction: Sparsification, Coarsening, and Condensation

IJCAI 2024poster

Many real-world datasets can be naturally represented as graphs, spanning a wide range of domains. However, the increasing complexity and size of graph datasets present significant challenges for analysis and computation. In response, graph reduction techniques have gained prominence for simplifying…

Cited by 43SourcePDFScholar
2024

Advancing the Robustness of Large Language Models through Self-Denoised Smoothing

NAACL 2024short

Although large language models (LLMs) have achieved significant success, their vulnerability to adversarial perturbations, including recent jailbreak attacks, has raised considerable concerns. However, the increasing size of these models and their limited access make improving their robustness a cha…

2024

LLM-REDIAL: A Large-Scale Dataset for Conversational Recommender Systems Created from User Behaviors with LLMs

ACL 2024findings

The large-scale conversational recommendation dataset is pivotal for the development of conversational recommender systems (CRS). Most existing CRS datasets suffers from the problems of data inextensibility and semantic inconsistency. To tackle these limitations and establish a benchmark in the conv…

Cited by 7SourcePDFScholar
2024

Revisiting Link Prediction: a data perspective

ICLR 2024poster

Link prediction, a fundamental task on graphs, has proven indispensable in various applications, e.g., friend recommendation, protein analysis, and drug interaction prediction. However, since datasets span a multitude of domains, they could have distinct underlying mechanisms of link formation. Evid…

2023

Generative Diffusion Models on Graphs: Methods and Applications

IJCAI 2023poster

Diffusion models, as a novel generative paradigm, have achieved remarkable success in various image generation tasks such as image inpainting, image-to-text translation, and video generation. Graph generation is a crucial computational task on graphs with numerous real-world applications. It aims to…

2020

Does Gender Matter? Towards Fairness in Dialogue Systems

COLING 2020main

Recently there are increasing concerns about the fairness of Artificial Intelligence (AI) in real-world applications such as computer vision and recommendations. For example, recognition algorithms in computer vision are unfair to black people such as poorly detecting their faces and inappropriately…