[{"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}}]