paper-with-me

홈 › Papers

Tab-CoT: Zero-shot Tabular Chain of Thought

2023-05-28 · Ziqi Jin, Wei Lu

The chain-of-though (CoT) prompting methods were successful in various natural language processing (NLP) tasks thanks to their ability to unveil the underlying complex reasoning processes. Such reasoning processes typically exhibit implicitly structured steps. Recent efforts also started investigating methods to encourage more explicitly structured reasoning procedures to be captured. In this work, we propose Tab-CoT, a novel tabular-format CoT prompting method, which allows the complex reasoning process to be explicitly modelled in a highly structured manner. Despite its simplicity, we show that our approach is capable of performing reasoning across multiple dimensions (i.e., both rows and columns). We demonstrate our approach's strong zero-shot and few-shot capabilities through extensive experiments on a range of reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2305.17812

Code (2)

xalp/tab-cot 공식 구현 pytorch
lastmile-ai/aiconfig

Methods 이 논문이 사용한 방법론

CoT Prompting Chain-of-thought prompts contain a series of intermediate reasoning steps, and they are shown to significantly improve the ability of large language models to perform certain…

Similar Papers 제목 키워드 기반

Zero-Shot Verification-guided Chain of Thoughts

2025-01-21 · Jishnu Ray Chowdhury, Cornelia Caragea

Previous works have demonstrated the effectiveness of Chain-of-Thought (COT) prompts and verifiers in guiding Large Language Models (LLMs) through the space of reasoning. However, most such studies either use a fine-tune…

Evaluating Prompting Strategies for Chart Question Answering with Large Language Models

2026-03-03 · Ruthuparna Naikar, Ying Zhu arxiv

Prompting strategies affect LLM reasoning performance, but their role in chart-based QA remains underexplored. We present a systematic evaluation of four widely used prompting paradigms (Zero-Shot, Few-Shot, Zero-Shot Ch…

Chart Question Answering

Reducing Hallucinations: Enhancing VQA for Flood Disaster Damage Assessment with Visual Contexts

2023-12-21 · Yimin Sun, Chao Wang, Yan Peng

The zero-shot performance of visual question answering (VQA) models relies heavily on prompts. For example, a zero-shot VQA for disaster scenarios could leverage well-designed Chain of Thought (CoT) prompts to stimulate …

HallucinationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Cross-lingual Prompting: Improving Zero-shot Chain-of-Thought Reasoning across Languages

2023-10-23 · Libo Qin, Qiguang Chen, Fuxuan Wei, Shijue Huang 외

Chain-of-thought (CoT) is capable of eliciting models to explicitly generate reasoning paths, thus promoting reasoning accuracy and attracting increasing attention. Specifically, zero-shot CoT achieves remarkable improve…

Latent Chain-of-Thought Improves Structured-Data Transformers

2026-05-11 · Carson Dudley, Samet Oymak arxiv

Chain-of-thought and more broadly test-time compute are known to augment the expressive capabilities of language models and have led to major innovations in reasoning. Motivated by this success, this paper explores laten…