Skip to content

TobiasLee/FormBERT

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published