katielink commited on
Commit
c1de2e4
1 Parent(s): 7cab0ae

Rename questions.py to questions.json

Browse files
Files changed (2) hide show
  1. questions.json +38 -0
  2. questions.py +0 -0
questions.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "General Information": {
3
+ "summary": "Provide a 2 sentence summary of this dataset.",
4
+ "audit": "Has the dataset been audited before? If yes, by whom and what are the results?"
5
+ },
6
+ "Dataset Versioning": {
7
+ "release_type": "Does the dataset get released as static versions or is it dynamically updated? a. If static, how many versions of the dataset exist? b.If dynamic, how frequently is the dataset updated?",
8
+ "datasheet_version": "Is this datasheet created for the original version of the dataset? If not, which version of the dataset is this datasheet for?",
9
+ "other_datasheets": "Are there any datasheets created for any versions of this dataset?",
10
+ "current_version_details": "Does the current version/sub-version of the dataset come with predefined task(s), labels, and recommended data splits (e.g., for training, development/validation, testing)? If yes, please provide a high-level description of the introduced tasks, data splits, and labeling, and explain the rationale behind them. Please provide the related links and references. If not, is there any resource (website, portal, etc.) to keep track of all defined tasks and/or label definitions?",
11
+ "version_difference": "If the dataset has multiple versions, and this datasheet represents one of them, answer the following questions: a. What are the characteristics that have been changed between different versions of the dataset? b. Explain the motivation/rationale for creating the current version of the dataset. c. Does this version have more subjects/patients represented in the data, or fewer? d. Does this version of the dataset have extended data or new data from the same patients as the older versions? Were any patients, data fields, or data points removed? If so, why? e. Do we expect more versions of the dataset to be released? f. Is this datasheet for a sub-version of the dataset? If yes, does this sub-version of the dataset introduce a new task, labeling, and/or recommended data splits? If the answer to any of these questions is yes, explain the rationale behind it. g. Are you aware of any widespread sub-version(s) of the dataset? If yes, what is the addressed task, or application that is addressed?"
12
+ },
13
+ "Motivation": {
14
+ "purpose": "For what purpose was the dataset created? Was there a specific task in mind? Was there a specific gap that needed to be filled? Please provide a description.",
15
+ "applications": "What are the applications that the dataset is meant to address? (e.g., administrative applications, software applications, research)",
16
+ "discouraged_uses": "Are there any types of usage or applications that are discouraged from using this dataset?",
17
+ "creators": "Who created this dataset (e.g., which team, research group) and on behalf of which entity (e.g., company, institution, organization)?",
18
+ "funding": "Who funded the creation of the dataset? If there is an associated grant, please provide the name of the grantor and the grant name and number.",
19
+ "curator_background": "What is the distribution of backgrounds and experience/expertise of the dataset curators/generators?"
20
+ },
21
+ "Data Composition": {
22
+ "instance_representation": "What do the instances that comprise the dataset represent (e.g., documents, images, people, countries)? Are there multiple types of instances? Please provide a description.",
23
+ "total_instances": "How many instances are there in total (of each type, if appropriate)? (breakdown based on schema, provide data stats)?",
24
+ "subjects_represented": "How many patients / subjects does this dataset represent? Answer this for both the preliminary dataset and the current version of the dataset.",
25
+ "sampling_info": "Does the dataset contain all possible instances or is it a sample (not necessarily random) of instances from a larger set? If the dataset is a sample, then what is the larger set? Is the sample representative of the larger set (e.g., geographic coverage)? If so, please describe how this representativeness was validated/verified. If it is not representative of the larger set, please describe why not (e.g., to cover a more diverse range of instances, because instances were withheld or unavailable). Answer this question for the preliminary version and the current version of the dataset in question.",
26
+ "data_modality": "What data modality does each patient data consist of? If the data is hierarchical, provide the modality details for all levels (e.g: text, image, physiological signal). Break down in all levels and specify the modalities and devices.",
27
+ "raw_or_features": "What data does each instance consist of? “Raw” data (e.g., unprocessed text or images) or features? In either case, please provide a description.",
28
+ "missing_info": "Is any information missing from individual instances? If so, please provide a description, explaining why this information is missing (e.g., because it was unavailable). This does not include intentionally removed information, but might include, e.g., redacted text.",
29
+ "relationships": "Are relationships between individual instances made explicit (e.g., They are all part of the same clinical trial, or a patient has multiple hospital visits and each visit is one instance)? If so, please describe how these relationships are made explicit.",
30
+ "errors_noise": "Are there any errors, sources of noise, or redundancies in the dataset? If so, please provide a description. (e.g., losing data due to battery failure, or in survey data subjects skip the question, radiological sources of noise)",
31
+ "external_links": "Is the dataset self-contained, or does it link to or otherwise rely on external resources (e.g., websites, tweets, other datasets)? If it links to or relies on external resources: a. Are there guarantees that they will exist, and remain constant, over time b. Are there official archival versions of the complete dataset (i.e., including the external resources as they existed at the time the dataset was created) c. Are there any restrictions (e.g., licenses, fees) associated with any of the external resources that might apply to a future user? Please provide descriptions of all external resources and any restrictions associated with them, as well as links or other access points, as appropriate.",
32
+ "confidential_data": "Does the dataset contain data that might be considered confidential (e.g., data that is protected by legal privilege or by doctor-patient confidentiality, data that includes the content of individuals non-public communications)? If so, please provide a description.",
33
+ "offensive_data": "Does the dataset contain data that, if viewed directly, might be offensive, insulting, threatening, or might otherwise cause anxiety? If so, please describe why.",
34
+ "de_identification": "If the dataset has been de-identified, were any measures taken to avoid the re-identification of individuals? Examples of such measures: removing patients with rare pathologies or shifting time stamps.",
35
+ "sensitive_data": "Does the dataset contain data that might be considered sensitive in any way (e.g., data that reveals racial or ethnic origins, sexual orientations, religious beliefs, political opinions or union memberships, or locations; financial or health data; biometric or genetic data; forms of government identification, such as social security numbers; criminal history)? If so, please provide a description."
36
+ }
37
+ }
38
+
questions.py DELETED
File without changes