LancoPKU
Language Computing and Machine Learning Group (Xu Sun's group) at Peking University
Peking University, Beijing
Pinned Repositories
AdaMod
Adaptive and Momental Bounds for Adaptive Learning Rate Methods.
Chinese-Literature-NER-RE-Dataset
A Discourse-Level Named Entity Recognition and Relation Extraction Dataset for Chinese Literature Text
DPGAN
Diversity-Promoting Generative Adversarial Network for Generating Informative and Diversified Text (EMNLP2018)
Global-Encoding
Global Encoding for Abstractive Summarization (ACL 2018)
Graph-to-seq-comment-generation
Code for the paper ``Coherent Comments Generation for Chinese Articles with a Graph-to-Sequence Model''
label-words-are-anchors
Repository for Label Words are Anchors: An Information Flow Perspective for Understanding In-Context Learning
pkuseg-python
pkuseg多领域中文分词工具; The pkuseg toolkit for multi-domain Chinese word segmentation
SGM
Sequence Generation Model for Multi-label Classification (COLING 2018)
SU4MLC
Code for the article "Semantic-Unit-Based Dilated Convolution for Multi-Label Text Classification" (EMNLP 2018)
superAE
Code for "Autoencoder as Assistant Supervisor: Improving Text Representation for Chinese Social Media Text Summarization"
LancoPKU's Repositories
lancopku/Chinese-Literature-NER-RE-Dataset
A Discourse-Level Named Entity Recognition and Relation Extraction Dataset for Chinese Literature Text
lancopku/Unpaired-Sentiment-Translation
Code for "Unpaired Sentiment-to-Sentiment Translation: A Cycled Reinforcement Learning Approach" (ACL 2018)
lancopku/label-embedding-network
Label Embedding Network
lancopku/Skeleton-Based-Generation-Model
Code for "A Skeleton-Based Model for Promoting Coherence Among Sentences in Narrative Story Generation" (EMNLP 2018)
lancopku/LancoSum
A toolkit for abstractive summarization, which is easy to implement the baseline and our proposed models, which can achieve the SOTA performance.
lancopku/bag-of-words
Code for "Bag-of-Words as Target for Neural Machine Translation"
lancopku/SRB
Code for "Improving Semantic Relevance for Sequence-to-Sequence Learning of Chinese Social Media Text Summarization"
lancopku/Chinese-Dependency-Treebank-with-Ellipsis
An Ellipsis-aware Chinese Dependency Treebank for Web Text
lancopku/tcm_prescription_generation
Code for "Exploration on Generating Traditional Chinese Medicine Prescriptions from Symptoms with an End-to-End Approach"
lancopku/Chinese-abbreviation-dataset
This is a corpus of Chinese abbreviation, including negative full forms.
lancopku/HSSC
Code for "A Hierarchical End-to-End Model for Jointly Improving Text Summarization and Sentiment Classification" (IJCAI 2018)
lancopku/meSimp
Codes for "Training Simplification and Model Simplification for Deep Learning: A Minimal Effort Back Propagation Method"
lancopku/Decode-CRF
Conditional Random Fields with Decode-based Learning
lancopku/nndep
Transition-based Dependency Parser with neural networks and hybrid oracle
lancopku/ACA4NMT
Code of a novel model for NMT
lancopku/Multi-Order-LSTM
Code for "Does Higher Order LSTM Have Better Accuracy for Segmenting and Labeling Sequence Data?"
lancopku/Multi-Order-Decoding
Implementation of Multi-Order-Decoding
lancopku/Multi-Task-Learning
Online Multi-Task Learning Toolkit based on C#; code for "Large-Scale Personalized Human Activity Recognition using Online Multi-Task Learning" (TKDE)
lancopku/NLP_Code_Index
codes and papers from @lancopku
lancopku/CRF-ADF
CRF Toolkit based on C#; support ADF (Adaptive stochastic gradient Decent based on Feature-frequency information, ACL 2012)
lancopku/LSP
Latent Structured Perceptron Toolkit based on C#