Skip to content

Commit

Permalink
Update README.md — aads --do-research flag to example
Browse files Browse the repository at this point in the history
This flag is necessary when running the first time so IMO should be included in the readme example
  • Loading branch information
gavrielc authored Apr 13, 2024
1 parent 42f4d5b commit 7a72477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ python -m scripts.run_prewriting --input-source file --input-path ../FreshWiki/t

To run the experiment on a single topic:
```shell
python -m scripts.run_prewriting --input-source console --engine gpt-4 --max-conv-turn 5 --max-perspective 5
python -m scripts.run_prewriting --input-source console --engine gpt-4 --max-conv-turn 5 --max-perspective 5 --do-research
```
- The script will ask you to enter the `Topic` and the `Ground truth url` that will be excluded. If you do not have any url to exclude, leave that field empty.

Expand Down

0 comments on commit 7a72477

Please sign in to comment.