Skip to content

Commit c99ca9c

Browse files
committed
Update README.md
1 parent e417dee commit c99ca9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ or your own code where you want to use the results from optillm. You can use it
127127
| CoT with Reflection | `cot_reflection` | Implements chain-of-thought reasoning with \<thinking\>, \<reflection> and \<output\> sections |
128128
| PlanSearch | `plansearch` | Implements a search algorithm over candidate plans for solving a problem in natural language |
129129
| LEAP | `leap` | Learns task-specific principles from few shot examples |
130+
| ReRead | `re2` | Implements rereading to improve reasoning by processing queries twice |
130131

131132
## Available Parameters
132133

@@ -196,6 +197,7 @@ Authorization: Bearer your_secret_api_key
196197

197198
## References
198199

200+
- [Re-Reading Improves Reasoning in Large Language Models](https://arxiv.org/abs/2309.06275)
199201
- [In-Context Principle Learning from Mistakes](https://arxiv.org/abs/2402.05403)
200202
- [Planning In Natural Language Improves LLM Search For Code Generation](https://arxiv.org/abs/2409.03733)
201203
- [Self-Consistency Improves Chain of Thought Reasoning in Language Models](https://arxiv.org/abs/2203.11171)

0 commit comments

Comments
 (0)