genie-unlikely commited on
Commit
11f81ae
·
verified ·
1 Parent(s): 5a88fa6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -42,5 +42,13 @@ Each example in the dataset contains 4 features:
42
 
43
  - "nl": Natural language utterances/short paragraphs
44
  - "ul": UL representation of the "nl"
45
- - "status": the status of UL translation, e.g., if it was approved (APPROVED) or if there were changes requested (CHANGE_REQUESTED)
46
- - "level": level of translation (quality)
 
 
 
 
 
 
 
 
 
42
 
43
  - "nl": Natural language utterances/short paragraphs
44
  - "ul": UL representation of the "nl"
45
+ - "status": the status of UL translation, e.g., if it was approved (APPROVED) or if there were changes requested (CHANGE_REQUESTED) [Options: 'TRANSLATION_LEVEL_ASPIRATIONAL', 'TRANSLATION_LEVEL_INGESTIBLE_BUT_APPROXIMATE', 'TRANSLATION_LEVEL_EXACT', 'TRANSLATION_LEVEL_UNKNOWN']
46
+ - "level": level of translation quality, e.g., exact or there are potential improvements [Options: 'REVIEW_REQUIRED', 'APPROVED', 'WONT_DO', 'DRAFT', 'CHANGES_REQUESTED', 'NOT_STARTED', 'BLOCKED']
47
+
48
+ **Dataset Statistics**
49
+
50
+ | Split | Percentage | N Examples |
51
+ | ------------- | ------------- | ------------- |
52
+ | Train | 90% | 5620 |
53
+ | Dev | 5% | 313 |
54
+ | Test | 5% | 313 |