def generate_features(kg5_file_path): # Load the KG5 file kg5_data = pd.read_csv(kg5_file_path, sep='\t')