REVIEW 4 major objections 5 minor 1 cited by
HADA: Human-AI Agent Decision Alignment Architecture
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read HADA claims that wrapping any algorithm or LLM in role-specific stakeholder agents with conversational interfaces gives organizations complete coverage of six alignment objectives—conversational control, KPI and value tracing, bias…
desk verdict A well-structured reference architecture undermined by an overclaimed evaluation; the bias-detection objective is not actually demonstrated. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central mechanism is the HADA Controller Agent, a supervisor that receives natural-language prompts, resolves which stakeholder role is speaking, routes the request to the correct role-specific interaction agent, and enforces cross-cutting policies such as ethics triggers and zero-trust authentication. Each agent carries a tool adapter and an Agent-to-Agent (A2A) endpoint, while tools are reachable either by direct API calls or through the Model Context Protocol (MCP), a standard for exposing data and tools to LLM-based assistants; this dual path is what lets the architecture stay independent of any particular LLM or agent library. Under the agents sit versioned catalogues—business targets, KPI definitions, values and sensitive-attribute watchlists, model versions, and an immutable decision ledger—so that changing a quarterly OKR can create retraining tickets, model approvals, and audit records automatically. A RACI responsibility matrix maps each action to an accountable human role, and the architecture's separation of agents that decide from tools that act is what makes vendor or model swaps possible without breaking the governance layer.
What would settle it
Run the demonstration with adversarial or paraphrased complaints—say, fifty variations of a customer questioning ZIP-code use—and count how many times the controller opens the correct ethics ticket and reaches the Value and Ethics Manager; a non-trivial rate of misrouting or silent failure would break the claimed complete coverage.
Extended reading notes
Core claim
On its own terms, the paper's central discovery is that a small set of governance constructs—role-specific stakeholder agents for the business manager, data scientist, auditor, ethics lead, and customer; a controller agent that resolves roles and enforces policy; versioned catalogues for targets, KPIs, and values; and an immutable decision ledger—can sit on top of any LLM or agent framework and deliver what the authors call complete alignment coverage. The paper reports 100 percent fulfilment of six predefined objectives in a demonstration: every role could invoke conversational control, trace KPIs and value constraints, detect and mitigate ZIP-code bias, and reproduce full decision lineage, independent of the underlying LLM or agent library. The evidence is a single proof of concept centered on the getLoanDecision credit-scoring model, with five scripted dialogues in a retail-bank sandbox. The authors generalize from this into a mid-range design theory for human-AI alignment in multi-agent systems and release the architecture as open source.
Load-bearing premise
The load-bearing premise is that real-world bias and misalignment will be noticed and reported by a human in plain language, and that the system's conversational understanding will reliably pass that report to the right person and process; the scripted walkthroughs never test what happens when the report is vague, misleading, or misrouted.
Editorial extensions
If this is right
- A strategic change such as shifting OKRs from customer acquisition to loss minimization can propagate from a quarterly target to a retraining ticket and a production model approval within the same conversational flow.
- Every individual decision can be traced back to model version, feature vector, applied policy, and accountable role, which is the kind of lineage regulators typically ask for.
- Because agents and tools communicate through standardized protocols, an organization could replace its LLM provider or agent library without redesigning the governance layer.
- Value constraints can be enforced by flagging sensitive attributes in a watchlist and triggering retraining, as shown when ZIP code is removed from the model after the ethics complaint.
- New governance roles can be added by containerizing a new agent and registering it, without touching downstream tools or peer agents.
Reading between the lines
- The paper's own evaluation only exercises scripted scenarios, so a natural next test is to inject noisy, adversarial, or ambiguous customer messages and measure whether the controller still routes ethics concerns to the correct remediation workflow; the paper reports no failure cases.
- Because the architecture places alignment in governance artifacts such as catalogues, RACI mappings, and triggers rather than in the model's weights, the approach suggests that audits could focus on metadata and human accountability rather than model internals, a direction the paper gestures at but does not develop.
- The ZIP-code mitigation story depends on a human stakeholder raising the issue; an automated bias-scanning component would be needed before the architecture could claim proactive bias detection in unscripted deployments.
- The single credit-scoring dataset and five dialogues leave domain transfer untested; repeating the walkthroughs in a different regulated domain, such as hiring or claims processing, would show whether the role-and-tool pattern generalizes.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes HADA, a reference architecture for keeping LLM agents and legacy algorithms aligned with organizational targets and values through role-specific stakeholder agents, alignment catalogues, and an ethics-trigger engine. It reports a containerized proof-of-concept for a credit-scoring model (getLoanDecision), five scripted retail-bank scenarios, and an evaluation based on walkthrough observation and log inspection. The central claim, stated in the abstract and Section 5.5, is that HADA achieves complete coverage of six predefined objectives (O1–O6), including detection and mitigation of ZIP-code bias, independent of the underlying LLM or agent library.
Significance. If the complete-coverage claim were supported, HADA would be a valuable reusable governance layer for heterogeneous multi-agent systems, and the open-source replication package plus the explicit DSRM structure are genuine strengths. The paper also has the merit of being unusually candid about its limitations in Section 5.4, admitting that only two case dimensions were tested and that scalability requires stress testing. However, the evidence as reported is formative: the evaluation is author-run, scripted, and log-based, with no independent evaluator, no quantitative metrics, no comparison baseline, and no failure-case analysis. The load-bearing 'detect and mitigate ZIP-code bias' objective is not actually implemented by HADA, and the framework-agnostic claim rests on a single stack. The architecture may well be defensible, but the current claims are considerably stronger than the evidence allows.
major comments (4)
- [Abstract; Section 4.6–4.7; Section 5.3 E3] The claim that HADA 'detect[s] and mitigate[s] ZIP-code bias' is not supported by the reported demonstration. In Section 4.6, the customer notices that ZIP_Code was used and raises the concern; HADA then routes the complaint and opens ETH-512. Section 5.3 E3 states explicitly that 'the customer flagged the potential ethical issue.' No automated bias-detection mechanism (fairness metric, watchlist scan, anomaly detector, or explainability-based trigger) is described in Section 3 or evaluated anywhere. Either implement and evaluate an automated detection component, or revise the abstract, Section 5.5, and the coverage matrix to say that HADA supports remediation of stakeholder-raised ethics concerns.
- [Section 5.1–5.3] The evaluation methodology is a self-administered walkthrough: the authors scripted the scenarios, executed them, and inspected the resulting logs. There is no independent evaluator, no inter-rater reliability, no quantitative metric, no predefined success threshold, and no baseline or ablation. Under this design, the '100% fulfilment' coverage matrix reported in the abstract is essentially a confirmation that the system behaves as the authors scripted it to behave. The evaluation should be repositioned as a formative demonstration, or supplemented with independent, pre-registered evaluation criteria and measurable outcomes.
- [Section 1.3 O6; Section 5.3 E2; Section 5.4] The framework-agnostic claim (O6 and the abstract's 'independent of the underlying LLM or agent library') is untested. Only one implementation stack (Docker/Kubernetes/Python with a single decision-tree model) is exercised in the evaluation; no alternative LLM, agent library, or orchestration stack is instantiated. Section 5.4 itself concedes that scalability requires stress testing and that the protocol coverage is limited. The claim should be softened to a design property of the reference architecture, not an empirically demonstrated result, unless a second independent stack is added to the evaluation.
- [Section 1.3 vs Section 5] There is a circularity risk that the evaluation does not address: the six objectives O1–O6 were defined by the authors to match the architecture's features (Sections 3.5 and 3.6), and the scenarios used to evaluate them were also written by the authors. This makes the complete-coverage result largely by construction. The manuscript should make the dependency between the scenarios and the objectives explicit, describe how the scenarios were derived from the user stories in a way independent of the expected outcomes, and consider having an independent party rate whether each scenario actually exercises the intended objective.
minor comments (5)
- [Section 5.2 vs Section 5.3 E1] Section 5.2 says 'Five role-based dialogues (see Section 4.5) were executed,' but Section 4.5 is only one dialogue and the scenarios span Sections 4.2–4.7; Section 5.3 E1 also mentions '36 simulated dialogues.' Please clarify the total number of dialogues and which of them were logged and analyzed.
- [References] Shinn et al. 2023a and 2023b are the same work, and Wang et al. 2024a and 2024b are the same work; duplicate entries should be consolidated to avoid confusing the reader about distinct contributions.
- [Abstract; Section 1; Section 3.5] The acronym HADA is expanded inconsistently as 'Human-Algorithm Decision Alignment,' 'Human-AI Agent Decision Alignment,' and 'Human-AI Tool-Decision-Alignment.' Please use a single expansion throughout the manuscript.
- [Section 3.3; Section 5.1] The model name appears as 'getLoanDecision' in most places but as 'GET LOANDECISION()' in Sections 3.3 and 5.1; standardize to getLoanDecision for consistency.
- [Table 1; Table 2] The RACI matrix uses the abbreviation DVEM for the Value & Ethics Manager, while Table 1 uses 'Value & Ethics Manager' and the stakeholder-agents table in Section 3.6 uses a different column; align the abbreviations across all tables.
Circularity Check
Complete-coverage claim is a self-referential test: the six 'predefined objectives' are HADA's own design goals, the scenarios are author-scripted, and the ZIP-code bias 'detection' is actually a scripted customer complaint.
-
self definitional
[Section 1.3 (Objectives of the Solution) and Section 5.5 (Conclusion and Future Work)]
"HADA addresses these gaps through six design objectives: O1 Natural-language interaction across planning horizons ... O6 Framework-agnostic, policy-driven design ... This formative evaluation confirms that HADA meets its foundational design objectives (O1–O6) within the scope of the current prototype."
The six evaluation criteria are the paper's own design specification. HADA was engineered to realize objectives O1-O6, and the evaluation then measures the artifact against that same self-authored list using scenarios written by the authors. The reported 100% fulfilment is therefore a restatement of the design contract, not an independent test: any architecture that implements its own stated goals would cover them by construction. The abstract's 'complete coverage of six predefined objectives' inherits this tautology.
-
fitted input called prediction
[Abstract; Section 4.6; Section 5.3 E3]
"detect and mitigate ZIP-code bias ... The customer flagged the potential ethical issue and HADA system contacted correct value and ethics manager to resolve the issue."
In the only bias scenario, the detection event is authored as customer input: the customer notices ZIP_Code in the paperwork and raises the ethics concern in Section 4.6. HADA's logged behaviour is opening ticket ETH-512 and routing it to the Ethics Manager; no automated bias-detection, fairness metric, or watchlist scan is described. The abstract credits HADA with 'detect and mitigate ZIP-code bias,' but the detection was supplied by the script, so the demonstrated capability is the input to the test rather than an output of the system.
full rationale
The paper is a design-science demonstration, and a demonstration that a prototype executes its own scripted scenarios is not a scientific prediction. The circularity is concentrated in the abstract and Section 5.5, where 'complete coverage of six predefined objectives' and 'independent of the underlying LLM or agent library' are stated unconditionally. The six objectives were authored as HADA's design goals (Section 1.3), the user stories were authored by the same team to exercise those goals (Section 4.1), and the evaluation uses those same objectives and stories as its evidence (Sections 5.2-5.5). The ZIP-code bias case is the clearest instance: the 'detection' is a scripted customer complaint, and the coverage matrix credits HADA with a detection capability it does not implement. Section 5.4's own limitation note, 'Scripted scenarios and a single-domain dataset limit external validity... only two case dimensions were tested in the protocol. Scalability requires stress testing,' contradicts the unconditional completeness claim and confirms that the central result is self-referential rather than externally validated. No load-bearing self-citation chain is present: the authors' earlier RAGADA work is background, not the justification for the coverage claim. The architecture itself may be a useful open-source artifact; the circularity lies only in presenting a self-authored, scripted walkthrough as empirical proof of complete coverage and framework independence.
Assumptions & free parameters
assumptions (5)
- domain assumption LLM natural-language understanding is reliable enough to translate stakeholder prompts into correct tool invocations and policy updates.
- domain assumption The Kaggle loan dataset with the added ZIP_Code feature is representative of a production credit-deciding workload.
- domain assumption The RACI role mappings are a valid representation of organizational accountability for this banking context.
- domain assumption MCP and A2A protocol interoperability is sufficient to support framework-agnostic operation.
- domain assumption Organizational values can be expressed as machine-readable policies that are enforceable through automated triggers.
invented entities (4)
-
HADA Controller Agent
-
Stakeholder agents (business, data-science, audit, ethics, customer)
-
Alignment catalogues (Business Targets, Values, Model, Decision)
-
Ethics trigger engine
Cite this review
Pith. "Pith review of HADA: Human-AI Agent Decision Alignment Architecture." pith.science (2026). https://pith.science/paper/OJ53I54N
@misc{pith2026250604253,
author = {Pith},
title = {Pith review of: HADA: Human-AI Agent Decision Alignment Architecture},
year = {2026},
howpublished = {\url{https://pith.science/paper/OJ53I54N}},
note = {Machine review of arXiv:2506.04253}
}
read the original abstract
We present HADA (Human-AI Agent Decision Alignment), a protocol- and framework agnostic reference architecture that keeps both large language model (LLM) agents and legacy algorithms aligned with organizational targets and values. HADA wraps any algorithm or LLM in role-specific stakeholder agents -- business, data-science, audit, ethics, and customer -- each exposing conversational APIs so that technical and non-technical actors can query, steer, audit, or contest every decision across strategic, tactical, and real-time horizons. Alignment objectives, KPIs, and value constraints are expressed in natural language and are continuously propagated, logged, and versioned while thousands of heterogeneous agents run on different orchestration stacks. A cloud-native proof of concept packages a production credit-scoring model (getLoanDecision) and deploys it on Docker/Kubernetes/Python; five scripted retail-bank scenarios show how target changes, parameter tweaks, explanation requests, and ethics triggers flow end to end through the architecture. Evaluation followed the Design-Science Research Methodology. Walkthrough observation and log inspection demonstrated complete coverage of six predefined objectives: every role could invoke conversational control, trace KPIs and value constraints, detect and mitigate ZIP-code bias, and reproduce full decision lineage, independent of the underlying LLM or agent library. Contributions: (1) an open-source HADA architecture, (2) a mid-range design theory for human-AI alignment in multi-agent systems, and (3) empirical evidence that framework-agnostic, protocol-compliant stakeholder agents improve accuracy, transparency, and ethical compliance in real-world decision pipelines.
Figures
Figures from the paper (1 more)
Forward citations
Cited by 1 Pith paper
-
Multi-level Value Alignment in Agentic AI Systems: Survey and Perspectives
A survey proposes a macro-meso-micro value framework for agentic AI alignment and maps applications, methods, and benchmarks onto it.
Reference graph
Works this paper leans on
-
[1]
Amodei, D., Olah, C., Steinhardt, J., Christiano, P., Schulman, J., and Man\'e, D. (2016). Concrete problems in AI safety. arXiv preprint arXiv:1606.06565
arXiv 2016
-
[2]
M., Gebru, T., McMillan-Major, A., and Shmitchell, S
Bender, E. M., Gebru, T., McMillan-Major, A., and Shmitchell, S. (2021). On the dangers of stochastic parrots: Can language models be too big? In Proceedings of the 2021 ACM conference on fairness, accountability, and transparency , pages 610--623
2021
-
[3]
D., Dhariwal, P., Neelakantan, A., Shyam, P., Sastry, G., Askell, A., et al
Brown, T., Mann, B., Ryder, N., Subbiah, M., Kaplan, J. D., Dhariwal, P., Neelakantan, A., Shyam, P., Sastry, G., Askell, A., et al. (2020). Language models are few-shot learners. Advances in neural information processing systems , 33:1877--1901
2020
-
[4]
Brundage, M., Avin, S., Wang, J., Belfield, H., Krueger, G., Hadfield, G., Khlaaf, H., Dreksler, G., Anderson, H., Coulson, P., et al. (2020). Toward trustworthy AI development: Mechanisms for supporting verifiable claims. arXiv preprint arXiv:2004.07213 . Proposes practical “assurance mechanisms’’—including red teaming, audits and circuit breakers—to kee...
arXiv 2020
-
[5]
Cemri, M., Pan, M. Z., Yang, S., Agrawal, L. A., Chopra, B., Tiwari, R., Keutzer, K., Parameswaran, A., Klein, D., Ramchandran, K., Zaharia, M., Gonzalez, J. E., and Stoica, I. (2025). Why do multi-agent llm systems fail?
work page 2025
-
[6]
Christian, B. (2020). The alignment problem: Machine learning and human values . WW Norton & Company. ISBN: 9781786494306
2020
-
[7]
Crawford, L. H. and Bryce, P. (2003). Project monitoring and evaluation: a method for enhancing the efficiency and effectiveness of aid project implementation. International Journal of Project Management , 21(5):363--373
work page 2003
-
[8]
Devlin, J., Chang, M.-W., Lee, K., and Toutanova, K. (2018). Bert: Pre-training of deep bidirectional transformers for language understanding. arXiv preprint arXiv:1810.04805
arXiv 2018
Show all 38 references
-
[9]
and Kim, B
Doshi-Velez, F. and Kim, B. (2017). Towards a rigorous science of interpretable machine learning
2017
-
[10]
and Jones, D
Gregor, S. and Jones, D. (2007). The anatomy of a design theory. Journal of the Association for Information Systems , 8(5):312--335
2007
-
[11]
J., Abbeel, P., and Dragan, A
Hadfield-Menell, D., Russell, S. J., Abbeel, P., and Dragan, A. D. (2017). The off-switch game. In Proceedings of the 26th International Joint Conference on Artificial Intelligence ( IJCAI ) , pages 220--227
2017
-
[12]
R., March, S
Hevner, A. R., March, S. T., Park, J., and Ram, S. (2004). Design science in information systems research. MIS Quarterly , 28(1):75--105
2004
-
[13]
J., Madotto, A., and Fung, P
Ji, Z., Lee, N., Frieske, R., Yu, T., Su, D., Xu, Y., Ishii, E., Bang, Y. J., Madotto, A., and Fung, P. (2023). Survey of hallucination in natural language generation. ACM Computing Surveys , 55(12):1–38
2023
-
[14]
Jones, C. R. and Bergen, B. K. (2025). Large language models pass the turing test
2025
-
[15]
Laskin, M., Wang, L., Oh, J., Parisotto, E., Spencer, S., Steigerwald, R., Strouse, D., Hansen, S., Filos, A., Brooks, E., Gazeau, M., Sahni, H., Singh, S., and Mnih, V. (2022). In-context reinforcement learning with algorithm distillation
2022
-
[16]
Lewis, P., Perez, E., Piktus, A., Petroni, F., Karpukhin, V., Goyal, N., Kulkarni, V., Lewis, M., Reimers, N., Riedel, S., and Zettlemoyer, L. (2020). Retrieval-augmented generation for knowledge-intensive NLP tasks. In Advances in Neural Information Processing Systems ( NeurIPS )
2020
-
[17]
Nakano, R., Hilton, J., Balaji, S., Wu, J., Ouyang, L., Kim, C., Hesse, C., Jain, S., Kosaraju, V., Saunders, W., Jiang, X., Cobbe, K., Eloundou, T., Krueger, G., Button, K., Knight, M., Chess, B., and Schulman, J. (2022). Webgpt: Browser-assisted question-answering with human...
2022
-
[18]
U., Qiu, S., Saqib, M., Anwar, S., Usman, M., Akhtar, N., Barnes, N., and Mian, A
Naveed, H., Khan, A. U., Qiu, S., Saqib, M., Anwar, S., Usman, M., Akhtar, N., Barnes, N., and Mian, A. (2024). A comprehensive overview of large language models
2024
-
[19]
Niven, P. R. and Lamorte, B. (2016). Objectives and Key Results: Driving Focus, Alignment, and Engagement with OKRs . John Wiley & Sons, Inc
2016
-
[20]
O'neil, C. (2017). Weapons of math destruction: How big data increases inequality and threatens democracy . Crown
2017
-
[21]
E., Rossi, M., Hui, W., Virtanen, V., and Bragge, J
Peffers, K., Tuunanen, T., Gengler, C. E., Rossi, M., Hui, W., Virtanen, V., and Bragge, J. (2020). Design science research process: A model for producing and presenting information systems research
2020
-
[22]
A., and Chatterjee, S
Peffers, K., Tuunanen, T., Rothenberger, M. A., and Chatterjee, S. (2007). A design science research methodology for information systems research. Journal of Management Information Systems , 24(3):45--77. Cited as methodological foundation in 2020 contexts
2007
-
[23]
a ranta, T. and Pitk \
Pitk \"a ranta, T. and Pitk \"a ranta, L. (2024). Bridging human and ai decision-making with llms: The ragada approach. In Proceedings of the 26th International Conference on Enterprise Information Systems, Query date , volume 6, page 45
2024
-
[24]
Shinn, N., Cassano, F., Berman, E., Gopinath, A., Narasimhan, K., and Yao, S. (2023a). Reflexion: Language agents with verbal reinforcement learning
2023
-
[25]
Shinn, N., Cassano, F., Berman, E., Gopinath, A., Narasimhan, K., and Yao, S. (2023b). Reflexion: Language agents with verbal reinforcement learning
2023
-
[26]
and Bhaskar, M
Suleyman, M. and Bhaskar, M. (2023). The Coming Wave: Technology, Power, and the Twenty-First Century's Greatest Dilemma . Crown Publishing Group, New York
2023
-
[27]
N., Kaiser, ., and Polosukhin, I
Vaswani, A., Shazeer, N., Parmar, N., Uszkoreit, J., Jones, L., Gomez, A. N., Kaiser, ., and Polosukhin, I. (2017). Attention is all you need. Advances in neural information processing systems , 30
2017
-
[28]
X., Wei, Z., and Wen, J
Wang, L., Ma, C., Feng, X., Zhang, Z., Yang, H., Zhang, J., Chen, Z., Tang, J., Chen, X., Lin, Y., Zhao, W. X., Wei, Z., and Wen, J. (2024a). A survey on large language model based autonomous agents. Frontiers of Computer Science , 18(6)
2024
-
[29]
X., Wei, Z., and Wen, J
Wang, L., Ma, C., Feng, X., Zhang, Z., Yang, H., Zhang, J., Chen, Z., Tang, J., Chen, X., Lin, Y., Zhao, W. X., Wei, Z., and Wen, J. (2024b). A survey on large language model based autonomous agents. Frontiers of Computer Science , 18(6)
2024
-
[30]
A., Isaac, W., Legassick, S., Irving, G., and Gabriel, I
Weidinger, L., Mellor, J., Rauh, M., Griffin, C., Uesato, J., Huang, P.-S., Cheng, M., Glaese, M., Balle, B., Kasirzadeh, A., Kenton, Z., Brown, S., Hawkins, W., Stepleton, T., Biles, C., Birhane, A., Haas, J., Rimell, L., Hendricks, L. A., Isaac, W., Legassick, S., Irving, G....
2021
-
[31]
Wilson, E. O. (1999). Consilience: The unity of knowledge. Vintage; Reprint edition . ISBN: 978-0679768678
1999
-
[32]
H., White, R
Wu, Q., Bansal, G., Zhang, J., Wu, Y., Li, B., Zhu, E., Jiang, L., Zhang, X., Zhang, S., Liu, J., Awadallah, A. H., White, R. W., Burger, D., and Wang, C. (2023). Autogen: Enabling next-gen llm applications via multi-agent conversation
2023
-
[33]
Xi, Z., Chen, W., Guo, X., He, W., Ding, Y., Hong, B., Zhang, M., Wang, J., Jin, S., Zhou, E., Zheng, R., Fan, X., Wang, X., Xiong, L., Zhou, Y., Wang, W., Jiang, C., Zou, Y., Liu, X., Yin, Z., Dou, S., Weng, R., Cheng, W., Zhang, Q., Qin, W., Zheng, Y., Qiu, X., Huang, X., an...
2023
-
[34]
Yampolskiy, R. V. (2014). The AI containment problem. Journal of Consciousness Studies , 23(9--10):222--234. Discusses technical and organisational safeguards (``containment'') for superintelligent AI systems
2014
-
[35]
Yang, S., Nachum, O., Du, Y., Wei, J., Abbeel, P., and Schuurmans, D. (2023). Foundation models for decision making: Problems, methods, and opportunities
2023
-
[36]
Yang, Y., Chai, H., Song, Y., Qi, S., Wen, M., Li, N., Liao, J., Hu, H., Lin, J., Chang, G., Liu, W., Wen, Y., Yu, Y., and Zhang, W. (2025). A survey of ai agent protocols
2025
-
[37]
Yao, S., Zhao, J., Yu, D., Du, N., Shafran, I., Narasimhan, K., and Cao, Y. (2023a). React: Synergizing reasoning and acting in language models
2023
-
[38]
Yao, S., Zhao, J., Yu, D., Du, N., Shafran, I., Narasimhan, K., and Cao, Y. (2023b). React: Synergizing reasoning and acting in language models
2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.