JerryL commited on
Commit
45e76da
·
verified ·
1 Parent(s): 7eadf47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - en
7
+ tags:
8
+ - code
9
+ size_categories:
10
+ - 1K<n<10K
11
+ Introduction: This is the AlgoSimBench dataset, which contains competitive-level programming problems and fine-grained algorithm tags for topics related to the problems and corresponding algorithms to solve them. The purpose of AlgoSimBench is to evaluate models' abilities in identifying algorithmically similar problems. AlgoSimBench-mcq consists of 402 multiple-choice questions, with a reference problem, one algorithmically similar positive and 3 algorithmically dissimilar negatives. Each problem_id corresponds to ones in the raw problem corpus.
12
+ ---