From 8ddf654f5a9a443f725e67330010f19e97162a07 Mon Sep 17 00:00:00 2001 From: Aleksander Mendoza Date: Sun, 2 May 2021 14:55:33 +0200 Subject: [PATCH] readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e69de29..9491f4c 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,8 @@ +# Amazon Products (Japanese) + +This challenge requires extracting product category from product description. +The data is taken from Japanese amazon and consists of over 8000 product offers. +It was scraped using a simple Python bot. Most of the product descriptions contain +the category as a substring somewhere in the text (or alternatively some synonym of the category). +There is also no predefined set of all possible categories. Hence this task is NOT about +sequence classification.