Skip to content

This is the code for neural-Jacana aligner, and the data for MultiMWA dataset.

Notifications You must be signed in to change notification settings

chaojiang06/neural-Jacana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Usage

Thank you for your interest in our work, we have done a initial release of our code and dataset.

Run non-batch version:

cd code/
CUDA_VISIBLE_DEVICES=0 python -u main_semi_crf.py > log.mtref

Run batched version:

cd code/
CUDA_VISIBLE_DEVICES=0 python -u neural_jacana.py --batchsize 1 --max_span_size 4 > log.mtref

The paper can be found on arXiv.

The spanBERT model can be found from here. The pre-trained checkpoint can be found here, see inference function in tornado_server.py for usage.

Acknowledgment

This material is based in part on research sponsored by IARPA via the BETTER program (2019-19051600004).

About

This is the code for neural-Jacana aligner, and the data for MultiMWA dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages