Skip to content

Commit

Permalink
Merge pull request stanford-oval#10 from gavrielc/patch-2
Browse files Browse the repository at this point in the history
Update README.md — aads --do-research flag to example
  • Loading branch information
shaoyijia authored Apr 13, 2024
2 parents 291ad40 + 7a72477 commit 45c64f4
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 45c64f4

Please sign in to comment.