From 6f3d1cf385a18c9dff26b0ac694534600011a60c Mon Sep 17 00:00:00 2001 From: Soochan Lee Date: Tue, 20 Jun 2023 17:50:43 +0900 Subject: [PATCH] Add Recursion of Thought (#16) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 82d1e0e..59ee438 100644 --- a/README.md +++ b/README.md @@ -192,3 +192,7 @@ A trend starts from "Chain of Thought Prompting Elicits Reasoning in Large Langu 47. **Tab-CoT: Zero-shot Tabular Chain of Thought** *Ziqi Jin and Wei Lu* [[pdf](https://arxiv.org/abs/2305.17812)], [[code](https://github.com/Xalp/Tab-CoT)] 2023.06 + +48. **Recursion of Thought: A Divide and Conquer Approach to Multi-Context Reasoning with Language Models** + + *Soochan Lee and Gunehee Kim* [[pdf](https://arxiv.org/abs/2306.06891)], [[code](https://github.com/soochan-lee/RoT)], [[poster](https://soochanlee.com/img/rot/rot_poster.pdf)] \ No newline at end of file