Gorilla enables LLMs to use tools by invoking APIs. Given a natural language query, Gorilla comes up with the semantically- and syntactically- correct API to invoke. With Gorilla, we are the first to ...
Abstract: Code translation migrates codebases across programming languages. Recently, large language models (LLMs) have achieved significant advancements in software mining. However, handling the ...
Abstract: Text-to-SQL is the task of converting a natural language utterance plus the corresponding database schema into a SQL program. The inputs naturally form a heterogeneous graph while the output ...
CodeGraph is a powerful open source tool that brings advanced computer science principles to everyday development through Abstract Syntax Tree (AST) analysis, dependency graph visualization, and ...