Pinned Repositories
100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
AAAI-CML
agem
Official implementation of the Averaged Gradient Episodic Memory (A-GEM) in Tensorflow
agentic_patterns
Implementing the 4 agentic patterns from scratch
AgentTuning
AgentTuning: Enabling Generalized Agent Abilities for LLMs
Agriculture-KnowledgeGraph-Data
对知识库Wikidata的爬虫以及数据处理脚本 将三元组关系对齐到语料库的脚本 获取知识图谱数据的脚本
align_uniform
Understanding Contrastive Representation Learning through Alignment and Uniformity on the Hypersphere.
Continual_Fewshot_Relation_Learning
FewShotContinualRE
Lifelong-Fewshot-Language-Learning
The code for lifelong few-shot language learning
qcwthu's Repositories
qcwthu/AAAI-CML
qcwthu/apex
A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch
qcwthu/Assignment1_NLP
qcwthu/BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
qcwthu/BERT-Relation-Extraction
PyTorch implementation for "Matching the Blanks: Distributional Similarity for Relation Learning" paper
qcwthu/continual-learning
PyTorch implementation of various methods for continual learning (XdG, EWC, online EWC, SI, LwF, GR, GR+distill, RtF, ER, A-GEM, iCaRL).
qcwthu/CRCNN_Pytorch
qcwthu/entity-recognition-datasets
A collection of corpora for named entity recognition (NER) and entity recognition tasks. These annotated datasets cover a variety of languages, domains and entity types.
qcwthu/ERNIE
Source code and dataset for ACL 2019 paper "ERNIE: Enhanced Language Representation with Informative Entities"
qcwthu/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
qcwthu/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
qcwthu/fastNLP
fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
qcwthu/IncreProtoNet
qcwthu/knowledge-distillation-pytorch
A PyTorch implementation for exploring deep and shallow knowledge distillation (KD) experiments with flexibility
qcwthu/LAMOL
Code for LAMOL: LAnguage MOdeling for Lifelong Language Learning
qcwthu/LatticeLSTM
Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
qcwthu/LexiconAugmentedNER
Reject complicated operations for incorporating lexicon for Chinese NER.
qcwthu/ltp
Language Technology Platform
qcwthu/mrcl
Code for the NeurIPS19 paper "Meta-Learning Representations for Continual Learning"
qcwthu/NCRFpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
qcwthu/Neural-Snowball
Code and dataset of AAAI2020 Paper Neural Snowball for Few-Shot Relation Learning
qcwthu/NLP-progress
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
qcwthu/OntoNotes-5.0-NER
该repo可用于将OntoNotes-5.0转换为Conll格式
qcwthu/OpenKE
An Open-Source Package for Knowledge Embedding (KE)
qcwthu/OpenNRE
An Open-Source Package for Neural Relation Extraction (NRE)
qcwthu/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
qcwthu/RE-DS-Word-Attention-Models
qcwthu/seqeval
A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)
qcwthu/text
Data loaders and abstractions for text and NLP
qcwthu/VariationalPrototypeReplaysCL
Continual learning using variational prototype replays