├── .gitignore.md ├── AC ├── AC_image.md ├── AC_multimodal.md ├── AC_physiological.md ├── AC_text.md ├── AC_theory.md └── README.md ├── CV ├── CV_captioning.md ├── CV_classification.md ├── CV_generation.md ├── CV_segmentation.md └── CV_visual_QA.md ├── KR ├── KR_graph.md └── KR_reasoning.md ├── LICENSE ├── ML ├── ML_GAN.md ├── ML_GNN.md ├── ML_VAE.md ├── ML_architecture.md ├── ML_optimization.md ├── ML_reinforcement.md ├── ML_transfer.md ├── ML_transformer.md └── README.md ├── NLP ├── NLP_classification.md ├── NLP_dialogue_generative.md ├── NLP_dialogue_retrieval.md ├── NLP_dialogue_task.md ├── NLP_embedding.md ├── NLP_generation.md ├── NLP_lexicon.md ├── NLP_modelling.md ├── NLP_multilingual.md ├── NLP_pretrained_lm.md ├── NLP_question_answering.md ├── NLP_reading.md ├── NLP_sentiment.md ├── NLP_summarization.md ├── NLP_translation.md └── README.md └── README.md /.gitignore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/.gitignore.md -------------------------------------------------------------------------------- /AC/AC_image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/AC/AC_image.md -------------------------------------------------------------------------------- /AC/AC_multimodal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/AC/AC_multimodal.md -------------------------------------------------------------------------------- /AC/AC_physiological.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/AC/AC_physiological.md -------------------------------------------------------------------------------- /AC/AC_text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/AC/AC_text.md -------------------------------------------------------------------------------- /AC/AC_theory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/AC/AC_theory.md -------------------------------------------------------------------------------- /AC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/AC/README.md -------------------------------------------------------------------------------- /CV/CV_captioning.md: -------------------------------------------------------------------------------- 1 | # CV - Image Captioning 2 | 3 | -------------------------------------------------------------------------------- /CV/CV_classification.md: -------------------------------------------------------------------------------- 1 | # CV - Image Classification 2 | -------------------------------------------------------------------------------- /CV/CV_generation.md: -------------------------------------------------------------------------------- 1 | # CV - Image Generation 2 | -------------------------------------------------------------------------------- /CV/CV_segmentation.md: -------------------------------------------------------------------------------- 1 | # CV - Instance Segmentation 2 | -------------------------------------------------------------------------------- /CV/CV_visual_QA.md: -------------------------------------------------------------------------------- 1 | # CV - Visual Question Answering 2 | -------------------------------------------------------------------------------- /KR/KR_graph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/KR/KR_graph.md -------------------------------------------------------------------------------- /KR/KR_reasoning.md: -------------------------------------------------------------------------------- 1 | # KR - Reasoning 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/LICENSE -------------------------------------------------------------------------------- /ML/ML_GAN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/ML/ML_GAN.md -------------------------------------------------------------------------------- /ML/ML_GNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/ML/ML_GNN.md -------------------------------------------------------------------------------- /ML/ML_VAE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/ML/ML_VAE.md -------------------------------------------------------------------------------- /ML/ML_architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/ML/ML_architecture.md -------------------------------------------------------------------------------- /ML/ML_optimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/ML/ML_optimization.md -------------------------------------------------------------------------------- /ML/ML_reinforcement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/ML/ML_reinforcement.md -------------------------------------------------------------------------------- /ML/ML_transfer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/ML/ML_transfer.md -------------------------------------------------------------------------------- /ML/ML_transformer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/ML/ML_transformer.md -------------------------------------------------------------------------------- /ML/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/ML/README.md -------------------------------------------------------------------------------- /NLP/NLP_classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_classification.md -------------------------------------------------------------------------------- /NLP/NLP_dialogue_generative.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_dialogue_generative.md -------------------------------------------------------------------------------- /NLP/NLP_dialogue_retrieval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_dialogue_retrieval.md -------------------------------------------------------------------------------- /NLP/NLP_dialogue_task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_dialogue_task.md -------------------------------------------------------------------------------- /NLP/NLP_embedding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_embedding.md -------------------------------------------------------------------------------- /NLP/NLP_generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_generation.md -------------------------------------------------------------------------------- /NLP/NLP_lexicon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_lexicon.md -------------------------------------------------------------------------------- /NLP/NLP_modelling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_modelling.md -------------------------------------------------------------------------------- /NLP/NLP_multilingual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_multilingual.md -------------------------------------------------------------------------------- /NLP/NLP_pretrained_lm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_pretrained_lm.md -------------------------------------------------------------------------------- /NLP/NLP_question_answering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_question_answering.md -------------------------------------------------------------------------------- /NLP/NLP_reading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_reading.md -------------------------------------------------------------------------------- /NLP/NLP_sentiment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_sentiment.md -------------------------------------------------------------------------------- /NLP/NLP_summarization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_summarization.md -------------------------------------------------------------------------------- /NLP/NLP_translation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/NLP_translation.md -------------------------------------------------------------------------------- /NLP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/NLP/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhongpeixiang/AI-NLP-Paper-Readings/HEAD/README.md --------------------------------------------------------------------------------