patjs commited on
Commit
1f9ecf1
·
verified ·
1 Parent(s): 95c135a

ground truth: 21 destinations for tropical+snorkel+vegetarian query

Browse files
Files changed (1) hide show
  1. queries/ground_truth_b.json +12 -0
queries/ground_truth_b.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "query": "Tropical destinations with great snorkeling and vegetarian food",
3
+ "ground_truth": [
4
+ "bali", "ubud", "gili-islands", "lombok", "indonesia", "borobudur", "flores",
5
+ "thailand", "koh-samui", "phuket", "koh-phi-phi", "khao-sok",
6
+ "philippines", "boracay", "palawan",
7
+ "malaysia", "langkawi",
8
+ "india", "kerala", "andaman-islands", "sri-lanka"
9
+ ],
10
+ "method": "Domain-knowledge ground truth: tropical destinations (warm equatorial / monsoonal) with strong reef/snorkel reputation AND vegetarian-friendly food culture (Hindu/Buddhist heritage or established vegetarian options). Intersected with destinations that exist in the L1 corpus.",
11
+ "size": 21
12
+ }