← Search

Yongquan He

10 accepted papers

2025

Don’t Half-listen: Capturing Key-part Information in Continual Instruction Tuning

ACL 2025long

Instruction tuning for large language models (LLMs) can drive them to produce results consistent with human goals in specific downstream tasks. However, the process of continual instruction tuning (CIT) for LLMs may bring about the catastrophic forgetting (CF) problem, where previously learned abili…

2025

Revealing and Mitigating the Challenge of Detecting Character Knowledge Errors in LLM Role-Playing

EMNLP 2025

Large language model (LLM) role-playing has gained widespread attention. Authentic character knowledge is crucial for constructing realistic LLM role-playing agents. However, existing works usually overlook the exploration of LLMs’ ability to detect characters’ known knowledge errors (KKE) and unkno

2024

MHPS: Multimodality-Guided Hierarchical Policy Search for Knowledge Graph Reasoning

ICASSP 2024accepted

Recently, path inference-based knowledge graph reasoning (KGR) methods have attracted great attention due to their good performance and interpretability. However, as the number of hops increases, the search space grows exponentially, making the reward sparse and the process of reasoning difficult. T…

Cited by 0SourceScholar
2024

Two-stage Generative Question Answering on Temporal Knowledge Graph Using Large Language Models

ACL 2024findings

Temporal knowledge graph question answering (TKGQA) poses a significant challenge task, due to the temporal constraints hidden in questions and the answers sought from dynamic structured knowledge. Although large language models (LLMs) have made considerable progress in their reasoning ability over…

Cited by 17SourcePDFScholar
2023

A Boundary Offset Prediction Network for Named Entity Recognition

EMNLP 2023long findings

Named entity recognition (NER) is a fundamental task in natural language processing that aims to identify and classify named entities in text. However, span-based methods for NER typically assign entity types to text spans, resulting in an imbalanced sample space and neglecting the connections betwe…

Cited by 0SourcecodeScholar
2023

Learning Joint Structural and Temporal Contextualized Knowledge Embeddings for Temporal Knowledge Graph Completion

ACL 2023findings

Temporal knowledge graph completion that predicts missing links for incomplete temporal knowledge graphs (TKG) is gaining increasing attention. Most existing works have achieved good results by incorporating time information into static knowledge graph embedding methods. However, they ignore the con…

Cited by 14SourcePDFScholar
2023

Learning to Correct Noisy Labels for Fine-Grained Entity Typing via Co-Prediction Prompt Tuning

EMNLP 2023long findings

Fine-grained entity typing (FET) is an essential task in natural language processing that aims to assign semantic types to entities in text. However, FET poses a major challenge known as the noise labeling problem, whereby current methods rely on estimating noise distribution to identify noisy label…

Cited by 0SourcecodeScholar
2022

DoSEA: A Domain-specific Entity-aware Framework for Cross-Domain Named Entity Recogition

COLING 2022main

Cross-domain named entity recognition aims to improve performance in a target domain with shared knowledge from a well-studied source domain. The previous sequence-labeling based method focuses on promoting model parameter sharing among domains. However, such a paradigm essentially ignores the domai…

2022

Subgraph Neighboring Relations Infomax for Inductive Link Prediction on Knowledge Graphs

IJCAI 2022poster

Inductive link prediction for knowledge graph aims at predicting missing links between unseen entities, those not shown in training stage. Most previous works learn entity-specific embeddings of entities, which cannot handle unseen entities. Recent several methods utilize enclosing subgraph to obtai…

2021

HIP Network: Historical Information Passing Network for Extrapolation Reasoning on Temporal Knowledge Graph

IJCAI 2021poster

In recent years, temporal knowledge graph (TKG) reasoning has received significant attention. Most existing methods assume that all timestamps and corresponding graphs are available during training, which makes it difficult to predict future events. To address this issue, recent works learn to infer…