patrickfleith commited on
Commit
52cd3db
1 Parent(s): f2c93e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -13,7 +13,7 @@ size_categories:
13
  - n<1K
14
  ---
15
 
16
- # AstroMCQA - Overview
17
 
18
  ## Purpose and scope
19
 
@@ -56,7 +56,7 @@ dataset = load_dataset("patrickfleith/Astro-mcqa")
56
  - **justification**: Optional string. An optional field which may provide a justification of the answer.
57
  - **answerable**: A boolean, whether the question is answerable or not. At the moment, AstroMCQA only includes answerable questions.
58
  - **uid**: A unique identifier for the MCQA instance. May be useful for traceability in further processing tasks.
59
-  
60
  ### Metadata
61
  Dataset is version controlled and commits history is available here: https://huggingface.co/datasets/patrickfleith/Astro-mcqa/commits/main
62
   
@@ -70,14 +70,14 @@ All instances in the dataset are in english
70
  - Some questions request expected generic knowledge in the field of space science and engineering.
71
  - Some questions require reasoning capabilities
72
  - Some questions require mathematical operations since a numerical result is expected (exam-style questions)
73
-  
74
  ### Topics Covered
75
  Different subdomains of space engineering are covered, including propulsion, operations, human spaceflight, space environment and effects, space project lifecycle, communication and link analysis, and more.
76
 
77
- # LICENSE
 
78
  AstroMCQA © 2024 by Patrick Fleith is licensed under Creative Commons Attribution 4.0 International
79
 
80
- # USAGE AND GUIDELINES
81
  #### Restrictions
82
  No restriction. Please provide the correct attribution following the license terms.
83
   
 
13
  - n<1K
14
  ---
15
 
16
+ # AstroMCQA Dataset
17
 
18
  ## Purpose and scope
19
 
 
56
  - **justification**: Optional string. An optional field which may provide a justification of the answer.
57
  - **answerable**: A boolean, whether the question is answerable or not. At the moment, AstroMCQA only includes answerable questions.
58
  - **uid**: A unique identifier for the MCQA instance. May be useful for traceability in further processing tasks.
59
+
60
  ### Metadata
61
  Dataset is version controlled and commits history is available here: https://huggingface.co/datasets/patrickfleith/Astro-mcqa/commits/main
62
   
 
70
  - Some questions request expected generic knowledge in the field of space science and engineering.
71
  - Some questions require reasoning capabilities
72
  - Some questions require mathematical operations since a numerical result is expected (exam-style questions)
73
+
74
  ### Topics Covered
75
  Different subdomains of space engineering are covered, including propulsion, operations, human spaceflight, space environment and effects, space project lifecycle, communication and link analysis, and more.
76
 
77
+ # USAGE AND GUIDELINES
78
+ #### License
79
  AstroMCQA © 2024 by Patrick Fleith is licensed under Creative Commons Attribution 4.0 International
80
 
 
81
  #### Restrictions
82
  No restriction. Please provide the correct attribution following the license terms.
83