dardem commited on
Commit
506eca2
1 Parent(s): ce07ed6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -35,6 +35,32 @@ sexism_classifier = pipeline("text-classification", model=model, tokenizer=token
35
  sexism_classifier("Girls like attention and they get desperate")
36
  ```
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  ## Licensing Information
39
 
40
  [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
 
35
  sexism_classifier("Girls like attention and they get desperate")
36
  ```
37
 
38
+ ## Citation
39
+ ```
40
+ @inproceedings{rydelek-etal-2023-adamr,
41
+ title = "{A}dam{R} at {S}em{E}val-2023 Task 10: Solving the Class Imbalance Problem in Sexism Detection with Ensemble Learning",
42
+ author = "Rydelek, Adam and
43
+ Dementieva, Daryna and
44
+ Groh, Georg",
45
+ editor = {Ojha, Atul Kr. and
46
+ Do{\u{g}}ru{\"o}z, A. Seza and
47
+ Da San Martino, Giovanni and
48
+ Tayyar Madabushi, Harish and
49
+ Kumar, Ritesh and
50
+ Sartori, Elisa},
51
+ booktitle = "Proceedings of the 17th International Workshop on Semantic Evaluation (SemEval-2023)",
52
+ month = jul,
53
+ year = "2023",
54
+ address = "Toronto, Canada",
55
+ publisher = "Association for Computational Linguistics",
56
+ url = "https://aclanthology.org/2023.semeval-1.190",
57
+ doi = "10.18653/v1/2023.semeval-1.190",
58
+ pages = "1371--1381",
59
+ 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.",
60
+ }
61
+ ```
62
+
63
+
64
  ## Licensing Information
65
 
66
  [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].