https://github.com/fudannlp/neuralsentenceordering
https://github.com/fudannlp/neuralsentenceordering
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fudannlp/neuralsentenceordering
- Owner: FudanNLP
- Created: 2016-07-24T05:17:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T07:41:29.000Z (over 6 years ago)
- Last Synced: 2025-06-04T14:41:12.089Z (about 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 40
- Watchers: 5
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: Readme
Awesome Lists containing this project
README
An python (with theano) based implementation of Paper "Neural sentence ordering".
The data is available on https://drive.google.com/drive/folders/0B-mnK8kniGAiNVB6WTQ4bmdyamc.
The sample of processed data could be found on https://drive.google.com/file/d/0B-mnK8kniGAiSWhaR3gyalJyQm8/view?usp=sharing. And users should put this *.gz file into ./data/ to run the code.
This processed data is based only a toy way to organize data in order to make the code run.
The entrance of the code is ./src/driver.py
Any usage of our code, data or idea could cite the paper "Neural sentence ordering" on arXiv .