KBQA: Knowledge-Based Question Answering—answering questions by querying a structured database (Knowledge Graph) rather than unstructured text
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that freezes pre-trained weights and injects trainable rank decomposition matrices
logical chain: A sequence of relations in a Knowledge Graph that connects a start entity to a target answer (e.g., Director -> Directed_Movie -> Actor)
triplet: The fundamental unit of a Knowledge Graph, consisting of (Subject, Relation, Object)
seed entity: The starting entity identified in a question (e.g., 'Written on Wind') used to begin a traversal on the Knowledge Graph
slot filling: The process of inserting specific values (like entity names) into predefined placeholders in a template
RoBERTa: A robustly optimized BERT pretraining approach; a transformer model used here for semantic similarity matching
KB-BINDER: A strong baseline method for KBQA that generates logical forms
DPR: Dense Passage Retrieval—a method using dense vector representations to retrieve relevant text passages