Skip to content

VegB/Text_Infilling

master
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
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Source Code and Dataset for Text Infilling

This repository contains the source code and dataset for Text Infilling. The implementation is based on Texar.

Repository Structure

This repository contains two branches:

  • master branch
    • This branch contain the code for conducting the experiments of Varying Mask Rates and #Blanks.
  • ShowCases branch
    • This branch is used for Preposition Infilling and Long Content Infilling.

Install

Run the following lines to download the code and install Texar:

git clone https://github.com/VegB/Text_Infilling
cd Text_Infilling
pip install [--user] -e .    

Experiment Instructions

After installation, you may follow the instructions to conduct experiments for Text Infilling:

Requirements

  • Python 3
  • Tensorflow >= 1.7.0
  • Texar

About

Source code for Text Infilling, implemented with Texar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published