lostelf commited on
Commit
1ef8d9b
·
verified ·
1 Parent(s): 90b7c46

Add dataset card with source attribution

Browse files
Files changed (1) hide show
  1. README.md +5 -44
README.md CHANGED
@@ -13,52 +13,17 @@ size_categories:
13
  - 1K<n<10K
14
  source_datasets:
15
  - original
16
- dataset_info:
17
- features:
18
- - name: text
19
- dtype: string
20
- - name: source_page
21
- dtype: string
22
- - name: category
23
- dtype: string
24
- - name: entities
25
- list: string
26
- - name: word_count
27
- dtype: int64
28
- - name: is_got_specific
29
- dtype: bool
30
- splits:
31
- - name: train
32
- num_bytes: 1953608
33
- num_examples: 2820
34
- - name: test
35
- num_bytes: 194295
36
- num_examples: 314
37
- download_size: 1220795
38
- dataset_size: 2147903
39
- configs:
40
- - config_name: default
41
- data_files:
42
- - split: train
43
- path: data/train-*
44
- - split: test
45
- path: data/test-*
46
  ---
47
 
48
  # Game of Thrones Fandom Wiki Corpus
49
 
50
- A structured corpus of **3,134 prose passages** scraped from the
51
  [Game of Thrones Fandom Wiki](https://gameofthrones.fandom.com/wiki)
52
  via its official MediaWiki API.
53
 
54
- Built as a training and evaluation resource for **LLM unlearning research**
55
- (see *"Who's Harry Potter? Approximate Unlearning in LLMs"*, Eldan & Russinovich 2023),
56
- but useful for any GoT NLP task.
57
-
58
  ## Source
59
 
60
- All text is sourced from **https://gameofthrones.fandom.com/wiki** and is
61
- licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
62
 
63
  ## Dataset Structure
64
 
@@ -87,13 +52,9 @@ licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
87
 
88
  ## Intended Use
89
 
90
- - Training a **reinforced model** for GoT-domain LLM unlearning
91
- - Evaluating whether an unlearned model retains GoT knowledge
92
  - GoT-domain language modeling, NER, and entity linking experiments
93
 
94
- ## Scraping
95
 
96
- Collected with `scrape_got.py` using the MediaWiki API at
97
- `https://gameofthrones.fandom.com/api.php`.
98
- Infoboxes, tables, citations, and navigation elements were stripped.
99
- Paragraphs shorter than 40 words were discarded.
 
13
  - 1K<n<10K
14
  source_datasets:
15
  - original
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  # Game of Thrones Fandom Wiki Corpus
19
 
20
+ A structured corpus of **3,134 prose passages** from the
21
  [Game of Thrones Fandom Wiki](https://gameofthrones.fandom.com/wiki)
22
  via its official MediaWiki API.
23
 
 
 
 
 
24
  ## Source
25
 
26
+ All text is sourced from **https://gameofthrones.fandom.com/wiki/Wiki_of_Westeros**.
 
27
 
28
  ## Dataset Structure
29
 
 
52
 
53
  ## Intended Use
54
 
55
+ - Training a **reinforced model** for GoT-domain knowledge
 
56
  - GoT-domain language modeling, NER, and entity linking experiments
57
 
58
+ ## Licence
59
 
60
+ [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).