Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -145,20 +145,20 @@ sulphites
|
|
| 145 |
lupin
|
| 146 |
molluscs
|
| 147 |
|
| 148 |
-
Dataset Columns
|
| 149 |
-
|
| 150 |
-
recipe_id
|
| 151 |
-
title
|
| 152 |
-
ingredients
|
| 153 |
-
source
|
| 154 |
-
link
|
| 155 |
-
ingredients_clean
|
| 156 |
-
optional_ingredients
|
| 157 |
-
alternative_groups
|
| 158 |
-
allergens_primary
|
| 159 |
-
allergens_all_possible
|
| 160 |
-
|
| 161 |
-
The primary target used for allergen modeling in this project is allergens_primary.
|
| 162 |
|
| 163 |
Preparation Pipeline
|
| 164 |
RecipeNLG (~2.3M recipes)
|
|
|
|
| 145 |
lupin
|
| 146 |
molluscs
|
| 147 |
|
| 148 |
+
## Dataset Columns
|
| 149 |
+
|
| 150 |
+
- **`recipe_id`** — Unique identifier for each recipe.
|
| 151 |
+
- **`title`** — Dish or menu item name.
|
| 152 |
+
- **`ingredients`** — Original raw ingredient list from the source.
|
| 153 |
+
- **`source`** — Original recipe source.
|
| 154 |
+
- **`link`** — Source URL when available.
|
| 155 |
+
- **`ingredients_clean`** — Cleaned main ingredient names with quantities, units, and preparation instructions removed.
|
| 156 |
+
- **`optional_ingredients`** — Ingredients explicitly marked as optional in the recipe.
|
| 157 |
+
- **`alternative_groups`** — Groups of ingredients that can be used as alternatives to one another.
|
| 158 |
+
- **`allergens_primary`** — EU 14 allergens detected from the primary ingredient configuration.
|
| 159 |
+
- **`allergens_all_possible`** — Broader allergen set that may include allergens introduced by optional or alternative ingredients.
|
| 160 |
+
|
| 161 |
+
The primary target used for allergen modeling in this project is **`allergens_primary`**.
|
| 162 |
|
| 163 |
Preparation Pipeline
|
| 164 |
RecipeNLG (~2.3M recipes)
|