my code:
DATA_PATH = "/<path-to-this-repo>/CFBenchmark/CFBenchmark-basic/data"
dataset = load_from_disk(DATA_PATH)
dataset = dataset["summary"]
df = dataset.to_pandas()
print(df[df['response'].isna()])
behavior:

expect behavior:
response should not be None,because it will be used when calculate cos sim with llm output when eval.