Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This dataset contains a Qdrant index created from preprocessed and chunked Wikipedia HTML dumps from 10 languages. The embedding model used is [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3)
|
2 |
+
|
3 |
+
This index is compatible with WikiChat v2.0.
|
4 |
+
Refer to the following for more information:
|
5 |
+
|
6 |
+
GitHub repository: https://github.com/stanford-oval/WikiChat
|
7 |
+
|
8 |
+
Papers:
|
9 |
+
- [WikiChat: Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia](https://arxiv.org/abs/2305.14292)
|
10 |
+
- [SPAGHETTI: Open-Domain Question Answering from Heterogeneous Data Sources with Retrieval and Semantic Parsing](https://arxiv.org/abs/2406.00562)
|
11 |
+
|
12 |
+
<p align="center">
|
13 |
+
<img src="https://github.com/stanford-oval/WikiChat/blob/main/public/logo_light.png?raw=true" width="100px" alt="WikiChat Logo" />
|
14 |
+
<h1 align="center">
|
15 |
+
<b>WikiChat</b>
|
16 |
+
<br>
|
17 |
+
<a href="https://github.com/stanford-oval/WikiChat/stargazers">
|
18 |
+
<img src="https://img.shields.io/github/stars/stanford-oval/WikiChat?style=social" alt="Github Stars">
|
19 |
+
</a>
|
20 |
+
</h1>
|
21 |
+
</p>
|
22 |
+
<p align="center">
|
23 |
+
Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia
|
24 |
+
</p>
|
25 |
+
<p align="center">
|
26 |
+
Online demo:
|
27 |
+
<a href="https://wikichat.genie.stanford.edu" target="_blank">
|
28 |
+
https://wikichat.genie.stanford.edu
|
29 |
+
</a>
|
30 |
+
<br>
|
31 |
+
</p>
|
32 |
+
|
33 |
+
<p align="center">
|
34 |
+
<img src="https://raw.githubusercontent.com/stanford-oval/WikiChat/ee25ff7d355c8fbb1321489e1e955be8ae068367/public/pipeline.svg" width="700px" alt="WikiChat Pipeline" />
|
35 |
+
</p>
|