Knowledge Graph (KG): A structured database of facts represented as a graph where nodes are entities and edges are relations (e.g., Alice --friend--> Bob)
First-Order Logic (FOL) query: A formal logic statement using quantifiers (exists, for all) and logical operations (AND, OR, NOT) to retrieve data, used here as a template for generating complex questions
KG2Tool: The proposed dataset/method that converts KG subgraphs into tool-use instruction data
Triple: The basic unit of a KG, consisting of (Subject, Predicate, Object), treated here as (Input, Function, Output)
Relation Projection: An operation finding all tail entities connected to a head entity by a specific relation; mapped here to a standard API call
T-Eval: A benchmark for evaluating LLM tool usage capabilities across planning, reasoning, and retrieval sub-tasks
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that freezes the pre-trained model weights and injects trainable rank decomposition matrices