dardem commited on
Commit
3022768
1 Parent(s): 94ddefa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -41,7 +41,22 @@ model = AutoModelForSequenceClassification.from_pretrained(model_name)
41
 
42
  **Citation**
43
  ```
44
- TBD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ```
46
 
47
  ## Licensing Information
 
41
 
42
  **Citation**
43
  ```
44
+ @inproceedings{dementieva-etal-2023-detecting,
45
+ title = "Detecting Text Formality: A Study of Text Classification Approaches",
46
+ author = "Dementieva, Daryna and
47
+ Babakov, Nikolay and
48
+ Panchenko, Alexander",
49
+ editor = "Mitkov, Ruslan and
50
+ Angelova, Galia",
51
+ booktitle = "Proceedings of the 14th International Conference on Recent Advances in Natural Language Processing",
52
+ month = sep,
53
+ year = "2023",
54
+ address = "Varna, Bulgaria",
55
+ publisher = "INCOMA Ltd., Shoumen, Bulgaria",
56
+ url = "https://aclanthology.org/2023.ranlp-1.31",
57
+ pages = "274--284",
58
+ 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.",
59
+ }
60
  ```
61
 
62
  ## Licensing Information