├── README.md ├── files ├── EE │ └── .placeholder ├── EL │ └── .placeholder ├── NED │ └── .placeholder ├── NER │ └── .placeholder └── RE │ ├── distant-supervised │ ├── DMN.pdf │ ├── Label-Noise.pdf │ └── TempMEM.pdf │ ├── document-level │ ├── .placeholder │ ├── ATLOP.pdf │ └── GLRE.pdf │ ├── few-shot │ └── few1.0.pdf │ ├── joint │ ├── CopyMTL.pdf │ ├── GP-GNN.pdf │ ├── GraphRel.pdf │ ├── HBT.pdf │ ├── Recurrent-Interaction-Network.pdf │ ├── Self-Attention-Enhanced-CNNs-and-Collaborative-Curriculum-Learning-for-Dist.pdf │ ├── Seq2UMTree.pdf │ ├── SpERT.pdf │ ├── Span-model.pdf │ ├── Two-Encoder.pdf │ └── Two-are-Better-than-One.pdf │ ├── pre-trainig │ └── Contrastive-Pretraining.pdf │ └── sentence-level │ ├── AGGCN.pdf │ ├── Matching-the-Blanks.pdf │ ├── QA-RE.pdf │ └── SA-LSTM.pdf ├── images ├── EE │ └── .placeholder ├── EL │ └── .placeholder ├── NED │ └── .placeholder ├── NER │ └── .placeholder └── RE │ └── .placeholder ├── notes ├── EE │ └── .placeholder ├── EL │ └── .placeholder ├── NED │ └── .placeholder ├── NER │ ├── .placeholder │ ├── [论文研读]Medical Information Extraction in the Age of Deep Learning.md │ └── [论文研读]面向医学文本处理的医学实体标注规范.md └── RE │ ├── distant-supervised │ ├── DMN.md │ ├── GP-GNN.md │ ├── Label-Noise.md │ ├── Self-Attention-Enhanced-CNNs-and-Collaborative-Curriculum-Learning-for-Dist.md │ └── TempMEM.md │ ├── document-level │ ├── .placeholder │ ├── ATLOP.md │ └── GLRE.md │ ├── few-shot │ └── few1.0.md │ ├── joint │ ├── CopyMTL.md │ ├── GraphRel.md │ ├── HBT.md │ ├── Seq2UMTree.md │ ├── SpERT.md │ ├── Span-model.md │ ├── Two-Encoder.md │ └── Two-are-Better-than-One.md │ ├── pre-training │ └── Contrastive-Pretraining.md │ └── sentence-level │ ├── AGGCN.md │ ├── Matching-the-Blanks.md │ ├── QA-RE.md │ └── SA-LSTM.md └── track ├── EE.md ├── EL.md ├── NED.md ├── NER.md └── RE.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/README.md -------------------------------------------------------------------------------- /files/EE/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /files/EL/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /files/NED/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /files/NER/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /files/RE/distant-supervised/DMN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/distant-supervised/DMN.pdf -------------------------------------------------------------------------------- /files/RE/distant-supervised/Label-Noise.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/distant-supervised/Label-Noise.pdf -------------------------------------------------------------------------------- /files/RE/distant-supervised/TempMEM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/distant-supervised/TempMEM.pdf -------------------------------------------------------------------------------- /files/RE/document-level/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /files/RE/document-level/ATLOP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/document-level/ATLOP.pdf -------------------------------------------------------------------------------- /files/RE/document-level/GLRE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/document-level/GLRE.pdf -------------------------------------------------------------------------------- /files/RE/few-shot/few1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/few-shot/few1.0.pdf -------------------------------------------------------------------------------- /files/RE/joint/CopyMTL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/joint/CopyMTL.pdf -------------------------------------------------------------------------------- /files/RE/joint/GP-GNN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/joint/GP-GNN.pdf -------------------------------------------------------------------------------- /files/RE/joint/GraphRel.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/joint/GraphRel.pdf -------------------------------------------------------------------------------- /files/RE/joint/HBT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/joint/HBT.pdf -------------------------------------------------------------------------------- /files/RE/joint/Recurrent-Interaction-Network.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/joint/Recurrent-Interaction-Network.pdf -------------------------------------------------------------------------------- /files/RE/joint/Self-Attention-Enhanced-CNNs-and-Collaborative-Curriculum-Learning-for-Dist.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/joint/Self-Attention-Enhanced-CNNs-and-Collaborative-Curriculum-Learning-for-Dist.pdf -------------------------------------------------------------------------------- /files/RE/joint/Seq2UMTree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/joint/Seq2UMTree.pdf -------------------------------------------------------------------------------- /files/RE/joint/SpERT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/joint/SpERT.pdf -------------------------------------------------------------------------------- /files/RE/joint/Span-model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/joint/Span-model.pdf -------------------------------------------------------------------------------- /files/RE/joint/Two-Encoder.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/joint/Two-Encoder.pdf -------------------------------------------------------------------------------- /files/RE/joint/Two-are-Better-than-One.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/joint/Two-are-Better-than-One.pdf -------------------------------------------------------------------------------- /files/RE/pre-trainig/Contrastive-Pretraining.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/pre-trainig/Contrastive-Pretraining.pdf -------------------------------------------------------------------------------- /files/RE/sentence-level/AGGCN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/sentence-level/AGGCN.pdf -------------------------------------------------------------------------------- /files/RE/sentence-level/Matching-the-Blanks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/sentence-level/Matching-the-Blanks.pdf -------------------------------------------------------------------------------- /files/RE/sentence-level/QA-RE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/sentence-level/QA-RE.pdf -------------------------------------------------------------------------------- /files/RE/sentence-level/SA-LSTM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/files/RE/sentence-level/SA-LSTM.pdf -------------------------------------------------------------------------------- /images/EE/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/EL/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/NED/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/NER/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/RE/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /notes/EE/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /notes/EL/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /notes/NED/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /notes/NER/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /notes/NER/[论文研读]Medical Information Extraction in the Age of Deep Learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/NER/[论文研读]Medical Information Extraction in the Age of Deep Learning.md -------------------------------------------------------------------------------- /notes/NER/[论文研读]面向医学文本处理的医学实体标注规范.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/NER/[论文研读]面向医学文本处理的医学实体标注规范.md -------------------------------------------------------------------------------- /notes/RE/distant-supervised/DMN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/distant-supervised/DMN.md -------------------------------------------------------------------------------- /notes/RE/distant-supervised/GP-GNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/distant-supervised/GP-GNN.md -------------------------------------------------------------------------------- /notes/RE/distant-supervised/Label-Noise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/distant-supervised/Label-Noise.md -------------------------------------------------------------------------------- /notes/RE/distant-supervised/Self-Attention-Enhanced-CNNs-and-Collaborative-Curriculum-Learning-for-Dist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/distant-supervised/Self-Attention-Enhanced-CNNs-and-Collaborative-Curriculum-Learning-for-Dist.md -------------------------------------------------------------------------------- /notes/RE/distant-supervised/TempMEM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/distant-supervised/TempMEM.md -------------------------------------------------------------------------------- /notes/RE/document-level/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /notes/RE/document-level/ATLOP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/document-level/ATLOP.md -------------------------------------------------------------------------------- /notes/RE/document-level/GLRE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/document-level/GLRE.md -------------------------------------------------------------------------------- /notes/RE/few-shot/few1.0.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /notes/RE/joint/CopyMTL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/joint/CopyMTL.md -------------------------------------------------------------------------------- /notes/RE/joint/GraphRel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/joint/GraphRel.md -------------------------------------------------------------------------------- /notes/RE/joint/HBT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/joint/HBT.md -------------------------------------------------------------------------------- /notes/RE/joint/Seq2UMTree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/joint/Seq2UMTree.md -------------------------------------------------------------------------------- /notes/RE/joint/SpERT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/joint/SpERT.md -------------------------------------------------------------------------------- /notes/RE/joint/Span-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/joint/Span-model.md -------------------------------------------------------------------------------- /notes/RE/joint/Two-Encoder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/joint/Two-Encoder.md -------------------------------------------------------------------------------- /notes/RE/joint/Two-are-Better-than-One.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/joint/Two-are-Better-than-One.md -------------------------------------------------------------------------------- /notes/RE/pre-training/Contrastive-Pretraining.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/pre-training/Contrastive-Pretraining.md -------------------------------------------------------------------------------- /notes/RE/sentence-level/AGGCN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/sentence-level/AGGCN.md -------------------------------------------------------------------------------- /notes/RE/sentence-level/Matching-the-Blanks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/sentence-level/Matching-the-Blanks.md -------------------------------------------------------------------------------- /notes/RE/sentence-level/QA-RE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/sentence-level/QA-RE.md -------------------------------------------------------------------------------- /notes/RE/sentence-level/SA-LSTM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/notes/RE/sentence-level/SA-LSTM.md -------------------------------------------------------------------------------- /track/EE.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /track/EL.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /track/NED.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /track/NER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/track/NER.md -------------------------------------------------------------------------------- /track/RE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamInvoker/IE_Paper_Notes/HEAD/track/RE.md --------------------------------------------------------------------------------