Views
No views yet
To apply these frames to arguments from DDO, we fine-tune a range of classifiers on a comprehensive training dataset of more than 10,000 newspaper articles that discuss immigration, same-sex marriage, and marijuana, containing 146,001 labeled text spans labeled with a single MediaFrame-class per annotator. To apply this dataset to our argumentative domain, we broaden the annotated spans to sentence level (see here). Since an argument can address more than a single frame, we design the argument-frame classification task as a multi-label problem by combining all annotations for a sentence into a frame target set. In addition, to broaden the target frame sets, we create new instances merging two instances by combining their textual representation and unifying their target frame set.
1per_device_train_batch_size=16,
2per_device_eval_batch_size=64,
3group_by_length=False,
4evaluation_strategy="epoch",
5num_train_epochs=5,
6save_strategy="epoch",
7load_best_model_at_end=True,
8save_total_limit=3,
9metric_for_best_model="eval_macro avg -> f1-score",
10greater_is_better=True,
11learning_rate=5e-5,
12warmup_ratio=0.11 "test_macro avg -> f1-score": 0.7323500703250138,
2 "test_macro avg -> precision": 0.7240108073952866,
3 "test_macro avg -> recall": 0.7413112856192988,
4 "test_macro avg -> support": 27705,
5 "test_micro avg -> f1-score": 0.7956475205137353,
6 "test_micro avg -> precision": 0.7865279492153059,
7 "test_micro avg -> recall": 0.804981050351922,
8 "test_micro avg -> support": 27705,