Here are
40 public repositories
matching this topic...
A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language Processing neural networks
Updated
Mar 12, 2022
Python
A collection of datasets that pair questions with SQL queries.
Updated
Dec 29, 2020
Python
A Japanese tokenizer based on recurrent neural networks
Updated
Oct 23, 2021
Python
A frame-semantic parsing system based on a softmax-margin SegRNN.
Updated
Dec 21, 2021
Python
Source code for an ACL2017 paper on Chinese word segmentation
Updated
Jan 8, 2019
Python
BiLSTM-CRF for sequence labeling in Dynet
Updated
Jun 15, 2017
Python
Source code for an ACL2016 paper of Chinese word segmentation
Updated
Jan 8, 2019
Python
Code for paper "End-to-End Reinforcement Learning for Automatic Taxonomy Induction", ACL 2018
Updated
Oct 10, 2018
Python
An Implementation of Transformer (Attention Is All You Need) in DyNet
Deep Recurrent Generative Decoder for Abstractive Text Summarization in DyNet
Updated
Nov 6, 2017
Python
Transition-based joint syntactic dependency parser and semantic role labeler using a stack LSTM RNN architecture.
Dataset and model for disentangling chat on IRC
Updated
Nov 12, 2021
Python
Code for the paper "Extreme Adaptation for Personalized Neural Machine Translation"
Updated
Jan 13, 2022
Python
Source code for the paper "Morphological Inflection Generation with Hard Monotonic Attention"
Updated
Jun 9, 2018
Python
Dynet-based Biaffine Parser
An attentional NMT model in Dynet
Updated
Dec 5, 2018
Python
See
http://github.com/onurgu/joint-ner-and-md-tagger This repository is basically a Bi-LSTM based sequence tagger in both Tensorflow and Dynet which can utilize several sources of information about each word unit like word embeddings, character based embeddings and morphological tags from an FST to obtain the representation for that specific word unit.
DyNet implementation of stack LSTM experiments by Grefenstette et al.
Updated
Oct 6, 2017
Python
Selective Encoding for Abstractive Sentence Summarization in DyNet
Updated
Nov 5, 2017
Python
A Neural Attention Model for Abstractive Sentence Summarization in DyNet
Updated
May 3, 2018
Python
Neural morphological disambiguation for Turkish. Implemented in DyNet
Updated
Sep 12, 2019
Python
Turkish Morphological Analyzer with dictionaries for stems and suffixes + Neural Morphological Disambiguation implemented in DyNet
Updated
Jul 16, 2019
Python
Convolutional Neural Networks for Sentence Classification in DyNet
Updated
Nov 11, 2017
Python
Simple tutorials for dynet
Updated
May 2, 2018
Jupyter Notebook
Haskell binding for DyNet
Updated
Apr 7, 2018
Haskell
Greedy, Joint Syntactic-Semantic Parsing with Stack LSTMs
DyNet interfaces for Humans
Updated
Apr 23, 2018
Python
PoS Tagging with Bidirectional Long Short-Term Memory Models
Updated
Dec 18, 2018
Python
miRNA subcellular localization
Updated
Jan 12, 2019
Python
Improve this page
Add a description, image, and links to the
dynet
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
dynet
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
您好,我最近在做bilstm-crf分词实验,使用了您项目中预训练的word-embedding之后结果提升了两个点。所以想问一下您的word-embedding来源是哪,还是自己训练的?