Update README.md
Browse files
README.md
CHANGED
|
@@ -142,6 +142,40 @@ Although these NDCG values are lower than the baseline, this is expected for sev
|
|
| 142 |
- NDCG is not well aligned with multi-rule personalization behavior
|
| 143 |
- User4 performance is limited by scarcity of relevant recipes
|
| 144 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 145 |
---
|
| 146 |
|
| 147 |
## Citation
|
|
|
|
| 142 |
- NDCG is not well aligned with multi-rule personalization behavior
|
| 143 |
- User4 performance is limited by scarcity of relevant recipes
|
| 144 |
|
| 145 |
+
---
|
| 146 |
+
## Risks and Bias
|
| 147 |
+
|
| 148 |
+
The models are trained on the Food.com dataset, which has known biases:
|
| 149 |
+
- **Regional bias**: Western and American cuisines dominate the dataset, leading to potential under-representation of other regions.
|
| 150 |
+
- **Popularity bias**: Highly rated or frequently interacted recipes are over-represented.
|
| 151 |
+
- **Cold-start leakage risk**: Although user interactions are synthetic, overlapping ingredient-parent structures between train/test may create mild information leakage, potentially inflating baseline metrics.
|
| 152 |
+
|
| 153 |
+
These biases may affect recommendation diversity and fairness across different cuisines or dietary groups.
|
| 154 |
+
|
| 155 |
+
---
|
| 156 |
+
|
| 157 |
+
## Cost and Latency
|
| 158 |
+
|
| 159 |
+
All models are based on **XGBRanker**, which runs efficiently on CPU:
|
| 160 |
+
- **Inference latency**: Approximately 1–5 ms per recipe for ranking (measured on a laptop CPU, single thread).
|
| 161 |
+
- **Training cost**: Training each user profile model on 5,000 interactions takes less than 2 minutes on CPU.
|
| 162 |
+
|
| 163 |
+
The approach is designed for real-time personalization in lightweight interfaces (e.g., Hugging Face Spaces).
|
| 164 |
+
|
| 165 |
+
---
|
| 166 |
+
|
| 167 |
+
## Usage Disclosure
|
| 168 |
+
|
| 169 |
+
**Intended Uses**
|
| 170 |
+
- Academic and educational research on personalized recommendation
|
| 171 |
+
- Cold-start personalization experiments
|
| 172 |
+
- Recipe recommendation for diverse dietary profiles
|
| 173 |
+
|
| 174 |
+
**Not Intended For**
|
| 175 |
+
- Medical or dietary decision-making
|
| 176 |
+
- Real-world deployment without additional bias mitigation
|
| 177 |
+
- High-stakes personalization where fairness across demographic groups is critical
|
| 178 |
+
|
| 179 |
---
|
| 180 |
|
| 181 |
## Citation
|