paper-with-me

Papers

Generating Intermediate Steps for NLI with Next-Step Supervision

2022-08-31 · Deepanway Ghosal, Somak Aditya, Monojit Choudhury

The Natural Language Inference (NLI) task often requires reasoning over multiple steps to reach the conclusion. While the necessity of generating such intermediate steps (instead of a summary explanation) has gained popular support, it is unclear how to generate such steps without complete end-to-end supervision and how such generated steps can be further utilized. In this work, we train a sequence-to-sequence model to generate only the next step given an NLI premise and hypothesis pair (and previous steps); then enhance it with external knowledge and symbolic search to generate intermediate steps with only next-step supervision. We show the correctness of such generated steps through automated and human verification. Furthermore, we show that such generated steps can help improve end-to-end NLI task performance using simple data augmentation strategies, across multiple public NLI datasets.

📄 PDF Abstract BibTeX arXiv:2208.14641

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationNatural Language Inference

Similar Papers 제목 키워드 기반

Interpretable Math Word Problem Solution Generation Via Step-by-step Planning

2023-06-01 · Mengxue Zhang, Zichao Wang, Zhichao Yang, Weiqi Feng 외

Solutions to math word problems (MWPs) with step-by-step explanations are valuable, especially in education, to help students better comprehend problem-solving strategies. Most existing approaches only focus on obtaining…

GSM8KLanguage ModelingLanguage ModellingMath

Pave-GRPO: Beyond Instantaneous Guidance through Principled Average Velocity Decomposition

2026-06-01 · Pengyang Ling, Jiazi Bu, Yujie Zhou, Yibin Wang 외 arxiv

Post-training via Group Relative Policy Optimization (GRPO) has emerged as a powerful paradigm for aligning flow-based generative models with human preferences. However, the iterative denoising nature of flow models incu…

Bridging the Gap Between Latent and Explicit Reasoning with Looped Transformers

2026-06-30 · Ying Fan, Anej Svete, Kangwook Lee arxiv

Language models typically reason via explicit chain-of-thought (CoT), generating intermediate steps token-by-token. Latent CoT offers an alternative: it performs multi-step reasoning in the model's hidden states, replaci…

CoLT: Teaching Multi-Modal Models to Think with Chain of Latent Thoughts

2026-06-30 · Lianyu Hu, Shengqian Qin, Zeqin Liao, Qing Guo 외 arxiv

Chain-of-thought (CoT) reasoning has enabled multi-modal large language models (MLLMs) to tackle complex visual reasoning tasks by generating explicit intermediate reasoning steps in natural language. However, this text-…

Visual Reasoning

Sample Complexity of Autoregressive Reasoning: Chain-of-Thought vs. End-to-End

2026-04-13 · Steve Hanneke, Idan Mehalel, Shay Moran arxiv

Modern large language models generate text autoregressively, producing tokens one at a time. To study the learnability of such systems, Joshi et al. (COLT 2025) introduced a PAC-learning framework for next-token generato…

Natural Questions