An open API service indexing awesome lists of open source software.

https://github.com/en10/llm-mcts

MCTS on LLM using Groq
https://github.com/en10/llm-mcts

Last synced: 6 months ago
JSON representation

MCTS on LLM using Groq

Awesome Lists containing this project

README

          

# LLM-MCTS

Using MCTS on LLMs to solve Maths Problems

## Paper
* [Accessing GPT-4 level Mathematical Olympiad Solutions via Monte Carlo Tree Self-refine](https://arxiv.org/abs/2406.07394)

## Setup API Key Environment Variable
```
echo 'export GROQ_API_KEY=gsk_...' >> ~/.bashrc
source ~/.bashrc
```

## Install Requirements
` pip install -r requirements.txt `

## Run
` python app.py `