GAP: Graph-Assisted Prompts—the proposed framework that uses a patient-centric graph to guide LLM generation.
Patient-centric graph: A dynamic graph constructed during the dialogue where nodes are the patient and medical concepts, and edges represent relationships or states (e.g., 'has_symptom').
MDS: Medical Dialogue Systems—AI systems designed to converse with patients for diagnosis or consultation.
Slot-filling: A task where the model extracts specific values (e.g., 'severe') for predefined attributes (e.g., 'severity') of an entity.
RAG: Retrieval-Augmented Generation—enhancing LLMs by retrieving relevant external data.
Path-based prompts: Prompts generated by converting paths in the graph (e.g., Patient -> Disease -> Drug) into natural language queries.
ICL: In-Context Learning—providing examples or context in the prompt to guide the LLM without weight updates.