Upload dataset
Browse files- README.md +39 -2
- data/MCQ_test-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -8,5 +8,42 @@ tags:
|
|
| 8 |
- code
|
| 9 |
size_categories:
|
| 10 |
- 1K<n<10K
|
| 11 |
-
Introduction: This is the AlgoSimBench dataset, which contains competitive-level programming
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- code
|
| 9 |
size_categories:
|
| 10 |
- 1K<n<10K
|
| 11 |
+
Introduction: This is the AlgoSimBench dataset, which contains competitive-level programming
|
| 12 |
+
problems and fine-grained algorithm tags for topics related to the problems and
|
| 13 |
+
corresponding algorithms to solve them. The purpose of AlgoSimBench is to evaluate
|
| 14 |
+
models' abilities in identifying algorithmically similar problems. AlgoSimBench-mcq
|
| 15 |
+
consists of 402 multiple-choice questions, with a reference problem, one algorithmically
|
| 16 |
+
similar positive and 3 algorithmically dissimilar negatives. Each problem_id corresponds
|
| 17 |
+
to ones in the raw problem corpus.
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: default
|
| 20 |
+
data_files:
|
| 21 |
+
- split: MCQ_test
|
| 22 |
+
path: data/MCQ_test-*
|
| 23 |
+
dataset_info:
|
| 24 |
+
features:
|
| 25 |
+
- name: negative
|
| 26 |
+
list:
|
| 27 |
+
- name: prob_id
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: tags
|
| 30 |
+
sequence: string
|
| 31 |
+
- name: positive
|
| 32 |
+
struct:
|
| 33 |
+
- name: prob_id
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: tags
|
| 36 |
+
sequence: string
|
| 37 |
+
- name: reference
|
| 38 |
+
struct:
|
| 39 |
+
- name: prob_id
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: tags
|
| 42 |
+
sequence: string
|
| 43 |
+
splits:
|
| 44 |
+
- name: MCQ_test
|
| 45 |
+
num_bytes: 141382
|
| 46 |
+
num_examples: 402
|
| 47 |
+
download_size: 31573
|
| 48 |
+
dataset_size: 141382
|
| 49 |
+
---
|
data/MCQ_test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2ab4c7045f0b664159a46f7fac7107946a96f475eb2d2d3cf92695ddd63a7b9
|
| 3 |
+
size 31573
|