SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2404.06921 · 2024

GoEX: Perspectives and Designs Towards a Runtime for Autonomous LLM Applications

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 11 functions out of this paper's own repositories and ran 6 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
ShishirPatil/gorilla canonical 6 of 11
FunctionStatusWhere it lives
encode_question Ran ShishirPatil/gorilla/gorilla/eval/get_llm_responses.py
code served (permissive licence) · get_code("c34a73c1bf673a0b")
get_all_sub_trees Ran ShishirPatil/gorilla/gorilla/eval/eval-scripts/ast_eval_hf.py
code served (permissive licence) · get_code("cbc9e3ecfe4b8580")
get_args Ran ShishirPatil/gorilla/gorilla/eval/eval-scripts/ast_eval_th.py
code served (permissive licence) · get_code("65bc21b9f088f906")
get_questions Ran ShishirPatil/gorilla/gorilla/inference/gorilla_eval.py
code served (permissive licence) · get_code("899cb7d14116e83d")
messages_from_dict Ran ShishirPatil/gorilla/gorilla/eval/retrievers/schema.py
code served (permissive licence) · get_code("e7bb842a667e637c")
messages_to_dict Ran ShishirPatil/gorilla/gorilla/eval/retrievers/schema.py
code served (permissive licence) · get_code("2c09abf6e7d255ad")
get_args Not yet run ShishirPatil/gorilla/gorilla/eval/eval-scripts/ast_eval_hf.py
code served (permissive licence) · get_code("0d43a9f437f03789")
get_args Not yet run ShishirPatil/gorilla/gorilla/eval/eval-scripts/ast_eval_tf.py
code served (permissive licence) · get_code("011dca36dc92a8af")
get_buffer_string Not yet run ShishirPatil/gorilla/gorilla/eval/retrievers/schema.py
code served (permissive licence) · get_code("5ca74d2a45a7f542")
load_model Not yet run ShishirPatil/gorilla/gorilla/inference/gorilla_eval.py
code served (permissive licence) · get_code("ba873c8d7fc8d9c3")
run_eval Not yet run ShishirPatil/gorilla/gorilla/inference/gorilla_eval.py
code served (permissive licence) · get_code("0739c6a004099445")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Large Language Models (LLMs) are evolving beyond their classical role of providing information within dialogue systems to actively engaging with tools and performing actions on real-world applications and services. Today, humans verify the correctness and appropriateness of the LLM-generated outputs (e.g., code, functions, or actions) before putting them into real-world execution. This poses significant challenges as code comprehension is well known to be notoriously difficult. In this paper, we study how humans can efficiently collaborate with, delegate to, and supervise autonomous LLMs in the future. We argue that in many cases, "post-facto validation" - verifying the correctness of a proposed action after seeing the output - is much easier than the aforementioned "pre-facto validation" setting. The core concept behind enabling a post-facto validation system is the integration of an intuitive undo feature, and establishing a damage confinement for the LLM-generated actions as effective strategies to mitigate the associated risks. Using this, a human can now either revert the effect of an LLM-generated output or be confident that the potential risk is bounded. We believe this is critical to unlock the potential for LLM agents to interact with applications and services with limited (post-facto) human involvement. We describe the design and implementation of our open-source runtime for executing LLM actions, Gorilla Execution Engine (GoEX), and present open research questions towards realizing the goal of LLMs and applications interacting with each other with minimal human supervision. We release GoEX at https://github.com/ShishirPatil/gorilla/.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2404.06921")
get_code_for_paper("2404.06921")
have("2404.06921")

Connect an agent — have() is free.