bstds commited on
Commit
e4c0747
1 Parent(s): 1a8d1c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -22,4 +22,18 @@ dataset_info:
22
  ---
23
  # Dataset Card for "home_depot"
24
 
25
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
  # Dataset Card for "home_depot"
24
 
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
26
+
27
+ [source](https://www.kaggle.com/competitions/home-depot-product-search-relevance)
28
+
29
+ Dataset Description
30
+ This data set contains a number of products and real customer search terms from Home Depot's website. The challenge is to predict a relevance score for the provided combinations of search terms and products. To create the ground truth labels, Home Depot has crowdsourced the search/product pairs to multiple human raters.
31
+
32
+ The relevance is a number between 1 (not relevant) to 3 (highly relevant). For example, a search for "AA battery" would be considered highly relevant to a pack of size AA batteries (relevance = 3), mildly relevant to a cordless drill battery (relevance = 2), and not relevant to a snow shovel (relevance = 1).
33
+
34
+ Each pair was evaluated by at least three human raters. The provided relevance scores are the average value of the ratings. There are three additional things to know about the ratings:
35
+
36
+ The specific instructions given to the raters is provided in relevance_instructions.docx.
37
+ Raters did not have access to the attributes.
38
+ Raters had access to product images, while the competition does not include images.
39
+ Your task is to predict the relevance for each pair listed in the test set. Note that the test set contains both seen and unseen search terms.