ScoutieService commited on
Commit
9069aac
·
verified ·
1 Parent(s): c34be9e

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
+ - text-generation
5
+ - tabular-regression
6
+ - tabular-classification
7
+ - time-series-forecasting
8
+ language:
9
+ - ru
10
+ - en
11
+ tags:
12
+ - llm
13
+ - rag
14
+ - russian
15
+ - stock
16
+ - shares
17
+ - investments
18
+ - finance
19
+ pretty_name: Investments Shares Stock exchange
20
+ size_categories:
21
+ - 100K<n<1M
22
+ ---
23
+
24
+ ## Description in English:
25
+ Dataset collected from 30 Russian-language Telegram channels on the topic of Investments, shares, this dataset contains information about shares, securities, bonds, their value, as well as news about investments and stock exchange analysis
26
+ The dataset was collected and marked automatically using the **Scoutie** data collection and marking [service](https://scoutie.ru/).\
27
+ Try Scoutie and collect the same or another dataset using the [link](https://scoutie.ru/).
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
+ Датасет собранный из 30 русскоязычных Telegram каналов на тему Инвестиций, акций данный датасет содержит в себе информацию об акциях, ценных бумагах, облигации их стоимости, а также новости об инвестициях и анализе бирж
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.