This model is intended to simplify Dutch sentences.
The model was created in light of the master thesis of Charlotte Van de Velde in the Master of Science in Artificial
Intelligence (MAI) at KU Leuven in 2023. Charlotte is supervised by Vincent Vandeghinste and Bram Vanroy.
Dataset creation by Charlotte, model training by Bram.
The model is intended for sentence-level simplification of Dutch. It might extend to document-level simplification
but most of the dataset is limited to sentences so document-level performance is not guaranteed.
The dataset has been generated automatically (cf.
dataset description) and has not been
manually verified. On top of that, this model has been fine-tuned and we did not scrutinize the parent model or its
training data. Output of the current model is therefore subject to unexpected results (as most if not all neural
networks).
Because the dataset was generated with ChatGPT, this model cannot be used for commercial purposes.
These hyperarameters were found through Bayesian hyperparameter search with
wandb. This is described in the
repository.
1{
2 "eval_gen_len": 21.404761904761905,
3 "eval_loss": 3.0882697105407715,
4 "eval_rouge1": 41.3871,
5 "eval_rouge2": 19.6751,
6 "eval_rougeL": 36.0469,
7 "eval_rougeLsum": 36.1178,
8 "eval_sari": 54.3588,
9
10 "predict_gen_len": 22.1484375,
11 "predict_loss": 2.7822625637054443,
12 "predict_rouge1": 43.8191,
13 "predict_rouge2": 21.7783,
14 "predict_rougeL": 39.3657,
15 "predict_rougeLsum": 39.3751,
16 "predict_sari": 52.3752
17}
Note: the model seems to underperform compared to the
base variant of the model, achieving only
similar results with a much larger size. The reason for this may be found in the hyperparameters, where
this large model may have benefitted from a smaller learning rate in the optimisation space. In the hyperparameter
search, the learning rate spectrum was set to 1e-03 to 1e-04 but this might be too large for this model and size.