folkert3 commited on
Commit
fe1527d
1 Parent(s): 38756f6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - de
4
+ tags:
5
+ - subjectivity
6
+ - newspapers
7
+ - CLEF2023
8
+ ---
9
+
10
+ Fine-tuned [mDeBERTa V3](https://huggingface.co/microsoft/mdeberta-v3-base) model for subjectivity detection in newspaper sentences.
11
+ This model was developed as part of the CLEF 2023 CheckThat! Lab [Task 2: Subjectivity in News Articles](https://checkthat.gitlab.io/clef2023/task2/).
12
+
13
+ The goal in this task is to detect whether a sentence is objective (OBJ) or subjective (SUBJ). A sentence is subjective if its content is based on or influenced by personal feelings, tastes, or
14
+ opinions. Otherwise, the sentence is objective. [(Antici et al., 2023)](https://ceur-ws.org/Vol-3370/paper10.pdf).
15
+
16
+ The model was fine-tuned using a multilingual training and German development dataset, for which the following (hyper)parameters were utilized:
17
+ ```
18
+ Batch Size = 16
19
+ Max Epochs = 5
20
+ Learning Rate = 4e-5
21
+ Warmup Steps = 100
22
+ Weight Decay = 0.2
23
+ ```
24
+
25
+ The model ranked first in the CheckThat! Lab and obtained a macro F1 of 0.82 and a SUBJ F1 of 0.77.