Skip to content

Cross view training for sequence labeling in pytorch

Notifications You must be signed in to change notification settings

rezkaaufar/pytorch-cvt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

pytorch-cvt

Cross view training for sequence labeling in pytorch

This repository contains my re-implementation of Cross View Training (https://arxiv.org/abs/1809.08370). At the moment, the implementation is only available for sequence labeling tasks.

Load your dataset

Put your dataset in a folder and specify it with the command --train_path, --dev_path, and --test_path. Note that the implementation requires the dataset to be in a two column CoNLL format.

For the unlabeled dataset, specify it with the command --unlabaled_path. The tokens should be separated with a space and sentences are separated with a space.

About

Cross view training for sequence labeling in pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages