paper-with-me

홈 › Papers

A Non-monotonic Self-terminating Language Model

2022-10-03 · Eugene Choi, Kyunghyun Cho, Cheolhyoung Lee

Recent large-scale neural autoregressive sequence models have shown impressive performances on a variety of natural language generation tasks. However, their generated sequences often exhibit degenerate properties such as non-termination, undesirable repetition, and premature termination, when generated with decoding algorithms such as greedy search, beam search, top-$k$ sampling, and nucleus sampling. In this paper, we focus on the problem of non-terminating sequences resulting from an incomplete decoding algorithm. We first define an incomplete probable decoding algorithm which includes greedy search, top-$k$ sampling, and nucleus sampling, beyond the incomplete decoding algorithm originally put forward by Welleck et al. (2020). We then propose a non-monotonic self-terminating language model, which significantly relaxes the constraint of monotonically increasing termination probability in the originally proposed self-terminating language model by Welleck et al. (2020), to address the issue of non-terminating sequences when using incomplete probable decoding algorithms. We prove that our proposed model prevents non-terminating sequences when using not only incomplete probable decoding algorithms but also beam search. We empirically validate our model on sequence completion tasks with various architectures.

📄 PDF Abstract BibTeX arXiv:2210.00660

Code (1)

nyu-dl/non-monotonic-self-terminating-lm 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingmodelText Generation

Similar Papers 제목 키워드 기반

Model Checking Strategies from Synthesis Over Finite Traces

2023-05-15 · Suguman Bansal, Yong Li, Lucas Martinelli Tabajara, Moshe Y. Vardi 외

The innovations in reactive synthesis from {\em Linear Temporal Logics over finite traces} (LTLf) will be amplified by the ability to verify the correctness of the strategies generated by LTLf synthesis tools. This motiv…

LLMs as ASP Programmers: Self-Correction Enables Task-Agnostic Nonmonotonic Reasoning

2026-04-30 · Adam Ishay, Joohyung Lee arxiv

Recent large language models (LLMs) have achieved impressive reasoning milestones but continue to struggle with high computational costs, logical inconsistencies, and sharp performance degradation on high-complexity prob…

Consistency of a Recurrent Language Model With Respect to Incomplete Decoding

2020-02-06 · EMNLP 2020 11 · Sean Welleck, Ilia Kulikov, Jaedeok Kim, Richard Yuanzhe Pang 외

Despite strong performance on a variety of tasks, neural sequence models trained with maximum likelihood have been shown to exhibit issues such as length bias and degenerate repetition. We study the related issue of rece…

Language ModelingLanguage Modelling

Reflective Confidence: Correcting Reasoning Flaws via Online Self-Correction

2025-12-21 · Qinglin Zeng, Jing Yang, Keze Wang arxiv

Large language models (LLMs) have achieved strong performance on complex reasoning tasks using techniques such as chain-of-thought and self-consistency. However, ensemble-based approaches, especially self-consistency whi…

Mathematical Reasoning

Training-Free Inference-Time Self-Reflection and Cost-Bounded Early Stopping for Large Language Models

2026-08-19 · Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang 외 arxiv

Reinforcement-learning training of reasoning LLMs (e.g., GRPO) is expensive and requires a controllable environment, committing every contribution to a full training pipeline. We present EvoResearcher, a training-free, i…