ScoutieService commited on
Commit
312a868
·
verified ·
1 Parent(s): 1dfaa25

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ - feature-extraction
5
+ - text-generation
6
+ - zero-shot-classification
7
+ - text2text-generation
8
+ language:
9
+ - ru
10
+ tags:
11
+ - russia
12
+ - vectors
13
+ - sentiment
14
+ - ner
15
+ - clusterisation
16
+ - food
17
+ - dishes
18
+ - recipes
19
+ pretty_name: Promo Codes, discounts from Russian Marketplace
20
+ size_categories:
21
+ - 10K<n<100K
22
+ ---
23
+
24
+ ## Description in English:
25
+ The dataset is collected from Russian-language Telegram channels with promo codes, discounts and promotions from various marketplaces, such as Yandex Market, Wildberries, Ozon,\
26
+ The dataset was collected and tagged automatically using the data collection and tagging service [Scoutie](https://scoutie.ru/).\
27
+ Try Scoutie and collect the same or another dataset using [link](https://scoutie.ru/) for FREE.
28
+
29
+ ## Dataset fields:
30
+ **taskId** - task identifier in the Scouti service.\
31
+ **text** - main text.\
32
+ **url** - link to the publication.\
33
+ **sourceLink** - link to Telegram.\
34
+ **subSourceLink** - link to the channel.\
35
+ **views** - text views.\
36
+ **likes** - for this dataset, an empty field (meaning the number of emotions).\
37
+ **createTime** - publication date in unix time format.\
38
+ **createTime** - publication collection date in unix time format.\
39
+ **clusterId** - cluster id.\
40
+ **vector** - text embedding (its vector representation).\
41
+ **ners** - array of identified named entities, where lemma is a lemmatized representation of a word, and label is the name of a tag, start_pos is the starting position of an entity in the text, end_pos is the ending position of an entity in the text.\
42
+ **sentiment** - emotional coloring of the text: POSITIVE, NEGATIVE, NEUTRAL.\
43
+ **language** - text language RUS, ENG.\
44
+ **spam** - text classification as advertising or not NOT_SPAM - no advertising, otherwise SPAM - the text is marked as advertising.\
45
+ **length** - number of tokens in the text (words).\
46
+ **markedUp** - means that the text is marked or not within the framework of the Skauti service, takes the value true or false.
47
+
48
+ ## Описание на русском языке:
49
+ Датасет собран из русскоязычных Telegram каналов с промокодами, скидками и акциями из различных маркетплейсов, таких как Yandex Market, Wildberries, Ozon,\
50
+ Датасет был собран и размечен автоматически с помощью сервиса сбора и разметки данных [Скаути](https://scoutie.ru/).\
51
+ Попробуй Скаути и собери такой же или другой датасет по [ссылке](https://scoutie.ru/) БЕСПЛАТНО.
52
+
53
+ ## Поля датасета:
54
+ **taskId** - идентификатор задачи в сервисе Скаути.\
55
+ **text** - основной текст.\
56
+ **url** - ссылка на публикацию.\
57
+ **sourceLink** - ссылка на Telegram.\
58
+ **subSourceLink** - ссылка на канал.\
59
+ **views** - просмотры текста.\
60
+ **likes** - для данного датасета пустое поле (означающее количество эмоций).\
61
+ **createTime** - дата публикации в формате unix time.\
62
+ **createTime** - дата сбора публикации в формате unix time.\
63
+ **clusterId** - id кластера.\
64
+ **vector** - embedding текста (его векторное представление).\
65
+ **ners** - массив выявленных именованных сущностей, где lemma - лемматизированное представление слова, а label это название тега, start_pos - начальная позиция сущности в тексте, end_pos - конечная позиция сущности в тексте.\
66
+ **sentiment** - эмоциональный окрас текста: POSITIVE, NEGATIVE, NEUTRAL.\
67
+ **language** - язык текста RUS, ENG.\
68
+ **spam** - классификация текста, как рекламный или нет NOT_SPAM - нет рекламы, иначе SPAM - текст помечен, как рекламный.\
69
+ **length** - количество токенов в тексте (слов).\
70
+ **markedUp** - означает, что текст размечен или нет в рамках сервиса Скаути принимает значение true или false.