in utils/compute_score.py [0:0]
def output_adj(x): '''由于样本中gpt的数据比较异常,是字符串,这里对其进行转换''' if isinstance(x, str): x = eval(x) return x