syavnyi commited on
Commit
d4125df
1 Parent(s): b57ff9a

Update citation

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -71,4 +71,21 @@ This dataset contains texts with fine-grained individual annotator labels from 0
71
 
72
  ### Citation Information
73
 
74
- DeTexD: A Benchmark Dataset for Delicate Text Detection. Serhii Yavnyi, Oleksii Sliusarenko, Jade Razzaghi, Yichen Mo, Knar Hovakimyan, Artem Chernodub // [Accepted for publication at The 7th Workshop on Online Abuse and Harms (WOAH) at ACL 2023 in Toronto](https://www.workshopononlineabuse.com/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
 
72
  ### Citation Information
73
 
74
+ DeTexD: A Benchmark Dataset for Delicate Text Detection. Serhii Yavnyi, Oleksii Sliusarenko, Jade Razzaghi, Yichen Mo, Knar Hovakimyan, Artem Chernodub // [Accepted for publication at The 7th Workshop on Online Abuse and Harms (WOAH) at ACL 2023 in Toronto](https://www.workshopononlineabuse.com/)
75
+
76
+ **BibTeX:**
77
+
78
+ ```
79
+ @inproceedings{chernodub-etal-2023-detexd,
80
+ title = "{D}e{T}ex{D}: A Benchmark Dataset for Delicate Text Detection",
81
+ author = "Yavnyi, Serhii and Sliusarenko, Oleksii and Razzaghi, Jade and Mo, Yichen and Hovakimyan, Knar and Chernodub, Artem",
82
+ booktitle = "The 7th Workshop on Online Abuse and Harms (WOAH)",
83
+ month = jul,
84
+ year = "2023",
85
+ address = "Toronto, Canada",
86
+ publisher = "Association for Computational Linguistics",
87
+ url = "https://aclanthology.org/2023.woah-1.2",
88
+ pages = "14--28",
89
+ abstract = "Over the past few years, much research has been conducted to identify and regulate toxic language. However, few studies have addressed a broader range of sensitive texts that are not necessarily overtly toxic. In this paper, we introduce and define a new category of sensitive text called {``}delicate text.{''} We provide the taxonomy of delicate text and present a detailed annotation scheme. We annotate DeTexD, the first benchmark dataset for delicate text detection. The significance of the difference in the definitions is highlighted by the relative performance deltas between models trained each definitions and corpora and evaluated on the other. We make publicly available the DeTexD Benchmark dataset, annotation guidelines, and baseline model for delicate text detection.",
90
+ }
91
+ ```