ground truth: 21 destinations for tropical+snorkel+vegetarian query
Browse files- 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 |
+
}
|