Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-retrieval
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- de
|
7 |
+
- it
|
8 |
+
- fa
|
9 |
+
- ru
|
10 |
+
- zh
|
11 |
+
- pt
|
12 |
+
- fr
|
13 |
+
- es
|
14 |
+
- ja
|
15 |
+
pretty_name: Multilingual Wikipedia Search Index (From HTML dump of August 1, 2024)
|
16 |
+
size_categories:
|
17 |
+
- 100M<n<1B
|
18 |
+
---
|
19 |
+
This repository 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)
|
20 |
+
|
21 |
+
This index is compatible with WikiChat v2.0.
|
22 |
+
Refer to the following for more information:
|
23 |
+
|
24 |
+
GitHub repository: https://github.com/stanford-oval/WikiChat
|
25 |
+
|
26 |
+
Papers:
|
27 |
+
- [WikiChat: Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia](https://arxiv.org/abs/2305.14292)
|
28 |
+
- [SPAGHETTI: Open-Domain Question Answering from Heterogeneous Data Sources with Retrieval and Semantic Parsing](https://arxiv.org/abs/2406.00562)
|
29 |
+
|
30 |
+
<p align="center">
|
31 |
+
<img src="https://github.com/stanford-oval/WikiChat/blob/main/public/logo_light.png?raw=true" width="100px" alt="WikiChat Logo" />
|
32 |
+
<h1 align="center">
|
33 |
+
<b>WikiChat</b>
|
34 |
+
<br>
|
35 |
+
<a href="https://github.com/stanford-oval/WikiChat/stargazers">
|
36 |
+
<img src="https://img.shields.io/github/stars/stanford-oval/WikiChat?style=social" alt="Github Stars">
|
37 |
+
</a>
|
38 |
+
</h1>
|
39 |
+
</p>
|
40 |
+
<p align="center">
|
41 |
+
Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia
|
42 |
+
</p>
|
43 |
+
<p align="center">
|
44 |
+
Online demo:
|
45 |
+
<a href="https://wikichat.genie.stanford.edu" target="_blank">
|
46 |
+
https://wikichat.genie.stanford.edu
|
47 |
+
</a>
|
48 |
+
<br>
|
49 |
+
</p>
|
50 |
+
|
51 |
+
<p align="center">
|
52 |
+
<img src="https://raw.githubusercontent.com/stanford-oval/WikiChat/ee25ff7d355c8fbb1321489e1e955be8ae068367/public/pipeline.svg" width="700px" alt="WikiChat Pipeline" />
|
53 |
+
</p>
|