PaulD commited on
Commit
dcfbde9
1 Parent(s): 17e101a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -9,7 +9,31 @@ widget:
9
 
10
  This model is a further pre-trained version of RoBERTa for space science on a domain-specific corpus, which includes abstracts from the NTRS library, abstracts from SCOPUS, ECSS requirements, and other sources from this domain.
11
 
12
- The model performs slightly better on a subset of the CR task presented in our paper.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  ### BibTeX entry and citation info
15
 
 
9
 
10
  This model is a further pre-trained version of RoBERTa for space science on a domain-specific corpus, which includes abstracts from the NTRS library, abstracts from SCOPUS, ECSS requirements, and other sources from this domain.
11
 
12
+ The model performs slightly better on a subset (0.6 of total data set) of the CR task presented in our paper.
13
+
14
+ | | RoBERTa | CosmiRoBERTa | SpaceRoBERTa |
15
+ |-----------------------------------------------|----------------|---------------------|---------------------|
16
+ | Parameter | 0.475 | 0.515 | 0.485 |
17
+ | GN&C | 0.488 | 0.609 | 0.602 |
18
+ | System engineering | 0.523 | 0.559 | 0.555 |
19
+ | Propulsion | 0.403 | 0.521 | 0.465 |
20
+ | Project Scope | 0.493 | 0.541 | 0.497 |
21
+ | OBDH | 0.717 | 0.789 | 0.794 |
22
+ | Thermal | 0.432 | 0.509 | 0.491 |
23
+ | Quality control | 0.686 | 0.704 | 0.678 |
24
+ | Telecom. | 0.360 | 0.614 | 0.557 |
25
+ | Measurement | 0.833 | 0.849 | 0.858 |
26
+ | Structure & Mechanism | 0.489 | 0.581 | 0.566 |
27
+ | Space Environment | 0.543 | 0.681 | 0.605 |
28
+ | Cleanliness | 0.616 | 0.621 | 0.651 |
29
+ | Project Organisation / Documentation | 0.355 | 0.427 | 0.429 |
30
+ | Power | 0.638 | 0.735 | 0.661 |
31
+ | Safety / Risk (Control) | 0.647 | 0.727 | 0.676 |
32
+ | Materials / EEEs | 0.585 | 0.642 | 0.639 |
33
+ | Nonconformity | 0.365 | 0.333 | 0.419 |
34
+ | weighted | 0.584 | 0.652(+7%) | 0.633(+5%) |
35
+ | Valid. Loss | 0.605 | 0.505 | 0.542 |
36
+
37
 
38
  ### BibTeX entry and citation info
39