Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
+
|
7 |
+
This is an index of the English Wikipedia, made for WikiChat v1.0.
|
8 |
+
|
9 |
+
|
10 |
+
Refer to the following for more information:
|
11 |
+
|
12 |
+
GitHub repository: https://github.com/stanford-oval/WikiChat
|
13 |
+
|
14 |
+
Paper: https://aclanthology.org/2023.findings-emnlp.157/
|
15 |
+
|
16 |
+
<p align="center">
|
17 |
+
<img src="./images/wikipedia.png" width="100px" alt="Wikipedia" />
|
18 |
+
<h1 align="center">
|
19 |
+
<b>WikiChat</b>
|
20 |
+
<br>
|
21 |
+
<a href="https://arxiv.org/abs/2305.14292">
|
22 |
+
<img src="https://img.shields.io/badge/cs.CL-2305.14292-b31b1b" alt="arXiv">
|
23 |
+
</a>
|
24 |
+
<a href="https://github.com/stanford-oval/WikiChat/stargazers">
|
25 |
+
<img src="https://img.shields.io/github/stars/stanford-oval/WikiChat?style=social" alt="Github Stars">
|
26 |
+
</a>
|
27 |
+
</h1>
|
28 |
+
</p>
|
29 |
+
<p align="center">
|
30 |
+
Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia
|
31 |
+
</p>
|
32 |
+
<p align="center">
|
33 |
+
Online demo:
|
34 |
+
<a href="https://wikichat.genie.stanford.edu" target="_blank">
|
35 |
+
https://wikichat.genie.stanford.edu
|
36 |
+
</a>
|
37 |
+
<br>
|
38 |
+
</p>
|
39 |
+
|
40 |
+
<p align="center">
|
41 |
+
<img src="./images/pipeline.svg" width="700px" alt="WikiChat Pipeline" />
|
42 |
+
</p>
|