Link to paper
#2
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,30 +1,17 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
-
|
4 |
-
data_files: "data/time_complexity_test_set.jsonl"
|
5 |
-
default: true
|
6 |
-
- config_name: space_complexity_test_set.jsonl
|
7 |
-
data_files: "data/space_complexity_test_set.jsonl"
|
8 |
-
- config_name: problem_and_human_solutions_list.jsonl
|
9 |
-
data_files: "data/problem_and_human_solutions_list.jsonl"
|
10 |
-
- config_name: complexity_labels_full
|
11 |
-
data_files: "data/complexity_labels_full/*.jsonl"
|
12 |
-
- config_name: complexity_labels_light.jsonl
|
13 |
-
data_files: "data/complexity_labels_light.jsonl"
|
14 |
-
|
15 |
license: cc-by-nc-4.0
|
|
|
|
|
16 |
task_categories:
|
17 |
- text-classification
|
18 |
- question-answering
|
19 |
- text-generation
|
20 |
- reinforcement-learning
|
21 |
-
language:
|
22 |
-
- en
|
23 |
tags:
|
24 |
- code
|
25 |
- synthetic
|
26 |
-
size_categories:
|
27 |
-
- 100K<n<1M
|
28 |
---
|
29 |
|
30 |
<p align="center">
|
@@ -51,7 +38,7 @@ size_categories:
|
|
51 |
<a href="https://huggingface.co/datasets/facebook/BigOBench">
|
52 |
<img alt="HuggingFace" src="https://img.shields.io/badge/๐ค%20HuggingFace-facebook/BigOBench-ffc107"/>
|
53 |
</a>
|
54 |
-
<a href="https://
|
55 |
<img alt="ArXiv" src="https://img.shields.io/badge/arXiv-2503.15242-b5212f?logo=arxiv"/>
|
56 |
</a>
|
57 |
</div>
|
@@ -82,7 +69,7 @@ size_categories:
|
|
82 |
|
83 |
<span style="font-variant: small-caps;"><b>BigO(Bench)</b></span> is a benchmark of ~300 code problems to be solved in Python, along with 3,105 coding problems and 1,190,250 solutions for training purposes, that evaluates whether LLMs can find the time-space complexity of code solutions or generate code solutions themselves that respect a time-space complexity requirement. This benchmark addresses the gap in current evaluations that often overlook the ability of models to comprehend and produce code constrained by computational complexity. <span style="font-variant: small-caps;"><b>BigO(Bench)</b></span> includes a complexity inference framework that can run any Python code snippet, measure multiple runtime and memory footprint values, and infer its algorithmic time-space complexity. It also includes of set of 3,105 coding problems and 1,190,250 solutions from Code Contests annotated with inferred (synthetic) time and space complexity labels from the complexity framework, as well as corresponding runtime and memory footprint values for a large set of input sizes.
|
84 |
|
85 |
-
For more details, see our [Paper](
|
86 |
|
87 |
|
88 |
## ๐ Getting Started with the data
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
license: cc-by-nc-4.0
|
5 |
+
size_categories:
|
6 |
+
- 100K<n<1M
|
7 |
task_categories:
|
8 |
- text-classification
|
9 |
- question-answering
|
10 |
- text-generation
|
11 |
- reinforcement-learning
|
|
|
|
|
12 |
tags:
|
13 |
- code
|
14 |
- synthetic
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<p align="center">
|
|
|
38 |
<a href="https://huggingface.co/datasets/facebook/BigOBench">
|
39 |
<img alt="HuggingFace" src="https://img.shields.io/badge/๐ค%20HuggingFace-facebook/BigOBench-ffc107"/>
|
40 |
</a>
|
41 |
+
<a href="https://huggingface.co/papers/2503.15242">
|
42 |
<img alt="ArXiv" src="https://img.shields.io/badge/arXiv-2503.15242-b5212f?logo=arxiv"/>
|
43 |
</a>
|
44 |
</div>
|
|
|
69 |
|
70 |
<span style="font-variant: small-caps;"><b>BigO(Bench)</b></span> is a benchmark of ~300 code problems to be solved in Python, along with 3,105 coding problems and 1,190,250 solutions for training purposes, that evaluates whether LLMs can find the time-space complexity of code solutions or generate code solutions themselves that respect a time-space complexity requirement. This benchmark addresses the gap in current evaluations that often overlook the ability of models to comprehend and produce code constrained by computational complexity. <span style="font-variant: small-caps;"><b>BigO(Bench)</b></span> includes a complexity inference framework that can run any Python code snippet, measure multiple runtime and memory footprint values, and infer its algorithmic time-space complexity. It also includes of set of 3,105 coding problems and 1,190,250 solutions from Code Contests annotated with inferred (synthetic) time and space complexity labels from the complexity framework, as well as corresponding runtime and memory footprint values for a large set of input sizes.
|
71 |
|
72 |
+
For more details, see our [Paper](https://huggingface.co/papers/2503.15242), [GitHub repository](https://github.com/facebookresearch/bigobench) and [Website](https://facebookresearch.github.io/BigOBench).
|
73 |
|
74 |
|
75 |
## ๐ Getting Started with the data
|