folkert3 commited on
Commit
d8c2115
1 Parent(s): 85d7539

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - subjectivity
4
+ - newspapers
5
+ - CLEF2023
6
+ ---
7
+
8
+ Fine-tuned [mDeBERTa V3](https://huggingface.co/microsoft/mdeberta-v3-base) model for subjectivity detection in newspaper sentences.
9
+ This model was developed as part of the CLEF 2023 CheckThat! Lab [Task 2: Subjectivity in News Articles](https://checkthat.gitlab.io/clef2023/task2/).
10
+
11
+ 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
12
+ opinions. Otherwise, the sentence is objective. [(Antici et al., 2023)](https://ceur-ws.org/Vol-3370/paper10.pdf).
13
+
14
+ The model was fine-tuned using a multilingual training and development dataset, for which the following (hyper)parameters were utilized:
15
+ ```
16
+ Batch Size = 64
17
+ Max Epochs = 8
18
+ Learning Rate = 3e-5
19
+ Warmup Steps = 500
20
+ Weight Decay = 0.3
21
+ ```
22
+
23
+ The model ranked second in the CheckThat! Lab and obtained a macro F1 of 0.81 and a SUBJ F1 of 0.81.