MoritzLaurer HF staff commited on
Commit
9bb2f79
·
verified ·
1 Parent(s): c870d00

Upload prompt template grounding_nli_json_double_check.yaml

Browse files
grounding_nli_json_double_check.yaml ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ prompt:
2
+ template: |-
3
+ Your task is to verify whether a given sentence is entailed by a given context or not. Answer only in YES or NO without any additional text. Do not try to avoid answering, or apologize, or give any answer that isn't simply YES or NO.
4
+
5
+ **Sentence**
6
+ {{json_dict["sentence"]}}
7
+
8
+ **Context**
9
+ {{json_dict["excerpt"]}}
10
+ template_variables:
11
+ - json_dict
12
+ metadata:
13
+ description: "An evaluation prompt from the paper 'The FACTS Grounding Leaderboard: Benchmarking LLMs’ Ability to Ground
14
+ Responses to Long-Form Input' by Google DeepMind.\n The prompt was copied from the evaluation_prompts.csv file from
15
+ Kaggle.\n This specific prompt elicits a binary entailment/non-entailment classifier. It requires a dict as input"
16
+ evaluation_method: json_with_double_check
17
+ tags:
18
+ - fact-checking
19
+ version: 1.0.0
20
+ author: Google DeepMind
21
+ source: https://www.kaggle.com/datasets/deepmind/FACTS-grounding-examples?resource=download&select=evaluation_prompts.csv
22
+ client_parameters: {}
23
+ custom_data: {}