chiyuzhang
commited on
Commit
•
490590e
1
Parent(s):
956accc
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-3.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-3.0
|
3 |
---
|
4 |
+
|
5 |
+
PragS1: Pragmatic Masked Language Modeling with Hashtag_end dataset followed by Emoji-Based Surrogate Fine-Tuning
|
6 |
+
|
7 |
+
More details are in our paper:
|
8 |
+
```
|
9 |
+
@inproceedings{zhang-abdul-mageed-2022-improving,
|
10 |
+
title = "Improving Social Meaning Detection with Pragmatic Masking and Surrogate Fine-Tuning",
|
11 |
+
author = "Zhang, Chiyu and
|
12 |
+
Abdul-Mageed, Muhammad",
|
13 |
+
booktitle = "Proceedings of the 12th Workshop on Computational Approaches to Subjectivity, Sentiment {\&} Social Media Analysis",
|
14 |
+
month = may,
|
15 |
+
year = "2022",
|
16 |
+
address = "Dublin, Ireland",
|
17 |
+
publisher = "Association for Computational Linguistics",
|
18 |
+
url = "https://aclanthology.org/2022.wassa-1.14",
|
19 |
+
pages = "141--156",
|
20 |
+
}
|
21 |
+
```
|