dardem commited on
Commit
388abd5
1 Parent(s): c1c59ad

Update README.md

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