Datasets:

Formats:
json
ArXiv:
Libraries:
Datasets
pandas
File size: 2,497 Bytes
682bfe5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6c46955
743d9f5
164c03f
d371397
 
 
 
 
 
 
 
 
 
3979092
 
 
 
 
 
 
 
 
 
 
 
743d9f5
682bfe5
 
539ba21
fbb45c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
task_categories:
- text-retrieval
- text-generation
language:
- en
- de
- it
- pt
- fa
- fr
- ja
- es
- ru
- zh
pretty_name: Preprocessed Multilingual Wikipedia
size_categories:
- 100M<n<1B
configs:
  - config_name: "20240401"
    data_files:
      - "20240401/en/collection.jsonl"
      - "20240401/de/collection.jsonl"
      - "20240401/es/collection.jsonl"
      - "20240401/fa/collection.jsonl"
      - "20240401/fr/collection.jsonl"
      - "20240401/it/collection.jsonl"
      - "20240401/zh/collection.jsonl"
      - "20240401/ru/collection.jsonl"
      - "20240401/ja/collection.jsonl"
      - "20240401/pt/collection.jsonl"
  - config_name: "20240801"
    data_files:
      - "20240801/en/collection.jsonl"
      - "20240801/de/collection.jsonl"
      - "20240801/es/collection.jsonl"
      - "20240801/fa/collection.jsonl"
      - "20240801/fr/collection.jsonl"
      - "20240801/it/collection.jsonl"
      - "20240801/zh/collection.jsonl"
      - "20240801/ru/collection.jsonl"
      - "20240801/ja/collection.jsonl"
      - "20240801/pt/collection.jsonl"

---



This dataset contains preprocessed and chunked Wikipedia HTML dumps from 10 languages.

Refer to the following for more information:

GitHub repository: https://github.com/stanford-oval/WikiChat

Papers:
- [WikiChat: Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia](https://arxiv.org/abs/2305.14292)
- [SPAGHETTI: Open-Domain Question Answering from Heterogeneous Data Sources with Retrieval and Semantic Parsing](https://arxiv.org/abs/2406.00562)

<p align="center">
    <img src="https://github.com/stanford-oval/WikiChat/blob/main/public/logo_light.png?raw=true" width="100px" alt="WikiChat Logo" />
    <h1 align="center">
        <b>WikiChat</b>
        <br>
        <a href="https://github.com/stanford-oval/WikiChat/stargazers">
            <img src="https://img.shields.io/github/stars/stanford-oval/WikiChat?style=social" alt="Github Stars">
        </a>
    </h1>
</p>
<p align="center">
    Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia
</p>
<p align="center">
    Online demo:
    <a href="https://wikichat.genie.stanford.edu" target="_blank">
        https://wikichat.genie.stanford.edu
    </a>
    <br>
</p>

<p align="center">
    <img src="https://raw.githubusercontent.com/stanford-oval/WikiChat/ee25ff7d355c8fbb1321489e1e955be8ae068367/public/pipeline.svg" width="700px" alt="WikiChat Pipeline" />
</p>