avemio-digital commited on
Commit
7a22f1f
·
verified ·
1 Parent(s): 9681b2f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ FACTS Grounding is a benchmark from Google DeepMind and Google Research designed to measure the performance of AI Models on factuality and grounding. This dataset is a collection 860 examples (public set) crafted by humans for evaluating how well an AI system grounds their answers to a given context.
5
+
6
+ Each example is composed of a few parts:
7
+
8
+ A system prompt (system_instruction) which provides general instructions to the model, including to only answer the question provided based on the information in the given context
9
+ A task (user_request) which includes the specific question(s) for the system to answer e.g. "What are some tips on saving money?"
10
+ A long document (context_document) which includes information necessary to answer to question e.g. an SEC filing for a publicly traded US company
11
+ This dataset also contains evaluation prompts for judging model generated responses to the examples. See the Technical Report for methodology details.
12
+
13
+ # LICENSE
14
+
15
+ Copyright 2024 DeepMind Technologies Limited
16
+ All software is licensed under the Apache License, Version 2.0 (Apache 2.0); you may not use this file except in compliance with the Apache 2.0 license. You may obtain a copy of the Apache 2.0 license at: https://www.apache.org/licenses/LICENSE-2.0
17
+ All other materials are licensed under the Creative Commons Attribution 4.0 International License (CC-BY). You may obtain a copy of the CC-BY license at: https://creativecommons.org/licenses/by/4.0/legalcode
18
+ Unless required by applicable law or agreed to in writing, all software and materials distributed here under the Apache 2.0 or CC-BY licenses are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the licenses for the specific language governing permissions and limitations under those licenses.
19
+ This is not an official Google product.