paper-with-me

홈 › Papers

Reasoning with Language Model Prompting: A Survey

2022-12-19 · Shuofei Qiao, Yixin Ou, Ningyu Zhang, Xiang Chen, Yunzhi Yao, Shumin Deng, Chuanqi Tan, Fei Huang, Huajun Chen

Reasoning, as an essential ability for complex problem-solving, can provide back-end support for various real-world applications, such as medical diagnosis, negotiation, etc. This paper provides a comprehensive survey of cutting-edge research on reasoning with language model prompting. We introduce research works with comparisons and summaries and provide systematic resources to help beginners. We also discuss the potential reasons for emerging such reasoning abilities and highlight future research directions. Resources are available at https://github.com/zjunlp/Prompt4ReasoningPapers (updated periodically).

📄 PDF Abstract BibTeX arXiv:2212.09597

Code (2)

zjunlp/Prompt4ReasoningPapers 공식 구현 pytorch
zjunlp/deepke pytorch

Tasks

Arithmetic ReasoningCommon Sense ReasoningLanguage ModelingLanguage ModellingLogical ReasoningMathematical ReasoningMedical DiagnosismodelSurvey

Methods 이 논문이 사용한 방법론

Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Visual Prompting in Multimodal Large Language Models: A Survey

2024-09-05 · Junda Wu, Zhehao Zhang, Yu Xia, Xintong Li 외

Multimodal large language models (MLLMs) equip pre-trained large-language models (LLMs) with visual capabilities. While textual prompting in LLMs has been widely studied, visual prompting has emerged for more fine-graine…

In-Context LearningPrompt LearningSurveyVisual Grounding+1

Towards Better Chain-of-Thought Prompting Strategies: A Survey

2023-10-08 · Zihan Yu, Liang He, Zhen Wu, Xinyu Dai 외

Chain-of-Thought (CoT), a step-wise and coherent reasoning chain, shows its impressive strength when used as a prompting strategy for large language models (LLM). Recent years, the prominent effect of CoT prompting has a…

Survey

A Survey on Feedback-based Multi-step Reasoning for Large Language Models on Mathematics

2025-02-20 · Ting-Ruen Wei, Haowei Liu, Xuyang Wu, Yi Fang

Recent progress in large language models (LLM) found chain-of-thought prompting strategies to improve the reasoning ability of LLMs by encouraging problem solving through multiple steps. Therefore, subsequent research ai…

Math

The Periodic Table of LLM Reasoning: A Structured Survey of Reasoning Paradigms, Methods, and Failure Modes

2026-06-09 · Avinash Anand, Mahisha Ramesh, Avni Mittal, Ashutosh Kumar 외 arxiv

Large Language Models (LLMs) have achieved strong performance across natural language processing tasks, yet reliable reasoning remains an open challenge. Although modern LLMs show progress in structured inference, multi-…

Mathematical ReasoningCommon Sense ReasoningReinforcement LearningDomain Generalization

Reasoning LLMs in the Medical Domain: A Literature Survey

2025-08-26 · Armin Berger, Sarthak Khanna, David Berghaus, Rafet Sifa arxiv

The emergence of advanced reasoning capabilities in Large Language Models (LLMs) marks a transformative development in healthcare applications. Beyond merely expanding functional capabilities, these reasoning mechanisms …

Reinforcement LearningInformation Retrieval