Giter Club home page Giter Club logo

example_propaganda's Introduction

Fine Grained Propaganda Detection

We assume that you will be running training/evaluation on your local machine which has multiple GPUs like GTX1080.

  1. pip install -r requirements.txt

  2. For the training, Run one of the following: python train.py --bert --training --batch_size 16 --lr 3e-5 --n_epochs 20 --patience 7 python train.py --joint --training --batch_size 16 --lr 3e-5 --alpha 0.9 --n_epochs 20 --patience 7 python train.py --granu --training --batch_size 16 --lr 3e-5 --alpha 0.9 --n_epochs 20 --patience 7 python train.py --mgn --sig --training --batch_size 16 --lr 3e-5 --alpha 0.9 --n_epochs 20 --patience 7

  3. For the fragment-level evaluation, Run the evaluate.sh ./evaluate.sh ./result/[output.file] bert ./evaluate.sh ./result/[output.file] bert-joint ./evaluate.sh ./result/[output.file] bert-granu ./evaluate.sh ./result/[output.file] mgn

  4. For the span-level evaluation, Run the span-evaluate.sh ./span-evaluate.sh ./result/[output.file] bert ./span-evaluate.sh ./result/[output.file] bert-joint ./span-evaluate.sh ./result/[output.file] bert-granu ./span-evaluate.sh ./result/[output.file] mgn

Tested on:

Python 3.6.8
CUDA 9 Torch 1.0
huggingface/pytorch-pretrained-BERT **0.4 **

example_propaganda's People

Contributors

maxojeda avatar

Watchers

 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.