TobiasLee / FormBERT

Code implementation of FormBERT, accepted by Findings of EMNLP 2021

Repository from Github https://github.comTobiasLee/FormBERTRepository from Github https://github.comTobiasLee/FormBERT

FormBERT

Code implementation of Findings of EMNLP 2021 Paper: Leveraging Word-Formation Knowledge for Chinese Word Sense Disambiguation

Requirements

We recommend using Anaconda for the setup of experiments environment.

The following instructions would be helpful:

git clone https://github.com/TobiasLee/FormBERT
cd FormBERT
conda create -n formbert python=3.7
conda activate formbert
conda install pytorch torchvision cudatoolkit=11.0 -c pytorch 
pip install -r requirements.txt 

Data

Our FiCLS dataset will be released soon.

Run Experiment

sh train.sh

Contact

If you have any further questions about the data and code, raise a issue at the repo or send emails to the authors:

Hua Zheng: zhenghua@pku.edu.cn

Lei Li: tobiaslee@foxmail.com

About

Code implementation of FormBERT, accepted by Findings of EMNLP 2021


Languages

Language:Python 95.8%Language:Shell 4.2%