chiyuzhang
commited on
Commit
•
c25ae4f
1
Parent(s):
f6ab039
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- social media
|
8 |
+
- contrastive learning
|
9 |
+
---
|
10 |
+
# Contrastive Learning of Sociopragmatic Meaning in Social Media
|
11 |
+
|
12 |
+
<p align="center"> <a href="https://chiyuzhang94.github.io/" target="_blank">Chiyu Zhang</a>, <a href="https://mageed.arts.ubc.ca/" target="_blank">Muhammad Abdul-Mageed</a>, <a href="https://ganeshjawahar.github.io/" target="_blank">Ganesh Jarwaha</a></p>
|
13 |
+
<p align="center" float="left">
|
14 |
+
|
15 |
+
<p align="center">Publish at Findings of ACL 2023</p>
|
16 |
+
|
17 |
+
[![Code License](https://img.shields.io/badge/Code%20License-Apache_2.0-green.svg)]()
|
18 |
+
[![Data License](https://img.shields.io/badge/Data%20License-CC%20By%20NC%204.0-red.svg)]()
|
19 |
+
|
20 |
+
|
21 |
+
<p align="center" width="100%">
|
22 |
+
<a><img src="https://github.com/UBC-NLP/infodcl/blob/master/images/infodcl_vis.png?raw=true" alt="Title" style="width: 90%; min-width: 300px; display: block; margin: auto;"></a>
|
23 |
+
</p>
|
24 |
+
Illustration of our proposed InfoDCL framework. We exploit distant/surrogate labels (i.e., emojis) to supervise two contrastive losses, corpus-aware contrastive loss (CCL) and Light label-aware contrastive loss (LCL-LiT). Sequence representations from our model should keep the cluster of each class distinguishable and preserve semantic relationships between classes.
|
25 |
+
|
26 |
+
## Checkpoints of Models Pre-Trained with InfoDCL
|
27 |
+
Enlish Models:
|
28 |
+
* InfoDCL-RoBERTa trained with TweetEmoji-EN: https://huggingface.co/UBC-NLP/InfoDCL-emoji
|
29 |
+
* InfoDCL-RoBERTa trained with TweetHashtag-EN: https://huggingface.co/UBC-NLP/InfoDCL-hashtag
|
30 |
+
|
31 |
+
Multilingual Model:
|
32 |
+
* InfoDCL-XLMR trained with multilingual TweetEmoji-multi: UBC-NLP/InfoDCL-Emoji-XLMR-Base
|
33 |
+
|
34 |
+
## Model Performance
|
35 |
+
|
36 |
+
<p align="center" width="100%">
|
37 |
+
<a><img src="https://github.com/UBC-NLP/infodcl/blob/master/images/main_table.png?raw=true" alt="main table" style="width: 95%; min-width: 300px; display: block; margin: auto;"></a>
|
38 |
+
</p>
|
39 |
+
Fine-tuning results on our 24 Socio-pragmatic Meaning datasets (average macro-F1 over five runs).
|