Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,10 @@ configs:
|
|
12 |
---
|
13 |
# Data Preview
|
14 |
|
15 |
-
The data available in this preview contains
|
|
|
16 |
|
17 |
-
|
18 |
-
2. **Sample Dataset ("sample")**: This is a subset of the full dataset, containing data from 2023.
|
19 |
|
20 |
## Fields
|
21 |
|
@@ -62,6 +62,14 @@ Some problems contains references to images that look like this:
|
|
62 |
|
63 |
In the same folder as the problem statement, you can find `<photo_id>.jpg` or `<photo_id>.gif`
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
## Notes
|
66 |
|
67 |
- Solutions prior to 2019 do not contain markdown solution files.
|
@@ -74,6 +82,6 @@ If you use this dataset, please cite it as follows:
|
|
74 |
```bibtex
|
75 |
@misc{2024hackercupai,
|
76 |
title = {2024 Hacker Cup Dataset},
|
77 |
-
author = {May, Wesley and Harmeyer, David and Yang, Weiwei and Saroufim, Mark and Isaacson, Joe and Antiga, Luca and Bowyer, Greg and Guessous, Driss and Puhrsch, Christian and Rao, Supriya and Li, Margaret},
|
78 |
}
|
79 |
```
|
|
|
12 |
---
|
13 |
# Data Preview
|
14 |
|
15 |
+
The data available in this preview contains a 10 row dataset:
|
16 |
+
**Sample Dataset ("sample")**: This is a subset of the full dataset, containing data from 2023.
|
17 |
|
18 |
+
**Full Dataset**: This dataset includes data from 2011 to 2023 and is available in file `output_dataset.parquet`
|
|
|
19 |
|
20 |
## Fields
|
21 |
|
|
|
62 |
|
63 |
In the same folder as the problem statement, you can find `<photo_id>.jpg` or `<photo_id>.gif`
|
64 |
|
65 |
+
## Starter Kits
|
66 |
+
Some quick start solutions for working with this data are available at [HackerCupAI Repo](https://github.com/HackerCupAI/starter-kits). Some frameworks include:
|
67 |
+
- [Langchain](https://www.langchain.com/)
|
68 |
+
- [AutoGen](https://github.com/microsoft/autogen)
|
69 |
+
|
70 |
+
The samples show basic steps for data ingest, generating solutions, and evaluation.
|
71 |
+
For an example of data ingest, check out [this example](https://github.com/HackerCupAI/starter-kits/blob/main/autogen/app/utils/utils.py)
|
72 |
+
|
73 |
## Notes
|
74 |
|
75 |
- Solutions prior to 2019 do not contain markdown solution files.
|
|
|
82 |
```bibtex
|
83 |
@misc{2024hackercupai,
|
84 |
title = {2024 Hacker Cup Dataset},
|
85 |
+
author = {May, Wesley and Harmeyer, David and Hoak, Amber and Yang, Weiwei and Saroufim, Mark and Isaacson, Joe and Antiga, Luca and Bowyer, Greg and Guessous, Driss and Puhrsch, Christian and Rao, Supriya and Li, Margaret},
|
86 |
}
|
87 |
```
|