FoodDesert commited on
Commit
5fdb4b9
verified
1 Parent(s): 01194bb

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -291,8 +291,8 @@
291
  Embeddings fine-tuned via alias-augmentation: domain alias metadata is injected
292
  as controlled noise during training, pulling misspellings and paraphrases toward
293
  their canonical forms in embedding space. Context rescoring uses late fusion of
294
- dense embedding similarity with a sparse TF-IDF signal derived from
295
- tag co-occurrence pseudo-documents. Modular per-category LLM query strategies
296
  run in parallel; listwise reranking chosen over pointwise specifically to enforce
297
  consistency across the selected tag set. Generalizes to any domain requiring
298
  unstructured-to-taxonomy mapping.
@@ -311,7 +311,7 @@
311
  </div>
312
 
313
  <footer>
314
- All work independently developed and deployed. 路 huggingface.co/FoodDesert
315
  </footer>
316
 
317
  </div>
 
291
  Embeddings fine-tuned via alias-augmentation: domain alias metadata is injected
292
  as controlled noise during training, pulling misspellings and paraphrases toward
293
  their canonical forms in embedding space. Context rescoring uses late fusion of
294
+ dense embedding similarity with a co-occurrence signal derived from
295
+ tag co-occurrence pseudo-documents reduced via SVD. Modular per-category LLM query strategies
296
  run in parallel; listwise reranking chosen over pointwise specifically to enforce
297
  consistency across the selected tag set. Generalizes to any domain requiring
298
  unstructured-to-taxonomy mapping.
 
311
  </div>
312
 
313
  <footer>
314
+ All work independently developed and deployed.
315
  </footer>
316
 
317
  </div>