Giter VIP home page Giter VIP logo

eki-bart's Introduction

EKI-BART

This is an implementation for An Enhanced Knowledge Injection Model for Commonsense Generation (Paper) in COLING 2020.

Requirements and Installation

pip install --user fairseq==0.9.0

Data Download

Please refer to the github repo for data donwloading and some baselines.

We also provide our retrieved and preprocessed data in the BaiduDisk with code 36iv. In detail, all1v4 is retrieved from in-domain dataset, and wikiv4 is retrieved from out-of-domain dataset (wiki). You should download the data from BaiduDisk and put them in this main directory.

Running

Train the model.

bash src/train2.sh

Evaluate the model.

python ./src/generate2.py --task translation_segment2
    --search_tag '' 
    --arch bart9a_large
    --model_problem wiki
    --problem wiki
    --version 1 
    --gpu 0 
    --bsz 12
    --lenpen 0.0 
    --beam 5 
    --maxlen 24 
    --minlen 3 
    --ngram 3 

eki-bart's People

Contributors

libertfan avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.