Files changed (1) hide show
  1. agieval.py +2 -2
agieval.py CHANGED
@@ -36,7 +36,7 @@ _HOMEPAGE = "https://github.com/csitfun/LogiQA2.0/tree/main"
36
  _LICENSE = (
37
  "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License"
38
  )
39
- HEAD = 'https://raw.githubusercontent.com/microsoft/AGIEval/main/data/v1/'
40
 
41
  _DESCRIPTION = "AGIEval is a human-centric benchmark specifically designed to evaluate the general abilities of foundation models in tasks pertinent to human cognition and problem-solving. This benchmark is derived from 20 official, public, and high-standard admission and qualification exams intended for general human test-takers, such as general college admission tests"
42
 
@@ -69,7 +69,7 @@ _URLS = {
69
  "test": HEAD + 'math.jsonl'
70
  },
71
  'few_shot': {
72
- 'few_shot': 'https://raw.githubusercontent.com/microsoft/AGIEval/main/data/few_shot_prompts.csv'
73
  }
74
 
75
  }
 
36
  _LICENSE = (
37
  "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License"
38
  )
39
+ HEAD = 'https://raw.githubusercontent.com/ruixiangcui/AGIEval/main/data/v1/'
40
 
41
  _DESCRIPTION = "AGIEval is a human-centric benchmark specifically designed to evaluate the general abilities of foundation models in tasks pertinent to human cognition and problem-solving. This benchmark is derived from 20 official, public, and high-standard admission and qualification exams intended for general human test-takers, such as general college admission tests"
42
 
 
69
  "test": HEAD + 'math.jsonl'
70
  },
71
  'few_shot': {
72
+ 'few_shot': 'https://raw.githubusercontent.com/ruixiangcui/AGIEval/main/data/few_shot_prompts.csv'
73
  }
74
 
75
  }