Datasets:

Modalities:
Tabular
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
s-jse commited on
Commit
fbb45c9
1 Parent(s): f072e32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -2
README.md CHANGED
@@ -44,6 +44,42 @@ configs:
44
 
45
  ---
46
 
47
- https://arxiv.org/abs/2305.14292
48
 
49
- https://arxiv.org/abs/2406.00562
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
  ---
46
 
 
47
 
48
+
49
+ This dataset contains preprocessed and chunked Wikipedia HTML dumps from 10 languages.
50
+
51
+ Refer to the following for more information:
52
+
53
+ GitHub repository: https://github.com/stanford-oval/WikiChat
54
+
55
+ Papers:
56
+ - [WikiChat: Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia](https://arxiv.org/abs/2305.14292)
57
+ - [SPAGHETTI: Open-Domain Question Answering from Heterogeneous Data Sources with Retrieval and Semantic Parsing](https://arxiv.org/abs/2406.00562)
58
+
59
+ <p align="center">
60
+ <img src="https://github.com/stanford-oval/WikiChat/blob/main/public/logo_light.png?raw=true" width="100px" alt="WikiChat Logo" />
61
+ <h1 align="center">
62
+ <b>WikiChat</b>
63
+ <br>
64
+ <a href="https://arxiv.org/abs/2305.14292">
65
+ <img src="https://img.shields.io/badge/cs.CL-2305.14292-b31b1b" alt="arXiv">
66
+ </a>
67
+ <a href="https://github.com/stanford-oval/WikiChat/stargazers">
68
+ <img src="https://img.shields.io/github/stars/stanford-oval/WikiChat?style=social" alt="Github Stars">
69
+ </a>
70
+ </h1>
71
+ </p>
72
+ <p align="center">
73
+ Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia
74
+ </p>
75
+ <p align="center">
76
+ Online demo:
77
+ <a href="https://wikichat.genie.stanford.edu" target="_blank">
78
+ https://wikichat.genie.stanford.edu
79
+ </a>
80
+ <br>
81
+ </p>
82
+
83
+ <p align="center">
84
+ <img src="https://raw.githubusercontent.com/stanford-oval/WikiChat/ee25ff7d355c8fbb1321489e1e955be8ae068367/public/pipeline.svg" width="700px" alt="WikiChat Pipeline" />
85
+ </p>