WebGLM
WebGLM: An Efficient Web-enhanced Question Answering System (KDD 2023)
File Explorer
Download Latest Version (.zip)- 0.png
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- 7.png
- 8.png
- 9.png
- main_process.png
- nq_open.jsonl
- trivia_qa.jsonl
- web_questions.jsonl
- __init__.py
- eval.py
- triviaqa.py
- __init__.py
- extracting_by_bs4.py
- html2text.py
- __init__.py
- playwright_based_crawl_new.py
- __init__.py
- contriver.py
- __init__.py
- bing_search.py
- searcher.py
- serpapi.py
- __init__.py
- english
- explaination
- __init__.py
- modeling_webglm.py
- utils.py
- nq_open.sh
- triviaqa.sh
- web_questions.sh
- .gitignore
- arguments.py
- cli_demo.py
- download.py
- evaluate.py
- LICENSE
- MODEL_LICENSE
- README.md
- README_zh.md
- requirements.txt
- train_retriever.py
- web_demo.py
π Installation Guide
1. Get the code
git clone https://github.com/THUDM/WebGLM
Downloads the entire project code from GitHub to your computer.
cd WebGLM
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
apt install nodejs # If you use Ubuntu
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
