https://github.com/thefloatingstring/eval-misinformation-multi-lang
https://github.com/thefloatingstring/eval-misinformation-multi-lang
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thefloatingstring/eval-misinformation-multi-lang
- Owner: TheFloatingString
- Created: 2024-02-01T05:08:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T23:54:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T08:12:43.980Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eval-misinformation-multi-lang
A set of experiments to evaluate misinformation detection.
### Getting started
```bash
git clone https://github.com/TheFloatingString/eval-misinformation-multi-lang.git
cd eval-misinformation-multi-lang
```
If using Windows, type the following in cmd:
```bash
init.bat
```
If using MacOS or Linux, type the following in terminal
```bash
./init.sh
```
This command clones the X-fact GitHub repository whose dataset we use; and installs Python dependencies for this project.
### Notebooks
* `notebooks/cohere_results.ipynb`: set of results by using Cohere\
* `notebooks/openai_results.ipynb`: set of results by using Cohere