test_set_path = os.path.join(PATH, dataset, "test.csv") test_df = pd.read_csv(test_set_path, sep='\t') # 替换为你的 test.csv 路径 item_classes_df = pd.read_csv ...