hwchase17 commited on
Commit
eb8e187
·
1 Parent(s): 185253b

Upload api_dataset.json

Browse files
Files changed (1) hide show
  1. api_dataset.json +1 -1
api_dataset.json CHANGED
@@ -1 +1 @@
1
- [{"question": "What iPhone models are available?"}, {"question": "Are there any budget laptops?"}, {"question": "Show me the cheapest gaming PC."}, {"question": "Are there any tablets under $400?"}, {"question": "What are the best headphones?"}, {"question": "What are the top rated laptops?"}, {"question": "I want to buy some shoes. I like Adidas and Nike."}, {"question": "I want to buy a new skirt"}, {"question": "My company is asking me to get a professional Deskopt PC - money is no object."}, {"question": "What are the best budget cameras?"}]
 
1
+ [{"question": "What iPhone models are available?", "expected_query": {"q": "iPhone"}}, {"question": "Are there any budget laptops?", "expected_query": {"q": "laptop", "max_price": 300}}, {"question": "Show me the cheapest gaming PC.", "expected_query": {"q": "gaming pc", "max_price": 500}}, {"question": "Are there any tablets under $400?", "expected_query": {"q": "tablet", "max_price": 400}}, {"question": "What are the best headphones?", "expected_query": {"q": "headphones"}}, {"question": "What are the top rated laptops?", "expected_query": {"q": "laptop"}}, {"question": "I want to buy some shoes. I like Adidas and Nike.", "expected_query": {"q": "shoe"}}, {"question": "I want to buy a new skirt", "expected_query": {"q": "skirt"}}, {"question": "My company is asking me to get a professional Deskopt PC - money is no object.", "expected_query": {"q": "professional desktop PC", "max_price": 10000}}, {"question": "What are the best budget cameras?", "expected_query": {"q": "camera", "max_price": 300}}]