← Search

Di Liang

17 accepted papers

2026

DeCoRL: Decoupling Reasoning Chains via Parallel Sub-Step Generation and Cascaded Reinforcement for Interpretable and Scalable RLHF

AAAI 2026technical

Existing reinforcement learning methods for Chain-of-Thought reasoning suffer from two critical limitations. First, they operate as monolithic black boxes that provide undifferentiated reward signals, obscuring individual step contributions and hindering error diagnosis. Second, sequential decoding

Cited by 0SourcePDFScholar
2025

Not All Parameters Are Created Equal: Smart Isolation Boosts Fine-Tuning Performance

EMNLP 2025

Supervised fine-tuning (SFT) is a pivotal approach to adapting large language models (LLMs) for downstream tasks; however, performance often suffers from the “seesaw phenomenon”, where indiscriminate parameter updates yield progress on certain tasks at the expense of others. To address this challeng

Cited by 0SourcePDFScholar
2025

TableBench: A Comprehensive and Complex Benchmark for Table Question Answering

AAAI 2025technical

Recent advancements in Large Language Models (LLMs) have markedly enhanced the interpretation and processing of tabular data, introducing previously unimaginable capabilities. Despite these achievements, LLMs still encounter significant challenges when applied in industrial scenarios, particularly d…

2025

Unleashing Potential of Evidence in Knowledge-Intensive Dialogue Generation

ICASSP 2025accepted

Incorporating external knowledge into dialogue generation (DG) is crucial for enhancing response accuracy, where evidence fragments serve as effective knowledgeable snippets that support factual dialogue replies. However, introducing irrelevant content beyond valid knowledge fragments can adversely…

Cited by 0SourceScholar
2024

Frame-Wise Streaming end-to-end Speaker Diarization with Non-Autoregressive Self-Attention-Based Attractors

ICASSP 2024accepted

This work proposes a frame-wise online/streaming end-to-end neural diarization (FS-EEND) method in a frame-in-frame-out fashion. To frame-wisely detect a flexible number of speakers and extract/update their corresponding attractors, we propose to leverage a causal speaker embedding encoder and an on…

Cited by 0SourceScholar
2024

Local and Global: Text Matching Via Syntax Graph Calibration

ICASSP 2024accepted

Pre-trained models such as BERT have achieved remarkable results in text matching tasks. However, existing models still suffer from the challenge of capturing local subtle differences when modeling complex semantic matching relationships. In this work, we find that the integration of local syntax aw…

Cited by 0SourceScholar
2024

Question Calibration and Multi-Hop Modeling for Temporal Question Answering

AAAI 2024technical

Many models that leverage knowledge graphs (KGs) have recently demonstrated remarkable success in question answering (QA) tasks. In the real world, many facts contained in KGs are time-constrained thus temporal KGQA has received increasing attention. Despite the fruitful efforts of previous models i…

Cited by 6SourcePDFScholar
2024

Resolving Word Vagueness with Scenario-guided Adapter for Natural Language Inference

IJCAI 2024poster

Natural Language Inference (NLI) is a crucial task in natural language processing that involves determining the relationship between two sentences, typically referred to as the premise and the hypothesis. However, traditional NLI models solely rely on the semantic information inherent in independent…

Cited by 7SourcePDFScholar
2023

Dual Path Modeling for Semantic Matching by Perceiving Subtle Conflicts

ICASSP 2023accepted

Transformer-based pre-trained models have achieved great improvements in semantic matching. However, existing models still suffer from insufficient ability to capture subtle differences. The modification, addition and deletion of words in sentence pairs may make it difficult for the model to predict…

Cited by 0SourceScholar
2023

Local and Global: Temporal Question Answering via Information Fusion

IJCAI 2023poster

Many models that leverage knowledge graphs (KGs) have recently demonstrated remarkable success in question answering (QA) tasks. In the real world, many facts contained in KGs are time-constrained thus temporal KGQA has received increasing attention. Despite the fruitful efforts of previous models i…

Cited by 18SourcePDFScholar
2023

Time-Aware Multiway Adaptive Fusion Network for Temporal Knowledge Graph Question Answering

ICASSP 2023accepted

Knowledge graphs (KGs) have received increasing attention due to its wide applications on natural language processing. However, its use case on temporal question answering (QA) has not been well-explored. Most of existing methods are developed based on pre-trained language models, which might not be…

Cited by 0SourceScholar
2022

CQG: A Simple and Effective Controlled Generation Framework for Multi-hop Question Generation

ACL 2022long

Multi-hop question generation focuses on generating complex questions that require reasoning over multiple pieces of information of the input passage. Current models with state-of-the-art performance have been able to generate the correct questions corresponding to the answers. However, most models…

2022

Improving Semantic Matching through Dependency-Enhanced Pre-trained Model with Adaptive Fusion

EMNLP 2022finding

Transformer-based pre-trained models like BERT have achieved great progress on Semantic Sentence Matching. Meanwhile, dependency prior knowledge has also shown general benefits in multiple NLP tasks. However, how to efficiently integrate dependency prior structure into pre-trained models to better m…

2022

Robust Lottery Tickets for Pre-trained Language Models

ACL 2022long

Recent works on Lottery Ticket Hypothesis have shown that pre-trained language models (PLMs) contain smaller matching subnetworks(winning tickets) which are capable of reaching accuracy comparable to the original models. However, these tickets are proved to be notrobust to adversarial examples, and…

2022

Searching for Optimal Subword Tokenization in Cross-domain NER

IJCAI 2022poster

Input distribution shift is one of the vital problems in unsupervised domain adaptation (UDA). The most popular UDA approaches focus on domain-invariant representation learning, trying to align the features from different domains into a similar feature distribution. However, these approaches ignore…