From 9a50f7572bc7951f1bf616b7228956eebae31519 Mon Sep 17 00:00:00 2001 From: Vivek Rayalu <58762540+vrayalu@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:13:33 -0800 Subject: [PATCH] Update README.md Fixed year typo in Wei et al. reference. --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index b0d248d0..638f97f8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,7 +2,7 @@ LLM Reasoners now provides the example code for the following methods: - [Reasoning-via-Planning, MCTS](RAP) ([Hao et al., 2023](https://arxiv.org/abs/2305.14992)) - [StructChem](StructChem) ([Ouyang et al., 2023](https://arxiv.org/abs/2311.09656)) - - [Chain-of-thoughts](CoT) ([Wei et al., 202](https://arxiv.org/abs/2201.11903)) + - [Chain-of-thoughts](CoT) ([Wei et al., 2022](https://arxiv.org/abs/2201.11903)) - [Least-to-most prompting](Least-to-most) ([Zhou et al., 2022](https://arxiv.org/abs/2205.10625)) - [Tree-of-Thoughts, BFS](ToT) ([Yao et al., 2023](https://arxiv.org/abs/2305.10601)) - [Tree-of-Thoughts, DFS](ToT) ([Yao et al., 2023](https://arxiv.org/abs/2305.10601))