Datasets:

Modalities:
Text
Formats:
csv
DOI:
Libraries:
Datasets
pandas
License:
SH commited on
Commit
984c476
β€’
1 Parent(s): 76b2d0e

Update folder structure and README

Browse files
README.md CHANGED
@@ -8,15 +8,31 @@ pretty_name: Ukrainska Pravda articles in ukr/rus/eng published on or after 01.0
8
  multilinguality:
9
  - multilingual
10
  ---
 
11
 
12
- The dataset was created as part of my Master's Thesis, better documentation will follow.
13
- <br>
14
- The dataset is still **in progress**, and the plan is for it to contain all articles from the years 2022 and 2023.
15
- The version 0.0.1 covers articles from 01.01.2022 until 12.12.2023.
16
- <br><br>
17
- Until then:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  - **<https://serhii.net/dtb/2023-12-13-231213-1710-ukrainska-pravda-dataset/>** is the draft of the relevant thesis section
19
- - **[pchr8/up_crawler](https://github.com/pchr8/up_crawler)** is the crawler I wrote to gather this dataset.
20
  <br><br>
21
 
22
- For any questions, my first name is Serhii, and my email is my_first_name@my_first_name.net.
 
8
  multilinguality:
9
  - multilingual
10
  ---
11
+ This dataset contains the articles from [Ukrainska Pravda](https://www.pravda.com.ua/) of the years 2022-2023, in all translations.
12
 
13
+ The dataset was created as part of my Master's Thesis, better documentation will follow. For now:
14
+
15
+ ### Basics
16
+
17
+ One row of the dataset contains an article, title/author/tags in up to three languages (ukr-rus-eng) w/ the corresponding title, author and tags.
18
+ Different translations of the same article often have inconsistent tags, so the main `tags` column contains the representations of the tags from all languages (each tag is named after its URI on the UP website).
19
+
20
+ The mapping of each tag to its URIs and names in all the languages it's present in is fuond in the `tags_mapping.json` file, found in the metadata. The list of URIs for all downloaded articles can be found there as well.
21
+
22
+ ### Files
23
+
24
+ - Two versions:
25
+ - The version 0.0.1 covers articles from 01.01.2022 until 12.12.2023, kept for now as it's used in some other datasets
26
+ - **The version 0.0.2 is the one you need** and contains all articles from 01.01.2022 till 31.12.2023
27
+ - File structure:
28
+ - `data/train` is the full 2y 0.0.2 dataset, the one you need
29
+ - `data/old-0.0.1` is the old 0.0.1 version
30
+ - `metadata/` contains the tags mappings and list of downloaded URIs for both versions
31
+
32
+
33
+ ### The rest
34
  - **<https://serhii.net/dtb/2023-12-13-231213-1710-ukrainska-pravda-dataset/>** is the draft of the relevant thesis section
35
+ - **[pchr8/up_crawler](https://github.com/pchr8/up_crawler)** is the crawler I wrote to gather this dataset
36
  <br><br>
37
 
38
+ For any questions, my first name is Serhii, and my email is my_first_name@my_first_name.net.
ukr_pravda_2y-0.0.1.csv β†’ data/old-0.0.1/ukr_pravda_2y-0.0.1.csv RENAMED
File without changes
ukr_pravda_2y-0.0.2.csv β†’ data/train/ukr_pravda_2y-0.0.2.csv RENAMED
File without changes
tags_mapping-0.0.1.json β†’ metadata/tags_mapping-0.0.1.json RENAMED
File without changes
tags_mapping-0.0.2.json β†’ metadata/tags_mapping-0.0.2.json RENAMED
File without changes
uris-0.0.1.csv β†’ metadata/uris-0.0.1.csv RENAMED
File without changes
uris-0.0.2.csv β†’ metadata/uris-0.0.2.csv RENAMED
File without changes