← Search

YIPING SONG

17 accepted papers

2026

DPRM: A Dual Implicit Process Reward Model in Multi-Hop Question Answering

AAAI 2026technical

In multi-hop question answering (MHQA) tasks, Chain of Thought (CoT) improves the quality of generation by guiding large language models (LLMs) through multi-step reasoning, and Knowledge Graphs (KGs) reduce hallucinations via semantic matching. Outcome Reward Models (ORMs) provide feedback after ge

Cited by 0SourcePDFScholar
2026

DiffuReason: Enhancing Reasoning Ability for Diffusion Language Models via Monte Carlo Tree Search

ICML 2026poster

Auto-Regressive (AR) models with Monte Carlo Tree Search (MCTS) are a dominant paradigm for achieving “System 2” reasoning. However, this approach suffers from significant latency due to the serial, token-by-token generation mechanism of AR models. In contrast, Diffusion Large Language Models (dLLMs…

Cited by 0SourceScholar
2026

Multi-Label Classification with Incremental and Decremental Features

AAAI 2026technical

Feature dynamics have emerged as a critical topic about open-environment learning due to the instability of feature availability. While traditional feature evolution targets single-label tasks, multi-label learning is essential to accommodate the exploding annotation spaces. However, multi-label cl

Cited by 0SourcePDFScholar
2026

ZeroUnlearn: Few-Shot Knowledge Unlearning in Large Language Models

ICML 2026poster

Large language models inevitably retain sensitive information, defined as inputs that may induce harmful generations, due to training on massive web corpora, raising concerns for privacy and safety. Existing machine unlearning methods primarily rely on retraining or aggressive fine-tuning, which are…

Cited by 0SourceScholar
2025

Advancing Collaborative Debates with Role Differentiation through Multi-Agent Reinforcement Learning

ACL 2025long

Multi-agent collaborative tasks exhibit exceptional capabilities in natural language applications and generation. By prompting agents to assign clear roles, it is possible to facilitate cooperation and achieve complementary capabilities among LLMs. A common strategy involves adopting a relatively ge…

Cited by 0SourcePDFScholar
2025

DCMKC: A Dual Consistency Matching Approach for Multi-hop Question Answering in LLMs

EMNLP 2025

Reasoning based on chains of thought (CoTs) enables large language models (LLMs) to solve problems by thinking step by step and becomes the mainstream solution for Question-Answering (QA) tasks. Knowledge graph (KG)-enhanced CoT technology helps correct factual errors or predict reasoning direction.

2025

DPGA-TextSyn: Differentially Private Genetic Algorithm for Synthetic Text Generation

ACL 2025finding

Using large language models (LLMs) has a potential risk of privacy leakage since the data with sensitive information may be used for fine-tuning the LLMs. Differential privacy (DP) provides theoretical guarantees of privacy protection, but its practical application in LLMs still has the problem of p…

2025

DYNTEXT: Semantic-Aware Dynamic Text Sanitization for Privacy-Preserving LLM Inference

ACL 2025finding

LLMs face privacy risks when handling sensitive data. To ensure privacy, researchers use differential privacy (DP) to provide protection by adding noise during LLM training. However, users may be hesitant to share complete data with LLMs. Researchers follow local DP to sanitize the text on the user…

2025

MSG-LLM: A Multi-scale Interactive Framework for Graph-enhanced Large Language Models

COLING 2025main

Graph-enhanced large language models (LLMs) leverage LLMs’ remarkable ability to model language and use graph structures to capture topological relationships. Existing graph-enhanced LLMs typically retrieve similar subgraphs to augment LLMs, where the subgraphs carry the entities related to our targ…

Cited by 1SourcePDFScholar
2025

RMath: A Logic Reasoning-Focused Datasets Toward Mathematical Multistep Reasoning Tasks

AAAI 2025technical

Mathematical reasoning ability objectively reflects a language model's understanding of implicit knowledge in contexts, with logic being a prerequisite for exploring, articulating and establishing effective reasoning. Large language models (LLMs) have shown great potential in complex reasoning tasks…

2024

Context-aware Watermark with Semantic Balanced Green-red Lists for Large Language Models

EMNLP 2024main

Watermarking enables people to determine whether the text is generated by a specific model. It injects a unique signature based on the “green-red” list that can be tracked during detection, where the words in green lists are encouraged to be generated. Recent researchers propose to fix the green/red…

Cited by 4SourcePDFScholar
2024

StyleFlow: Disentangle Latent Representations via Normalizing Flow for Unsupervised Text Style Transfer

COLING 2024main

Unsupervised text style transfer aims to modify the style of a sentence while preserving its content without parallel corpora. Existing approaches attempt to separate content from style, but some words contain both content and style information. It makes them difficult to disentangle, where unsatisf…

Cited by 3SourcePDFScholar
2022

DisenCite: Graph-Based Disentangled Representation Learning for Context-Specific Citation Generation

AAAI 2022technical

Citing and describing related literature are crucial to scientific writing. Many existing approaches show encouraging performance in citation recommendation, but are unable to accomplish the more challenging and onerous task of citation text generation. In this paper, we propose a novel disentangled…

2022

Empathetic and Emotionally Positive Conversation Systems with an Emotion-specific Query-Response Memory

EMNLP 2022finding

Emotional conversation systems generate responses for the input queries considering the speaker’s emotions in a conversation. Existing emotional conversation systems output emotional responses according to either a given emotion or the user’s emotion reflected in the input queries. Following a given…

2022

Improving Meta-learning for Low-resource Text Classification and Generation via Memory Imitation

ACL 2022long

Building models of natural language processing (NLP) is challenging in low-resource scenarios where limited data are available. Optimization-based meta-learning algorithms achieve promising results in low-resource scenarios by adapting a well-generalized model initialization to handle new tasks. Non…

Cited by 29SourcePDFScholar
2022

Retrieval Bias Aware Ensemble Model for Conditional Sentence Generation

ICASSP 2022accepted

Conditional sentence generation aims to generate proper target sentences with the given condition, and has shown great promise in many text generation applications such as dialogue systems and poetry generation. The ensemble of retrieval and generation-based models retrieve texts according to the in…

Cited by 0SourceScholar
2021

Learning from My Friends: Few-Shot Personalized Conversation Systems via Social Networks

AAAI 2021technical

Personalized conversation models (PCMs) generate responses according to speaker preferences. Existing personalized conversation tasks typically require models to extract speaker preferences from user descriptions or their conversation histories, which are scarce for newcomers and inactive users. In…