From aa2448b7ec556c46b8ccc783cfe207f8d430f868 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 3 Mar 2024 15:41:04 -0800 Subject: [PATCH] add chain of table link --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 76faeaad9..f9e2f70a3 100644 --- a/README.md +++ b/README.md @@ -511,6 +511,11 @@ It can often be tough to evaluation chat bots in multi-turn situations. One way - [WebVoyager](https://github.com/langchain-ai/langgraph/blob/main/examples/web-navigation/web_voyager.ipynb): vision-enabled web browsing agent that uses [Set-of-marks](https://som-gpt4v.github.io/) prompting to navigate a web browser and execute tasks +### [Chain-of-Table](https://github.com/CYQIQ/MultiCoT) + +[Chain of Table](https://arxiv.org/abs/2401.04398) is a framework that elicits SOTA performance when answering questions over tabular data. [This implementation](https://github.com/CYQIQ/MultiCoT) by Github user [CYQIQ](https://github.com/CYQIQ) uses LangGraph to control the flow. + + ## Documentation There are only a few new APIs to use.