← Search

Zhijing Wu

19 accepted papers

2026

WikiREVIEW: A Multi-Perspective Review Framework for Automatic Wiki-Style Article Generation

AAAI 2026technical

As a knowledge-intensive and challenging task, automatic generation of long-form wiki-style articles has garnered increasing attention from researchers due to its ability to efficiently integrate, organize and present vast amounts of both structured and unstructured knowledge. To the best of our kn

Cited by 0SourcePDFScholar
2025

A Persona-Aware LLM-Enhanced Framework for Multi-Session Personalized Dialogue Generation

ACL 2025finding

Multi-session personalized dialogue generation is one of the most important topics in open-domain dialogue. It aims to generate responses consistent with the dialogue history and personality information across multiple sessions to engage users’ interest in the dialogue. Recent approaches focusing on…

2025

BLADE: Enhancing Black-Box Large Language Models with Small Domain-Specific Models

AAAI 2025technical

Large Language Models (LLMs) like ChatGPT and GPT-4 are versatile and capable of addressing open-domain question-answering(QA) tasks effectively. However, general LLMs, which are developed on open-domain data, may lack the domain-specific knowledge essential for tasks in vertical domains, such as l…

2025

CompKBQA: Component-wise Task Decomposition for Knowledge Base Question Answering

EMNLP 2025

Knowledge Base Question Answering (KBQA) aims to extract accurate answers from the Knowledge Base (KB). Traditional Semantic Parsing (SP)-based methods are widely used but struggle with complex queries. Recently, large language models (LLMs) have shown promise in improving KBQA performance. However,

2025

Detecting Hallucination in Large Language Models Through Deep Internal Representation Analysis

IJCAI 2025

Large language models (LLMs) have shown exceptional performance across various domains. However, LLMs are prone to hallucinate facts and generate non-factual responses, which can undermine their reliability in real-world applications. Current hallucination detection methods suffer from external reso

2025

FlashBack: Efficient Retrieval-Augmented Language Modeling for Fast Inference

ACL 2025finding

Retrieval-Augmented Language Modeling (RALM) by integrating large language models (LLM) with relevant documents from an external corpus is a proven methodology for enabling the LLM to generate information beyond the scope of its pre-training corpus. Previous work by retrieving a set of tokens iterat…

2025

GRV-KBQA: A Three-Stage Framework for Knowledge Base Question Answering with Decoupled Logical Structure, Semantic Grounding and Structure-Aware Validation

EMNLP 2025

Knowledge Base Question Answering (KBQA) is a fundamental task that enables natural language interaction with structured knowledge bases (KBs).Given a natural language question, KBQA aims to retrieve the answers from the KB. However, existing approaches, including retrieval-based, semantic parsing-b

Cited by 0SourcePDFScholar
2025

Path-enhanced Pre-trained Language Model for Knowledge Graph Completion

EMNLP 2025

Pre-trained language models (PLMs) have achieved remarkable knowledge graph completion(KGC) success. However, most methods derive KGC results mainly from triple-level and text-described learning, which lack the capability to capture long-term relational and structural information. Moreover, the abse

Cited by 0SourcePDFScholar
2025

SimVBG: Simulating Individual Values by Backstory Generation

EMNLP 2025

As Large Language Models (LLMs) demonstrate increasingly strong human-like capabilities, the need to align them with human values has become significant. Recent advanced techniques, such as prompt learning and reinforcement learning, are being employed to bring LLMs closer to aligning with human val

2025

Storyboard-guided Alignment for Fine-grained Video Action Recognition

NeurIPS 2025poster

Fine-grained video action recognition can be formulated as a video–text matching problem. Previous approaches primarily rely on global video semantics to consolidate video embeddings, often leading to misaligned video–text pairs due to inaccurate atomic-level action understanding. This inaccuracy ar…

Cited by 0SourceScholar
2025

Zero-Shot Detection of LLM-Generated Text via Implicit Reward Model

NeurIPS 2025poster

Large language models (LLMs) have demonstrated remarkable capabilities across various tasks. However, their ability to generate human-like text has raised concerns about potential misuse. This underscores the need for reliable and effective methods to detect LLM-generated text. In this paper, we pr…

Cited by 0SourceScholar
2024

Augmenting Reasoning Capabilities of LLMs with Graph Structures in Knowledge Base Question Answering

EMNLP 2024finding

Recently, significant progress has been made in employing Large Language Models (LLMs) for semantic parsing to address Knowledge Base Question Answering (KBQA) tasks. Previous work utilize LLMs to generate query statements on Knowledge Bases (KBs) for retrieving answers. However, LLMs often generate…

2024

DRAGIN: Dynamic Retrieval Augmented Generation based on the Real-time Information Needs of Large Language Models

ACL 2024long

Dynamic retrieval augmented generation (RAG) paradigm actively decides when and what to retrieve during the text generation process of Large Language Models (LLMs).There are two key elements of this paradigm: identifying the optimal moment to activate the retrieval module (deciding when to retrieve)…

2024

PEK: A Parameter-Efficient Framework for Knowledge-Grounded Dialogue Generation

ACL 2024findings

Pre-trained language models (PLMs) have shown great dialogue generation capability in different scenarios. However, the huge VRAM consumption when fine-tuning them is one of their drawbacks. PEFT approaches can significantly reduce the number of trainable parameters, which enables us to fine-tune la…

2024

Separation and Fusion: A Novel Multiple Token Linking Model for Event Argument Extraction

NAACL 2024long

In event argument extraction (EAE), a promising approach involves jointly encoding text and argument roles, and performing multiple token linking operations. This approach further falls into two categories. One extracts arguments within a single event, while the other attempts to extract arguments f…

2024

Unsupervised Real-Time Hallucination Detection based on the Internal States of Large Language Models

ACL 2024findings

Hallucinations in large language models (LLMs) refer to the phenomenon of LLMs producing responses that are coherent yet factually inaccurate. This issue undermines the effectiveness of LLMs in practical applications, necessitating research into detecting and mitigating hallucinations of LLMs. Previ…

2023

Robust Point Cloud Registration Using Geometric Spatial Refinement

RA-L 2023

Point cloud registration is a process used in computer vision and robotics for aligning different partial scans via rigid transform prediction. Recently, several existing traditional and learning-based point cloud registration methods have demonstrated significant progress. However, certain methods

Cited by 6SourceScholar
2022

A Multi-turn Machine Reading Comprehension Framework with Rethink Mechanism for Emotion-Cause Pair Extraction

COLING 2022main

Emotion-cause pair extraction (ECPE) is an emerging task in emotion cause analysis, which extracts potential emotion-cause pairs from an emotional document. Most recent studies use end-to-end methods to tackle the ECPE task. However, these methods either suffer from a label sparsity problem or fail…

2022

Continual Machine Reading Comprehension via Uncertainty-aware Fixed Memory and Adversarial Domain Adaptation

NAACL 2022findings

Continual Machine Reading Comprehension aims to incrementally learn from a continuous data stream across time without access the previous seen data, which is crucial for the development of real-world MRC systems. However, it is a great challenge to learn a new domain incrementally without catastroph…