TRACE icon indicating copy to clipboard operation
TRACE copied to clipboard

TRACE: A Comprehensive Benchmark for Continual Learning in Large Language Models

Results 6 TRACE issues
Sort by recently updated
recently updated
newest added

i find there are many duplicate elements(same questions,same answers) in this dataset.Is this right?

Deer Author: Thanks for your great work. But I noticed that your code in metric.py: `def caculate_accuracy(results, data): scores = 0 for output_id in range(len(results)): prediction = results[output_id] target =...

the code of "inference/infer_single.py" can not infer "TRACE-Benchmark/LLM-CL-Benchmark_1000", due to CUDA OOM(A100 8G) and only can work on the single card. it's not reasonable. I think the code of "inference/infer_multi.py"...

Hi @BeyonderXX and thanks for your nice paper and repo !

想问一下是否用docker镜像可以拉取,方便复现

How can we run the train using the proposed RCL method? Which command/script should be used?