Skip to content

LuJunru/TranCLR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is the project repo for our Findings of EMNLP'22 paper: https://arxiv.org/abs/2210.12902. We borrow a large part of codes from the original ESTER dataset repository: https://github.com/PlusLabNLP/ESTER. Pls refer to the official dataset page for dataset details. Only the training and development set are used in our paper.

Models

I. Install packages.

We list the packages in our environment in env.yml file for your reference.

II. Train and test

1. Fine-tuned models.

We provide several fine-tuned models for quick usage.

2. Train from scratch

Run export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python.
Run bash ./code/run_span_pred.sh and bash ./code/run_ans_generation.sh.

3. Test on dev set

Run bash ./code/eval_span_pred.sh and bash ./code/eval_ans_generation.sh.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published