XiaoBB commited on
Commit
557f53e
·
verified ·
1 Parent(s): 00181b9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -31
README.md CHANGED
@@ -13,35 +13,6 @@ tags:
13
  - marked-temporal-point-process
14
  size_categories:
15
  - n<1K
16
- dataset_info:
17
- features:
18
- - name: seq_idx
19
- dtype: int64
20
- - name: seq_len
21
- dtype: int64
22
- - name: description
23
- dtype: string
24
- - name: metadata
25
- dtype: string
26
- - name: time_since_start
27
- list: float64
28
- - name: time_since_last_event
29
- list: float64
30
- - name: type_event
31
- list: string
32
- - name: type_text
33
- list: string
34
- splits:
35
- - name: test
36
- num_bytes: 6013680
37
- num_examples: 303
38
- download_size: 1355447
39
- dataset_size: 6013680
40
- configs:
41
- - config_name: default
42
- data_files:
43
- - split: test
44
- path: data/test-*
45
  ---
46
 
47
  # Wikipedia Edit Events
@@ -53,11 +24,11 @@ Curated Wikipedia article edit history sequences from [Featured](https://en.wiki
53
  - **Source:** [Wikipedia MediaWiki API](https://en.wikipedia.org/w/api.php) — free, no authentication required
54
  - **Article source:** Wikipedia Featured + Good articles (1,000 articles, well-maintained, heavily edited, diverse topics)
55
  - **Grouping:** Per-article, chunked into consecutive sequences of 50–80 events
56
- - **Sequences:** 271
57
  - **Sequence length:** 60–80 events per sequence (mean: 79.9)
58
  - **Event types:** 6 edit action types
59
  - **Time unit:** hours
60
- - **Duration range:** 2.9–4,319 hours (mean: 1,002 hours ≈ 42 days, capped at 6 months)
61
  - **Bot edits excluded** — mechanical edits are not interesting for prediction
62
 
63
  ## Schema
 
13
  - marked-temporal-point-process
14
  size_categories:
15
  - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  # Wikipedia Edit Events
 
24
  - **Source:** [Wikipedia MediaWiki API](https://en.wikipedia.org/w/api.php) — free, no authentication required
25
  - **Article source:** Wikipedia Featured + Good articles (1,000 articles, well-maintained, heavily edited, diverse topics)
26
  - **Grouping:** Per-article, chunked into consecutive sequences of 50–80 events
27
+ - **Sequences:** 303
28
  - **Sequence length:** 60–80 events per sequence (mean: 79.9)
29
  - **Event types:** 6 edit action types
30
  - **Time unit:** hours
31
+ - **Duration range:** 2.9–4,319 hours (mean: 1,008 hours ≈ 42 days, capped at 6 months)
32
  - **Bot edits excluded** — mechanical edits are not interesting for prediction
33
 
34
  ## Schema