ai4stem-uga commited on
Commit
bdfe4bf
·
verified ·
1 Parent(s): 2ceffd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -13,9 +13,9 @@ Our findings reveal a substantial improvement in scoring accuracy with G-SciEdBE
13
  which is trained to enhance the accuracy of automated scoring, offering a substantial contribution to the field of AI in education.
14
 
15
  ## Dataset
16
- It is a pre-trained German science education BERT for written German science assessments of PISA test.
17
  PISA is an international test to monitor education trends led by OECD (Organisation for Economic Co-operation and Development).
18
- PISA items are developed to assess scientific literacy, highlighting real-world problem-solving skills and the need of future workforce.
19
  This study analyzed data collected for 59 construct response science assessment items in German at the middle school level.
20
  A total of 6,116 German students from 257 schools participated in PISA 2015.
21
  Given the geographical diversity of participants, PISA data reflect the general German students' science literacy.
@@ -27,6 +27,10 @@ which means approximately 1,000 human-scored student responses per item for cont
27
  More than 10 human raters scored each response in the training dataset organized by OECD.
28
  The responses were graded irrespective of the student's ethnicity, race, or gender to ensure fairness.
29
 
 
 
 
 
30
  ## Usage
31
 
32
  With Transformers >= 2.3 our German BERT models can be loaded like this:
 
13
  which is trained to enhance the accuracy of automated scoring, offering a substantial contribution to the field of AI in education.
14
 
15
  ## Dataset
16
+ It is a pre-trained German science education BERT for written German science assessments of the PISA test.
17
  PISA is an international test to monitor education trends led by OECD (Organisation for Economic Co-operation and Development).
18
+ PISA items are developed to assess scientific literacy, highlighting real-world problem-solving skills and the needs of future workforce.
19
  This study analyzed data collected for 59 construct response science assessment items in German at the middle school level.
20
  A total of 6,116 German students from 257 schools participated in PISA 2015.
21
  Given the geographical diversity of participants, PISA data reflect the general German students' science literacy.
 
27
  More than 10 human raters scored each response in the training dataset organized by OECD.
28
  The responses were graded irrespective of the student's ethnicity, race, or gender to ensure fairness.
29
 
30
+ ## Architecture
31
+ The model is pre-trained on [G-BERT](https://huggingface.co/dbmdz/bert-base-german-uncased?text=Ich+mag+dich.+Ich+liebe+%5BMASK%5D) and the pre-trainig method can be seen as:
32
+ ![architecture](https://huggingface.co/ai4stem-uga/G-SciEdBERT/architecture.png)
33
+
34
  ## Usage
35
 
36
  With Transformers >= 2.3 our German BERT models can be loaded like this: