Skip to content

Commit 95cc14d

Browse files
authored
Update README.md
1 parent d04eea1 commit 95cc14d

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
@@ -162,6 +162,7 @@ or your own code where you want to use the results from optillm. You can use it
162162
| Monte Carlo Tree Search | `mcts` | Uses MCTS for decision-making in chat responses |
163163
| PV Game | `pvg` | Applies a prover-verifier game approach at inference time |
164164
| CoT Decoding | N/A for proxy | Implements chain-of-thought decoding to elicit reasoning without explicit prompting |
165+
| Entropy Decoding | N/A for proxy | Implements adaptive sampling based on the uncertainy of tokens during generation |
165166

166167
## Implemented plugins
167168

@@ -273,6 +274,7 @@ called patchflows. We saw huge performance gains across all the supported patchf
273274

274275
## References
275276

277+
- [Entropy Based Sampling and Parallel CoT Decoding](https://github.com/xjdr-alt/entropix) - [Implementation](https://github.com/codelion/optillm/blob/main/optillm/entropy_decoding.py)
276278
- [Fact, Fetch, and Reason: A Unified Evaluation of Retrieval-Augmented Generation](https://arxiv.org/abs/2409.12941) - [Evaluation script](https://github.com/codelion/optillm/blob/main/scripts/eval_frames_benchmark.py)
277279
- [Writing in the Margins: Better Inference Pattern for Long Context Retrieval](https://www.arxiv.org/abs/2408.14906) - [Inspired the implementation of the memory plugin](https://github.com/codelion/optillm/blob/main/optillm/plugins/memory_plugin.py)
278280
- [Chain-of-Thought Reasoning Without Prompting](https://arxiv.org/abs/2402.10200) - [Implementation](https://github.com/codelion/optillm/blob/main/optillm/cot_decoding.py)

0 commit comments

Comments
 (0)