Giter VIP home page Giter VIP logo

g-ssl-crf's Introduction

graph-ssl-crf

Graph-Based Semi-Supervised CRF for Language Understanding

This package contains all executables necessary for running the Semi-Supervised CRF. It is the implementation of our paper:

Graph-based semi-supervised conditional random fields for spoken language understanding using unaligned data
M. Aliannejadi, M. Kiaeeha et al., ALTW 2014

Please cite our work if you use it.

System Requirements

The following program(s) need to be installed on the host computer before running the application:

  • Java Runtime Environment (JRE)

How To Run

Before running the program you must grant execute premission for all of the files in the bin directory, which is done in this way on Linux OS: sudo chmod +x *.py sudo chmod +x crfsuite sudo chmod +x *.pl

Install Junto as described in: bin\junto-master\README.md

Run the graphcrf script contained in the root directory with the following arguments: ./graphcrf <labeledData.crf> <unlabeledData.crf> <testData.crf> <devData.crf>

a sample input data is provided in ./Data folder, so the program call would be: ./graphcrf Data/atis.labeled Data/atis.unlabeled Data/atis.test

This will run the program on a pre-shuffled set of data. To shuffle the data and run the program at the same time you should run the ./shufflerun script using the following arguments: ./shufflerun <dataset.crf> <test.crf>

e.g. ./shufflerun Data/atis Data/atis.test 0.1 0.9 0.1

note: all input data provided for "graphcrf" should be in standard CRF format

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.