Experiment - ReAct pattern
Problem:You want to build a language model that can both think step-by-step and act by interacting with tools or external knowledge to answer complex questions.
Current Metrics:The model answers questions but often misses important reasoning steps and cannot use external tools, resulting in 65% accuracy on a reasoning benchmark.
Issue:The model lacks the ability to combine reasoning (thinking) and acting (tool use), causing lower accuracy and incomplete answers.