分布式系统建模(联邦式建模)

不同领域情感分析的联合建模

此代码是基于论文Projecting Embeddings for Domain Adaptation: Joint Modeling of Sentiment in Diverse Domains. In Proceedings of COLING 2018 。

依赖:

Python 3

NumPy

sklearn

pytorch

使用:
【分布式系统建模(联邦式建模)】
1、下载代码

git clone https://github.com/jbarnesspain/domain_blse

cd blse

2、运行如下脚本

下载预训练模型后,拷贝到'embeddings'目录下

https://drive.google.com/open?id=1f6NUVo5aIyd2IPdY2JDEBhRhCEBo0cCA

python3 BLSE_domain_all.py

3、如下脚本来自动用最好的超参数

python3 blse.py