NejimakiTori commited on
Commit
234b440
·
verified ·
1 Parent(s): 1e79275

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - ru
7
+ tags:
8
+ - russian
9
+ - wikipedia
10
+ - ruwiki
11
+ pretty_name: RuWikiBench Data
12
+ size_categories:
13
+ - 1K<n<10K
14
+ ---
15
+
16
+ # RuWikiBench
17
+
18
+ RuWikiBench is a Russian benchmark dataset designed to evaluate analytical capabilities of large language models via Wikipedia-style article generation.
19
+ This repository contains the data used by the RuWikiBench pipeline: extracted source texts and link mappings.
20
+
21
+
22
+ ## Data collection
23
+
24
+ The dataset is based on a manually selected subset of articles from the Russian internet encyclopedia **"Ruwiki"** (Рувики). The selection targets diverse topics with sufficient external references.
25
+
26
+ Collection procedure:
27
+
28
+ 1. **Article selection**: articles were manually chosen to cover diverse domains and to contain many external references.
29
+ 2. **Source downloading**: external sources referenced by each article were automatically downloaded (e.g., using `newspaper3k`).
30
+ 3. **Chunking into snippets**: source texts were split into fragments of approximately **~600 words** to emulate retrieval-augmented generation conditions.
31
+
32
+ Below is the schematic breakdown of an article `https://ru.ruwiki.ru/wiki/Python`.
33
+ <img src='article_entities.png' alt='Main article entities' width="60%">