dardem commited on
Commit
4f67067
1 Parent(s): a407777

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
4
+
5
+ ## Citation
6
+
7
+ ```
8
+ @inproceedings{rydelek-etal-2023-adamr,
9
+ title = "{A}dam{R} at {S}em{E}val-2023 Task 10: Solving the Class Imbalance Problem in Sexism Detection with Ensemble Learning",
10
+ author = "Rydelek, Adam and
11
+ Dementieva, Daryna and
12
+ Groh, Georg",
13
+ editor = {Ojha, Atul Kr. and
14
+ Do{\u{g}}ru{\"o}z, A. Seza and
15
+ Da San Martino, Giovanni and
16
+ Tayyar Madabushi, Harish and
17
+ Kumar, Ritesh and
18
+ Sartori, Elisa},
19
+ booktitle = "Proceedings of the 17th International Workshop on Semantic Evaluation (SemEval-2023)",
20
+ month = jul,
21
+ year = "2023",
22
+ address = "Toronto, Canada",
23
+ publisher = "Association for Computational Linguistics",
24
+ url = "https://aclanthology.org/2023.semeval-1.190",
25
+ doi = "10.18653/v1/2023.semeval-1.190",
26
+ pages = "1371--1381",
27
+ abstract = "The Explainable Detection of Online Sexism task presents the problem of explainable sexism detection through fine-grained categorisation of sexist cases with three subtasks. Our team experimented with different ways to combat class imbalance throughout the tasks using data augmentation and loss alteration techniques. We tackled the challenge by utilising ensembles of Transformer models trained on different datasets, which are tested to find the balance between performance and interpretability. This solution ranked us in the top 40{\%} of teams for each of the tracks.",
28
+ }
29
+
30
+ ```