← Search

Pinzheng Wang

7 accepted papers

2026

$\textbf{Re}^{2}$: Unlocking LLM Reasoning via Reinforcement Learning with Re-solving

ICLR 2026poster

Reinforcement learning with verifiable rewards (RLVR) has shown promise in enhancing the reasoning performance of large language models (LLMs) by increasing test-time compute. However, even after extensive RLVR training, such models still tend to generate unnecessary and low-quality steps in their…

Cited by 0SourceScholar
2025

Improving Rationality in the Reasoning Process of Language Models through Self-playing Game

ICML 2025poster

Large language models (LLMs) have demonstrated considerable reasoning abilities in various tasks such as mathematics and coding. However, recent studies indicate that even the best models lack true comprehension of their reasoning processes. In this paper, we explore how self-play can enhance the ra…

Cited by 0SourcePDFScholar
2025

Revealing and Mitigating Over-Attention in Knowledge Editing

ICLR 2025poster

Large Language Models~(LLMs) have demonstrated superior performance across a wide range of tasks, but they still exhibit undesirable errors due to incorrect knowledge learned from the training data. To avoid this, knowledge editing methods emerged to precisely edit the specific model knowledge via e…

2024

Achieving Stronger Generation via Simple Contrastive Tuning

EMNLP 2024finding

Instruction tuning is widely used to unlock the abilities of Large Language Models (LLMs) in following human instructions, resulting in substantial performance improvements across various downstream tasks.Furthermore, contrastive decoding methods are employed to enhance instruction-tuned models. To…

2024

CMD: a framework for Context-aware Model self-Detoxification

EMNLP 2024main

Text detoxification aims to minimize the risk of language models producing toxic content. Existing detoxification methods of directly constraining the model output or further training the model on the non-toxic corpus fail to achieve a decent balance between detoxification effectiveness and generati…

2024

Rethinking Negative Instances for Generative Named Entity Recognition

ACL 2024findings

Large Language Models (LLMs) have demonstrated impressive capabilities for generalizing in unseen tasks. In the Named Entity Recognition (NER) task, recent advancements have seen the remarkable improvement of LLMs in a broad range of entity domains via instruction tuning, by adopting entity-centric…

2023

Can Diffusion Model Achieve Better Performance in Text Generation ? Bridging the Gap between Training and Inference !

ACL 2023findings

Diffusion models have been successfully adapted to text generation tasks by mapping the discrete text into the continuous space. However, there exist nonnegligible gaps between training and inference, owing to the absence of the forward process during inference. Thus, the model only predicts based o…