← Search

Qiannan Zhu

10 accepted papers

2026

Seeing Symbols, Missing Structure: A Real-World Handwritten Mathematical Expression Recognition Benchmark for Large Models

ICML 2026poster

Handwritten mathematical expression recognition (HMER) remains challenging in real-world educational scenarios, even with recent advances in large vision-language models. While these models often achieve high accuracy in local symbol transcription, their reliability in capturing two-dimensional math…

Cited by 0SourceScholar
2025

Efficient Non-Sequential Relational Modeling for Temporal Knowledge Graph Link Predictions

ICASSP 2025accepted

Temporal Knowledge Graphs (TKGs) are being widely explored to predict the future for they record multi-relational knowledge and the happening time of real-life facts. Existing works learn sequential patterns to infer the future from past facts in TKGs for predictions. Although achieving promising re…

Cited by 0SourceScholar
2025

Enhancing Reranking for Recommendation with LLMs through User Preference Retrieval

COLING 2025main

Recently, large language models (LLMs) have shown the potential to enhance recommendations due to their sufficient knowledge and remarkable summarization ability. However, the existing LLM-powered recommendation may create redundant output, which generates irrelevant information about the user’s pre…

2025

Improving Embeddings by Refining Meanings for Temporal Knowledge Graph Link Predictions

ICASSP 2025accepted

Temporal Knowledge Graphs (TKGs) represent real-life facts using entities, relational types, and timestamps where relational types state the semantic scenario of facts. Current methods learn embeddings by merging facts of multiple types (e.g. sport and family) for predictions. Such embeddings associ…

Cited by 0SourceScholar
2025

Prototypical Replay with Old-class Focusing Knowledge Distillation for Incremental Named Entity Recognition

AAAI 2025technical

Catastrophic forgetting is a key challenge in incremental named entity recognition (INER). Existing methods often address this issue through distillation-based approaches, which involve transferring previously learned knowledge from the old model to the new one. However, these methods may not fully…

Cited by 0SourcePDFScholar
2024

CMMU: A Benchmark for Chinese Multi-modal Multi-type Question Understanding and Reasoning

IJCAI 2024poster

Multi-modal large language models(MLLMs) have achieved remarkable progress and demonstrated powerful knowledge comprehension and reasoning abilities. However, the mastery of domain-specific knowledge, which is essential for evaluating the intelligence of MLLMs, continues to be a challenge. Current m…

2022

How Does Knowledge Graph Embedding Extrapolate to Unseen Data: A Semantic Evidence View

AAAI 2022technical

Knowledge Graph Embedding (KGE) aims to learn representations for entities and relations. Most KGE models have gained great success, especially on extrapolation scenarios. Specifically, given an unseen triple (h, r, t), a trained model can still correctly predict t from (h, r, ?), or h from (?, r, t…

2020

A Relation-Specific Attention Network for Joint Entity and Relation Extraction

IJCAI 2020poster

Joint extraction of entities and relations is an important task in natural language processing (NLP), which aims to capture all relational triplets from plain texts. This is a big challenge due to some of the triplets extracted from one sentence may have overlapping entities. Most existing methods p…