jacoxu
Research Areas: Speech Separation, Auditory Attention, Dialogue System, Question Answering, Deep Learning, Natural Language Processing, Information Retrieval
Pinned Repositories
2015KDDCup_MOOC
This is our code for KDDCup2015 on Predicting dropouts in MOOC - , and this code can easily get AUC 0.8589, and the finnal best score is 0.9091.
2015NDBCCUP_Sougou
This is our code for NDBCCUP2015 on knowledge Extraction from the web - Semantic Relevancy Calculation of Short Texts, and we got Third-Class Award (4/92)
2016NLPCC_Stance_Detection
This is our solution for NLPCC2016 shared task: Detecting Stance in Chinese Weibo (Task A)
ASAM
This is the code&dataset for our paper [Modeling Attention and Memory for Auditory Selection in a Cocktail Party Environment. AAAI 2018]
encoder_decoder
Four styles of encoder decoder model by Python, Theano, Keras and Seq2Seq
HMN4QA
This is the code&dataset for the paper [Hierarchical Memory Networks for Answer Selection on Unknown Words. COLING 2016]
Mem2Seq
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Oriented Dialog Systems
short-text-hashing-HMTT
This is the code for the paper [Short Text Hashing Improved by Integrating Multi-Granularity Topics and Tags. CICLing 2015]
StackOverflow
One short text dataset for classification and clustering extracted from StackOverflow
STC2
Demo code for the paper STC2 which released three short text datasets for clustering and classification
jacoxu's Repositories
jacoxu/encoder_decoder
Four styles of encoder decoder model by Python, Theano, Keras and Seq2Seq
jacoxu/STC2
Demo code for the paper STC2 which released three short text datasets for clustering and classification
jacoxu/ASAM
This is the code&dataset for our paper [Modeling Attention and Memory for Auditory Selection in a Cocktail Party Environment. AAAI 2018]
jacoxu/StackOverflow
One short text dataset for classification and clustering extracted from StackOverflow
jacoxu/HMN4QA
This is the code&dataset for the paper [Hierarchical Memory Networks for Answer Selection on Unknown Words. COLING 2016]
jacoxu/2016NLPCC_Stance_Detection
This is our solution for NLPCC2016 shared task: Detecting Stance in Chinese Weibo (Task A)
jacoxu/2015KDDCup_MOOC
This is our code for KDDCup2015 on Predicting dropouts in MOOC - , and this code can easily get AUC 0.8589, and the finnal best score is 0.9091.
jacoxu/short-text-hashing-HMTT
This is the code for the paper [Short Text Hashing Improved by Integrating Multi-Granularity Topics and Tags. CICLing 2015]
jacoxu/2015NDBCCUP_Sougou
This is our code for NDBCCUP2015 on knowledge Extraction from the web - Semantic Relevancy Calculation of Short Texts, and we got Third-Class Award (4/92)
jacoxu/Mem2Seq
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Oriented Dialog Systems
jacoxu/AREL
Implementation of the ACL paper "No Metrics Are Perfect: Adversarial Reward Learning for Visual Storytelling"
jacoxu/2015JIST_Challenge
This is our solution for JIST2015 Challenge on entity type prediction over linked data. Our solution got Second Place Award (1000RMB) with 0.98435 F1 score.
jacoxu/chineseocr
yolo3+ocr
jacoxu/HanLP
中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
jacoxu/keras-face
face detection, verification and recognition using Keras
jacoxu/knowledge-driven-dialogue
baseline system of knowledge driven dialogue competition
jacoxu/py-webrtcvad
Python interface to the WebRTC Voice Activity Detector
jacoxu/python-vad
py-webrtcvad wrapper for trimming speech clips
jacoxu/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText. [IN PROGRESS]