8000 GitHub - jiyfeng/dclm: Document context language models
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jiyfeng/dclm

Repository files navigation

Document Context Language Models (DCLMs)

A set of document-level language models with contextual information. Please refer to our ICLR 2016 submission for more technical details.

Getting started

You need the Boost C++ libraries (>=1.56) to save/load word vocabulary and trained models.

Building

  1. First you need to fetch the cnn library into the same folder, then follow the instruction to get additional libraries and compile cnn.

  2. To compile all DCLMs, run

    make

It will produce three executable files: main-dclm, dam, and baseline.

  • baseline refers to the RNNLM model with contextual information
  • dam refers to the attentional DCLM
  • main-dclm includes other four models: context-to-output DCLM, context-to-context DCLM, RNNLM without sentence boundary, and Hierarchical RNNLM.

About

Document context language models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0