fpan commited on
Commit
5f65122
1 Parent(s): 0fcfd55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -8,10 +8,20 @@ tags:
8
  - MBSE
9
  size_categories:
10
  - n<1K
 
 
 
11
  ---
 
12
  **uml_nl_ocl_100** is a small size dataset containing ca. 100 OCL constraints and their corresponding plantUML models, contraint specification in natural language.
13
 
14
  This dataset is adapted from the models_dataset by Abukhalaf et al. We removed all empty constraints and merged class and association information into one piece for each model.
15
 
16
  The original dataset including model files is avaible here: https://doi.org/10.5281/zenodo.7749795
17
 
 
 
 
 
 
 
 
8
  - MBSE
9
  size_categories:
10
  - n<1K
11
+ task_categories:
12
+ - translation
13
+ - text-generation
14
  ---
15
+ # Introduction
16
  **uml_nl_ocl_100** is a small size dataset containing ca. 100 OCL constraints and their corresponding plantUML models, contraint specification in natural language.
17
 
18
  This dataset is adapted from the models_dataset by Abukhalaf et al. We removed all empty constraints and merged class and association information into one piece for each model.
19
 
20
  The original dataset including model files is avaible here: https://doi.org/10.5281/zenodo.7749795
21
 
22
+ # Usage
23
+ Generation of OCL constraints based on model information and natural language based constraint specification.
24
+ Generation of natural language description for OCL constraints and model information.
25
+
26
+ # License
27
+ The dataset is available under the [Creative Commons NonCommercial (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/legalcode).