Update README.md
Browse files
README.md
CHANGED
@@ -36,10 +36,12 @@ configs:
|
|
36 |
- split: train
|
37 |
path: data/train-*
|
38 |
---
|
39 |
-
# Advent of Code Dataset
|
|
|
|
|
|
|
|
|
40 |
|
41 |
-
This dataset provides various Python, Javascript & Ruby solutions for advent of code question from year 2024.
|
42 |
-
More languages and years will be included in future releases.
|
43 |
|
44 |
## Key Features
|
45 |
**Multi-language support**: Python, JavaScript & Ruby solutions (more languages will be added in future updates).
|
|
|
36 |
- split: train
|
37 |
path: data/train-*
|
38 |
---
|
39 |
+
# Advent of Code ECV Dataset
|
40 |
+
|
41 |
+
Many code generation datasets focus on syntax and structure but lack a strong emphasis on contextual understanding, especially from a storytelling perspective.
|
42 |
+
The Advent of Code ECV (Expanded, Curated, Verified) Dataset addresses this gap by curating and verifying multiple approaches for each challenge from 2024 to provide diverse solutions, comparison of strategies, and better adaptability across different programming paradigms.
|
43 |
+
In addition to training and evaluation data, each problem includes at least three test cases for validation.
|
44 |
|
|
|
|
|
45 |
|
46 |
## Key Features
|
47 |
**Multi-language support**: Python, JavaScript & Ruby solutions (more languages will be added in future updates).
|