ysymyth/ReAct resource
[ICLR 2023] ReAct: Synergizing Reasoning and Acting in Language Models observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 99
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1389
- days_rel: n/a
- days_push: 940
- n_releases_24m: 0
Adoption not part of the score
4122 stars · 398 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Reference prompting code for the ICLR 2023 ReAct paper, which synergizes reasoning and acting in language models. It provides Jupyter notebooks reproducing experiments on HotpotQA, FEVER, AlfWorld, and WebShop using GPT-3 and PaLM.
Use cases
- reproduce ReAct paper experiments on question answering and fact verification
- learn how to prompt LLMs to interleave reasoning traces with actions
- evaluate GPT-3 on HotpotQA, FEVER, AlfWorld, and WebShop benchmarks
- understand the ReAct prompting pattern before building agents with LangChain
- study prompting strategies for LLM decision-making
When to choose
- you want the original reference implementation of ReAct prompting
- you are reproducing the paper's benchmark results
- you are learning how reasoning-plus-acting prompts work
When to avoid
- you need a production-ready agent framework - use LangChain or similar instead
- you want to run ReAct on tasks beyond the four benchmarked notebooks without writing your own code
- you need support for models other than OpenAI GPT-3 or PaLM
Facets
learning-resource · maturity stable
prompt-engineering agent-framework llm-inference large-language-models artificial-intelligence python react-prompting research-paper jupyter-notebooks reasoning-and-acting gpt-3 ai-agents
1 source
- readme: https://github.com/ysymyth/ReAct · fetched 2026-08-28 · bdc517929b01
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ysymyth/ReAct | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem