All Projects → lancopku → SRB

lancopku / SRB

Licence: other
Code for "Improving Semantic Relevance for Sequence-to-Sequence Learning of Chinese Social Media Text Summarization"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SRB

Text summarization with tensorflow
Implementation of a seq2seq model for summarization of textual data. Demonstrated on amazon reviews, github issues and news articles.
Stars: ✭ 226 (+451.22%)
Mutual labels:  summarization, seq2seq
Seq2seq Summarizer
Pointer-generator reinforced seq2seq summarization in PyTorch
Stars: ✭ 306 (+646.34%)
Mutual labels:  summarization, seq2seq
seq3
Source code for the NAACL 2019 paper "SEQ^3: Differentiable Sequence-to-Sequence-to-Sequence Autoencoder for Unsupervised Abstractive Sentence Compression"
Stars: ✭ 121 (+195.12%)
Mutual labels:  summarization, seq2seq
NeuralTextSimplification
Exploring Neural Text Simplification
Stars: ✭ 64 (+56.1%)
Mutual labels:  simplification, seq2seq
Semver.c
Semantic version library written in ANSI C
Stars: ✭ 147 (+258.54%)
Mutual labels:  semantic
Eao Slam
[IROS 2020] EAO-SLAM: Monocular Semi-Dense Object SLAM Based on Ensemble Data Association
Stars: ✭ 95 (+131.71%)
Mutual labels:  semantic
Awesome Xcode Scripts
A curated list of useful xcode scripts 📝 .
Stars: ✭ 97 (+136.59%)
Mutual labels:  semantic
Pico
Graceful & Minimal CSS design system in pure semantic HTML
Stars: ✭ 89 (+117.07%)
Mutual labels:  semantic
Semantic Ui
Semantic is a UI component framework based around useful principles from natural language.
Stars: ✭ 49,729 (+121190.24%)
Mutual labels:  semantic
Fomantic Ui
Fomantic-UI is a community fork of Semantic-UI
Stars: ✭ 2,755 (+6619.51%)
Mutual labels:  semantic
Sempress
A highly semantic WordPress Theme with HTML5 templates, responsive and seo optimized. SemPress supports most of the new HTML5 tags, the new HTML5 input-types, microformats, microformats v2 and microdata (Schema.org).
Stars: ✭ 132 (+221.95%)
Mutual labels:  semantic
Wandora
Wandora is a general purpose information extraction, management and publishing application based on Topic Maps and Java.
Stars: ✭ 105 (+156.1%)
Mutual labels:  semantic
Recent slam research
Track Advancement of SLAM 跟踪SLAM前沿动态【2021 version】
Stars: ✭ 2,387 (+5721.95%)
Mutual labels:  semantic
Open Semantic Entity Search Api
Open Source REST API for named entity extraction, named entity linking, named entity disambiguation, recommendation & reconciliation of entities like persons, organizations and places for (semi)automatic semantic tagging & analysis of documents by linked data knowledge graph like SKOS thesaurus, RDF ontology, database(s) or list(s) of names
Stars: ✭ 98 (+139.02%)
Mutual labels:  semantic
Scoper
Fuzzy and semantic search for captioned YouTube videos.
Stars: ✭ 225 (+448.78%)
Mutual labels:  semantic
Awsm.css
Simple CSS library for semantic HTML markup
Stars: ✭ 1,288 (+3041.46%)
Mutual labels:  semantic
Njsscan
njsscan is a semantic aware SAST tool that can find insecure code patterns in your Node.js applications.
Stars: ✭ 128 (+212.2%)
Mutual labels:  semantic
Dataset loaders
A collection of dataset loaders
Stars: ✭ 187 (+356.1%)
Mutual labels:  semantic
Idea Conventional Commit
Context and template-based completion for conventional/semantic commits.
Stars: ✭ 115 (+180.49%)
Mutual labels:  semantic
Node Semantic Git Commit Cli
A CLI for semantic git commits
Stars: ✭ 114 (+178.05%)
Mutual labels:  semantic

Semantic Relevance Based Text Summarization Model

Code for "Improving Semantic Relevance for Sequence-to-Sequence Learning of Chinese Social Media Text Summarization" The codes are also used for "A Semantic Relevance Based Neural Network for Text Summarization and Text Simplification"

Requirements

  • Tensorflow r1.0.1
  • Python 3.5
  • CUDA 8.0 (For GPU)
  • ROUGE

Data

The dataset in the paper is Large Scale Chinese Short Text Summarization (LCSTS). To preprocess the data, please split the sentences into characters, and transform the characters into numbers (ids).

Run

python3 MleTrain.py

Cite

If you use this code for your research, please cite the paper this code is based on: Improving Semantic Relevance for Sequence-to-Sequence Learning of Chinese Social Media Text Summarization:

@inproceedings{MaEA2017,
	author    = {Shuming Ma and Xu Sun and Jingjing Xu and Houfeng Wang and Wenjie Li and Qi Su},
	title     = {Improving Semantic Relevance for Sequence-to-Sequence Learning of Chinese Social Media Text Summarization},
	booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational
	Linguistics, {ACL} 2017, Vancouver, Canada, July 30 - August 4, Volume
	2: Short Papers},
	pages     = {635--640},
	year      = {2017}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].