File size: 2,696 Bytes
63d1d8a
2ef7386
 
 
4770bd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2ef7386
 
 
 
63d1d8a
2ef7386
 
 
 
 
9c6cfa2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
license:
- cc-by-sa-3.0
- gfdl
dataset_info:
- config_name: corpus-jawiki-20230403
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 3569619848
    num_examples: 24387500
  download_size: 1297833377
  dataset_size: 3569619848
- config_name: corpus-jawiki-20230403-cirrus
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 4779055224
    num_examples: 28018607
  download_size: 1730081783
  dataset_size: 4779055224
- config_name: corpus-jawiki-20230403-filtered-large
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 3027074884
    num_examples: 20133720
  download_size: 1092808039
  dataset_size: 3027074884
- config_name: paragraphs-jawiki-20230403
  features:
  - name: id
    dtype: string
  - name: pageid
    dtype: int64
  - name: revid
    dtype: int64
  - name: paragraph_index
    dtype: int64
  - name: title
    dtype: string
  - name: section
    dtype: string
  - name: text
    dtype: string
  - name: html_tag
    dtype: string
  splits:
  - name: train
    num_bytes: 4417130987
    num_examples: 9668476
  download_size: 1489512230
  dataset_size: 4417130987
- config_name: passages-c300-jawiki-20230403
  features:
  - name: id
    dtype: int64
  - name: pageid
    dtype: int64
  - name: revid
    dtype: int64
  - name: title
    dtype: string
  - name: section
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 3939431360
    num_examples: 6639833
  download_size: 1402596784
  dataset_size: 3939431360
- config_name: passages-c400-jawiki-20230403
  features:
  - name: id
    dtype: int64
  - name: pageid
    dtype: int64
  - name: revid
    dtype: int64
  - name: title
    dtype: string
  - name: section
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 3868482519
    num_examples: 5555583
  download_size: 1393661115
  dataset_size: 3868482519
- config_name: passages-para-jawiki-20230403
  features:
  - name: id
    dtype: int64
  - name: pageid
    dtype: int64
  - name: revid
    dtype: int64
  - name: title
    dtype: string
  - name: section
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 3751418134
    num_examples: 9397066
  download_size: 1296071247
  dataset_size: 3751418134
language:
- ja
size_categories:
- 10M<n<100M
---

# Wikipedia-Utils: Preprocessed Wikipedia Texts for NLP

Preprocessed Wikipedia texts generated with the scripts in [singletongue/wikipedia-utils](https://github.com/singletongue/wikipedia-utils) repo.

For detailed information on how the texts are processed, please refer to the repo.