omerfsahan commited on
Commit
179fafa
·
verified ·
1 Parent(s): 54326f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -145,20 +145,20 @@ sulphites
145
  lupin
146
  molluscs
147
 
148
- Dataset Columns
149
- Column Description
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 without quantities or preparation instructions
156
- optional_ingredients Ingredients explicitly marked as optional
157
- alternative_groups Groups of ingredients that may substitute for one another
158
- allergens_primary EU 14 allergens detected from the main ingredient configuration
159
- allergens_all_possible Broader allergen set that may include 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)
 
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)