dardem commited on
Commit
f047c21
1 Parent(s): 5f5dc02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -37,7 +37,22 @@ model = AutoModelForSequenceClassification.from_pretrained(model_name)
37
 
38
  **Citation**
39
  ```
40
- TBD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  ```
42
 
43
  ## Licensing Information
 
37
 
38
  **Citation**
39
  ```
40
+ @inproceedings{dementieva-etal-2023-detecting,
41
+ title = "Detecting Text Formality: A Study of Text Classification Approaches",
42
+ author = "Dementieva, Daryna and
43
+ Babakov, Nikolay and
44
+ Panchenko, Alexander",
45
+ editor = "Mitkov, Ruslan and
46
+ Angelova, Galia",
47
+ booktitle = "Proceedings of the 14th International Conference on Recent Advances in Natural Language Processing",
48
+ month = sep,
49
+ year = "2023",
50
+ address = "Varna, Bulgaria",
51
+ publisher = "INCOMA Ltd., Shoumen, Bulgaria",
52
+ url = "https://aclanthology.org/2023.ranlp-1.31",
53
+ pages = "274--284",
54
+ abstract = "Formality is one of the important characteristics of text documents. The automatic detection of the formality level of a text is potentially beneficial for various natural language processing tasks. Before, two large-scale datasets were introduced for multiple languages featuring formality annotation{---}GYAFC and X-FORMAL. However, they were primarily used for the training of style transfer models. At the same time, the detection of text formality on its own may also be a useful application. This work proposes the first to our knowledge systematic study of formality detection methods based on statistical, neural-based, and Transformer-based machine learning methods and delivers the best-performing models for public usage. We conducted three types of experiments {--} monolingual, multilingual, and cross-lingual. The study shows the overcome of Char BiLSTM model over Transformer-based ones for the monolingual and multilingual formality classification task, while Transformer-based classifiers are more stable to cross-lingual knowledge transfer.",
55
+ }
56
  ```
57
 
58
  ## Licensing Information