CoolFace
Modelpublic

samirmsallem/gbert-base-argument_mining

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes11downloads
Model Card

Text classification model for argument mining and detection

gbert-base-argument_mining is a text classification model in the scientific domain in German, finetuned from the model gbert-base. It was trained using a synthetically created, annotated dataset containing different sentence types occuring in conclusions of scientific theses and papers.

Training

Training was conducted on a 10 epoch fine-tuning approach, however this repository contains the results of the fourth epoch, since it has the best accuracy:

epochaccuracyloss
1.00.93150.3872
2.00.91780.2987
3.00.95890.1519
4.00.96580.1162
5.00.95210.2100
6.00.95210.1979
7.00.95210.2453
8.00.95210.2251
9.00.94520.2225
10.00.95210.2286

In relation to the dataset, the model demonstrates that it can effectively learn to distinguish between the two classes claim and premise. However, the rapid onset of overfitting after epoch 4 suggests that the dataset is imbalanced and noisy. Further work should enable the model to be trained on more robust data to ensure better evaluation results.

Text Classification Tags

Text Classification TagText Classification Label
0CLAIM
1COUNTERCLAIM
2LINK
3CONC
4FUT
5OTH