{ "cells": [ { "cell_type": "markdown", "id": "f7a54d8ba1f68c88", "metadata": {}, "source": [ "# Thread of Thought\n", "\n", "[Thread of Thought](https://arxiv.org/pdf/2311.08734) (THoT) is an extension of zero-shot [Chain of Thought](link) where the request to walk through the reasoning steps is improved. The paper tests the results of various phrases, but finds the best to be \"Walk me through this context in manageable parts step by step, summarizing and analyzing as we go.\" It is applicable to reasoning and mathematical tasks just like CoT, but is most useful for tasks with retrieval / large amounts of context and Q and A on this context.\n", "\n", "
Mirascope Concepts Used
\n", "Effective Thread of Thought Usage
\n", "