← Search

Xiaoqiang Wang

12 accepted papers

2025

R3Mem: Bridging Memory Retention and Retrieval via Reversible Compression

ACL 2025finding

Memory plays a key role in enhancing LLMs’ performance when deployed to real-world applications. Existing solutions face trade-offs: explicit memory designs based on external storage require complex management and incur storage overhead, while implicit memory designs that store information via param…

Cited by 0SourcePDFScholar
2025

System-1.5 Reasoning: Traversal in Language and Latent Spaces with Dynamic Shortcuts

NeurIPS 2025poster

Chain-of-thought (CoT) reasoning enables large language models (LLMs) to move beyond fast System-1 responses and engage in deliberative System-2 reasoning. However, this comes at the cost of significant inefficiency due to verbose intermediate output. Recent latent-space reasoning methods improve ef…

Cited by 0SourceScholar
2024

FAC2E: Better Understanding Large Language Model Capabilities by Dissociating Language and Cognition

EMNLP 2024main

Large language models (LLMs) are primarily evaluated by overall performance on various text understanding and generation tasks. However, such a paradigm fails to comprehensively differentiate the fine-grained language and cognitive skills, rendering the lack of sufficient interpretation to LLMs’ cap…

2024

Reference Neural Operators: Learning the Smooth Dependence of Solutions of PDEs on Geometric Deformations

ICML 2024poster

For partial differential equations on domains of arbitrary shapes, existing works of neural operators attempt to learn a mapping from geometries to solutions. It often requires a large dataset of geometry-solution pairs in order to obtain a sufficiently accurate neural operator. However, for many in…

Cited by 2SourcePDFScholar
2023

Improving Contextual Spelling Correction by External Acoustics Attention and Semantic Aware Data Augmentation

ICASSP 2023accepted

We previously proposed contextual spelling correction (CSC) to correct the output of end-to-end (E2E) automatic speech recognition (ASR) models with contextual information such as name, place, etc. Although CSC has achieved reasonable improvement in the biasing problem, there are still two drawbacks…

Cited by 0SourceScholar
2023

KICE: A Knowledge Consolidation and Expansion Framework for Relation Extraction

AAAI 2023technical

Machine Learning is often challenged by insufficient labeled data. Previous methods employing implicit commonsense knowledge of pre-trained language models (PLMs) or pattern-based symbolic knowledge have achieved great success in mitigating manual annotation efforts. In this paper, we focus on the c…

Cited by 3SourcePDFScholar
2023

Reasoning Makes Good Annotators : An Automatic Task-specific Rules Distilling Framework for Low-resource Relation Extraction

EMNLP 2023long findings

Relation extraction is often challenged by insufficient labeled data. Previous methods exploit knowledge from unlabeled data by generating pseudo labels in a self-training pipeline, which suffers a gradual drift problem. Logic rules, a transferable and explainable form of expert knowledge, have achi…

Cited by 0SourceScholar
2023

SkillQG: Learning to Generate Question for Reading Comprehension Assessment

ACL 2023findings

We present SkillQG: a question generation framework with controllable comprehension types for assessing and improving machine reading comprehension models. Existing question generation systems widely differentiate questions by literal information such as question words and answer types to generate s…

Cited by 4SourcePDFScholar
2022

Feeding What You Need by Understanding What You Learned

ACL 2022long

Machine Reading Comprehension (MRC) reveals the ability to understand a given text passage and answer questions based on it. Existing research works in MRC rely heavily on large-size models and corpus to improve the performance evaluated by metrics such as Exact Match (EM) and F1. However, such a pa…

Cited by 4SourcePDFScholar
2022

QRelScore: Better Evaluating Generated Questions with Deeper Understanding of Context-aware Relevance

EMNLP 2022main

Existing metrics for assessing question generation not only require costly human reference but also fail to take into account the input context of generation, rendering the lack of deep understanding of the relevance between the generated questions and input contexts. As a result, they may wrongly p…

Cited by 11SourcePDFScholar
2021

Ordering-Based Causal Discovery with Reinforcement Learning

IJCAI 2021poster

It is a long-standing question to discover causal relations among a set of variables in many empirical sciences. Recently, Reinforcement Learning (RL) has achieved promising results in causal discovery from observational data. However, searching the space of directed graphs and enforcing acyclic…