Chen-Wang-CUHK's Stars
huggingface/neuralcoref
✨Fast Coreference Resolution in spaCy with Neural Networks
nlpyang/BertSum
Code for paper Fine-tune BERT for Extractive Summarization
jiangxinyang227/textClassifier
tensorflow implementation
yuewang-cuhk/awesome-vision-language-pretraining-papers
Recent Advances in Vision and Language PreTrained Models (VL-PTMs)
ChenRocks/fast_abs_rl
Code for ACL 2018 paper: "Fast Abstractive Summarization with Reinforce-Selected Sentence Rewriting. Chen and Bansal"
maszhongming/MatchSum
Code for ACL 2020 paper: "Extractive Summarization as Text Matching"
facebookresearch/EmpatheticDialogues
Dialogue model that produces empathetic responses when trained on the EmpatheticDialogues dataset.
thunlp/BERT-KPE
bheinzerling/pyrouge
A Python wrapper for the ROUGE summarization evaluation package
crabcamp/lexrank
LexRank algorithm for text summarization
lipiji/neural-summ-cnndm-pytorch
Neural abstractive summarization (seq2seq + copy (or pointer network) + coverage) in pytorch on CNN/Daily Mail
microsoft/OpenKP
Automatically extracting keyphrases that are salient to the document meanings is an essential step to semantic document understanding. An effective keyphrase extraction (KPE) system can benefit a wide range of natural language processing and information retrieval tasks. Recent neural methods formulate the task as a document-to-keyphrase sequence-to-sequence task. These seq2seq learning models have shown promising results compared to previous KPE systems The recent progress in neural KPE is mostly observed in documents originating from the scientific domain. In real-world scenarios, most potential applications of KPE deal with diverse documents originating from sparse sources. These documents are unlikely to include the structure, prose and be as well written as scientific papers. They often include a much diverse document structure and reside in various domains whose contents target much wider audiences than scientists. To encourage the research community to develop a powerful neural model with key phrase extraction on open domains we have created OpenKP: a dataset of over 150,000 documents with the most relevant keyphrases generated by expert annotation.
lipiji/TranSummar
Transformer for abstractive summarization on cnn/daily-mail and gigawords
nlpdata/dialogre
Dialogue-Based Relation Extraction
ChenRocks/Distill-BERT-Textgen
Research code for ACL 2020 paper: "Distilling Knowledge Learned in BERT for Text Generation".
henryhungle/MTN
Code for the paper Multimodal Transformer Networks for End-to-End Video-Grounded Dialogue Systems (ACL19)
thunlp/GEAR
Source code for ACL 2019 paper "GEAR: Graph-based Evidence Aggregating and Reasoning for Fact Verification"
Yifan-Gao/conversational-QG
[ACL 2019]: Interconnected Question Generation with Coreference Alignment and Conversation Flow Modeling
52paper/52paper.github.io
MiuLab/DuaLUG
The implementation of the papers on dual learning of natural language understanding and generation. (ACL2019,2020; Findings of EMNLP 2020)
wszlong/sb-nmt
Code for Synchronous Bidirectional Neural Machine Translation (SB-NMT)
Chen-Wang-CUHK/ExHiRD-DKG
The source code for ACL 2020 paper Exclusive Hierarchical Decoding for Deep Keyphrase Generation
MiuLab/DialSum
Dialogue Summarization
ddkang/loss_dropper
ygorg/KPTimes
Repository for KPTimes corpus
HKUST-KnowComp/Visual_PCR
Dataset and Source code for EMNLP 2019 paper "What You See is What You Get: Visual Pronoun Coreference Resolution in Dialogues"
SVAIGBA/CDKGen
kenchan0226/dual_view_review_sum
Code for the SIGIR 2020 paper "A Unified Dual-view Model for Review Summarization and Sentiment Classification with Inconsistency Loss"
falcondai/pyrouge
A Python wrapper for the ROUGE summarization evaluation package
sebastianGehrmann/rouge-baselines
summarization baselines and their ROUGE scores