syavnyi commited on
Commit
a4627ea
1 Parent(s): 0e7a564

Update citation

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -53,4 +53,15 @@ False
53
 
54
  ## Citation Information
55
 
56
- 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/)
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
  ## Citation Information
55
 
56
+ ```@inproceedings{chernodub-etal-2023-detexd,
57
+ title = "{D}e{T}ex{D}: A Benchmark Dataset for Delicate Text Detection",
58
+ author = "Yavnyi, Serhii and Sliusarenko, Oleksii and Razzaghi, Jade and Mo, Yichen and Hovakimyan, Knar and Chernodub, Artem",
59
+ booktitle = "The 7th Workshop on Online Abuse and Harms (WOAH)",
60
+ month = jul,
61
+ year = "2023",
62
+ address = "Toronto, Canada",
63
+ publisher = "Association for Computational Linguistics",
64
+ url = "https://aclanthology.org/2023.woah-1.2",
65
+ pages = "14--28",
66
+ 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.",
67
+ }```