maitrix-org / llm-reasoners

A library for advanced large language model reasoning
https://www.llm-reasoners.net/
Apache License 2.0
1.14k stars 93 forks source link

Applicability to Programming Problems? #60

Open MaxAnfilofyev opened 5 months ago

MaxAnfilofyev commented 5 months ago

Do you have suggestions on how to apply llm-reasoners or RAP to programming challenges?

Ber666 commented 5 months ago

Hi, thanks for the question. We can formulate each line of code as an action. Here is an example that solves math word problems by writing Python code: example (paper)