BCG_3 / test.json
Vishal24's picture
Rename ttst.json to test.json
4efa333 verified
raw
history blame contribute delete
No virus
5.55 kB
[
{
"keyword": "lg washing machine 7kg",
"prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] lg washing machine 7kg [/keyword]\\n{E_INST}\\n### Response:",
"response": "{'lg washing machine 7kg': {'brand': 'LG', 'product subcategory': 'Washing Machine', 'product features': ['7kg']}}",
"response2": "{'brand': 'LG', 'product subcategory': 'Washing Machine', 'product features': ['7kg']}"
},
{
"keyword": "mini washing machine",
"prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] mini washing machine [/keyword]\\n{E_INST}\\n### Response:",
"response": "{'mini washing machine': {'brand': '', 'product subcategory': 'Washing Machine', 'product features': ['Mini']}}",
"response2": "{'brand': '', 'product subcategory': 'Washing Machine', 'product features': ['Mini']}"
},
{
"keyword": "refrigerator double door",
"prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] refrigerator double door [/keyword]\\n{E_INST}\\n### Response:",
"response": "{'refrigerator double door': {'brand': '', 'product subcategory': 'Refrigerator', 'product features': ['Double Door']}}",
"response2": "{'brand': '', 'product subcategory': 'Refrigerator', 'product features': ['Double Door']}"
},
{
"keyword": "refrigerator double door 5 star",
"prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] refrigerator double door 5 star [/keyword]\\n{E_INST}\\n### Response:",
"response": "{'refrigerator double door 5 star': {'brand': '', 'product subcategory': 'Refrigerator', 'product features': ['Double Door', '5 Star']}}",
"response2": "{'brand': '', 'product subcategory': 'Refrigerator', 'product features': ['Double Door', '5 Star']}"
},
{
"keyword": "refrigerator single door",
"prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] refrigerator single door [/keyword]\\n{E_INST}\\n### Response:",
"response": "{'refrigerator single door': {'brand': '', 'product subcategory': 'Refrigerator', 'product features': ['Single Door']}}",
"response2": "{'brand': '', 'product subcategory': 'Refrigerator', 'product features': ['Single Door']}"
},
{
"keyword": "samsung fridge",
"prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] samsung fridge [/keyword]\\n{E_INST}\\n### Response:",
"response": "{'samsung fridge': {'brand': 'Samsung', 'product subcategory': 'Fridge', 'product features': []}}",
"response2": "{'brand': 'Samsung', 'product subcategory': 'Fridge', 'product features': []}"
},
{
"keyword": "samsung refrigerator",
"prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] samsung refrigerator [/keyword]\\n{E_INST}\\n### Response:",
"response": "{'samsung refrigerator': {'brand': 'Samsung', 'product subcategory': 'Refrigerator', 'product features': []}}",
"response2": "{'brand': 'Samsung', 'product subcategory': 'Refrigerator', 'product features': []}"
},
{
"keyword": "samsung refrigerator double door",
"prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] samsung refrigerator double door [/keyword]\\n{E_INST}\\n### Response:",
"response": "{'samsung refrigerator double door': {'brand': 'Samsung', 'product subcategory': 'Refrigerator', 'product features': ['Double Door']}}",
"response2": "{'brand': 'Samsung', 'product subcategory': 'Refrigerator', 'product features': ['Double Door']}"
},
{
"keyword": "washing machine",
"prompt": "{B_INST},{B_SYS}\\nYou are a helpful entity extractor that provides accurate and concise responses.\\n{E_SYS}\\nAnalyze the given search keyword related to the eCommerce platform and provide the appropriate Named Entity Recognition (NER).\\n[keyword] washing machine [/keyword]\\n{E_INST}\\n### Response:",
"response": "{'washing machine': {'brand': '', 'product subcategory': 'Washing Machine', 'product features': []}}",
"response2": "{'brand': '', 'product subcategory': 'Washing Machine', 'product features': []}"
}
]