lapisrocks / LanguageAgentTreeSearch

[ICML 2024] Official repository for "Language Agent Tree Search Unifies Reasoning Acting and Planning in Language Models"
https://arxiv.org/abs/2310.04406
MIT License
620 stars 63 forks source link

Is the object of reflection for multiple nodes or a single node #34

Open zulihit opened 2 weeks ago

zulihit commented 2 weeks ago

Hello, I would like to inquire about the difference between the official implementation and the Langgraph implementation. I noticed that the rating mentioned in the paper is for the entire chain (path), which includes multiple nodes and ultimately returns the entire chain as the answer? In Langgraph, it seems to rate individual nodes and, in the end, return the content of the last node. I'm not sure if I misunderstood, could you please answer this question? Thank you very much for your help