Skip to content

Commit a4f1f35

Browse files
authored
Update README.md
1 parent 7026b19 commit a4f1f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ scores = FactScorer.get_scores(facts, knowledge_sources)
114114

115115
## Fact Extraction Prompt Engineering
116116

117-
To instruct GPT on how to break each sentence into facts, we have included [examples](FactScoreLite/data/demons.json) (demonstrations, i.e., demons) that is contained in the prompt. These demons are currently for the vehicle domain. However, you might want to create your own domain specific demons. To do this, you can use GPT to create demons based on your requirements. We prompted GPT with [instructions](FactScoreLite/data/demons_generation_prompt.txt) on how to generate the demons required for the vehicle domain. However, you can alter it based on your needs.
117+
To instruct GPT on how to break each sentence into facts, we have included [examples](FactScoreLite/data/atomic_facts_demons.json) (demonstrations, i.e., demons) that is contained in the prompt. These demons are currently for the vehicle domain. However, you might want to create your own domain specific demons. To do this, you can use GPT to create demons based on your requirements. We prompted GPT with [instructions](FactScoreLite/data/demons_generation_prompt.txt) on how to generate the demons required for the vehicle domain. However, you can alter it based on your needs.
118118

119119
Once you have your own demons.json file, you can include it in the program by setting the correct config:
120120

0 commit comments

Comments
 (0)