Giter Site home page Giter Site logo

explicharr's Introduction

explicharr

sentence simplification with character-level transformer

quick start

dependencies

to reproduce our results

cd src
  • prepare the data
mkdir trial trial/data
./mock.py
./data.py
  • train a new model
mkdir trial/model trial/pred
./train.py

by default, these paths are used

  • src/trial/model for model checkpoints
  • src/trial/pred for predicted validation outputs
  • ~/cache/tensorboard-logdir/explicharr for tensorboard summaries

content

  • docs: paper and slides
  • pred: output samples
  • data: aligned sentences
  • src: code
    • showcase.ipynb: how to use the model without reading the source code
    • mock.py: code for selecting and cleaning data for training and validation
    • data.py: code for converting data to numpy arrays
    • train.py: code for training, evaluating, and profiling
    • model.py: the main implementation
    • util*.py: various utilities
    • bleu.py: script for evaluating bleu scores

technical details

these characters are treated with special meanings

  • \xa0 non-breaking space, for unknown characters
  • \x0a newline, for marking the end of sequence
  • \x20 space, for token boundries

for more details, see our paper

explicharr's People

Contributors

ysmiraak avatar srewai avatar

Watchers

James Cloos 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.