← Search

Minlong Peng

13 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
2026

Reinforcement Learning Enhanced Muti-hop Reasoning for Temporal Knowledge Question Answering

AAAI 2026technical

Temporal knowledge graph question answering (TKGQA) involves multi-hop reasoning over temporally constrained entity relationships in the knowledge graph to answer a given question. However, at each hop, large language models (LLMs) retrieve subgraphs with numerous temporally similar and semanticall

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
2024

Fooling the Textual Fooler via Randomizing Latent Representations

ACL 2024findings

Despite outstanding performance in a variety of Natural Language Processing (NLP) tasks, recent studies have revealed that NLP models are vulnerable to adversarial attacks that slightly perturb the input to cause the models to misbehave. Several attacks can even compromise the model without requirin…

Cited by 0SourcePDFScholar
2024

One2Set + Large Language Model: Best Partners for Keyphrase Generation

EMNLP 2024main

Keyphrase generation (KPG) aims to automatically generate a collection of phrases representing the core concepts of a given document. The dominant paradigms in KPG include one2seq and one2set. Recently, there has been increasing interest in applying large language models (LLMs) to KPG. Our prelimina…

2023

Actively Supervised Clustering for Open Relation Extraction

ACL 2023long

Current clustering-based Open Relation Extraction (OpenRE) methods usually adopt a two-stage pipeline, which simultaneously learns relation representations and assignments in the first stage, then manually labels relation for each cluster. However, unsupervised objectives struggle to explicitly opti…

Cited by 10SourcePDFScholar
2023

Connectivity Patterns are Task Embeddings

ACL 2023findings

Task embeddings are task-specific vectors designed to construct a semantic space of tasks, which can be used to predict the most transferable source task for a given target task via the similarity between task embeddings. However, existing methods use optimized parameters and representations as task…

2023

RE-Matching: A Fine-Grained Semantic Matching Method for Zero-Shot Relation Extraction

ACL 2023long

Semantic matching is a mainstream paradigm of zero-shot relation extraction, which matches a given input with a corresponding label description. The entities in the input should exactly match their hypernyms in the description, while the irrelevant contexts should be ignored when matching. However,…

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

OIE@OIA: an Adaptable and Efficient Open Information Extraction Framework

ACL 2022long

Different Open Information Extraction (OIE) tasks require different types of information, so the OIE field requires strong adaptability of OIE algorithms to meet different task requirements. This paper discusses the adaptability problem in existing OIE systems and designs a new adaptable and efficie…

2021

Topic-Oriented Spoken Dialogue Summarization for Customer Service with Saliency-Aware Topic Modeling

AAAI 2021technical

In a customer service system, dialogue summarization can boost service efficiency by automatically creating summaries for long spoken dialogues in which customers and agents try to address issues about specific topics. In this work, we focus on topic-oriented dialogue summarization, which generates…