Pinned Repositories
ace2005chinese_preprocess
ACE 2005 corpus preprocessing for Event Extraction task
ATLOP
Source code for paper "Document-Level Relation Extraction with Adaptive Thresholding and Localized Context Pooling", AAAI 2021
awesome-MNER
awesome-multimodal-named-entity-recognition
bert-event-extraction
Pytorch Solution of Event Extraction Task using BERT on ACE 2005 corpus
BERT-NER-Pytorch
Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
Discourse-Analysis
Some representative papers for : Discourse Analysis, Discourse Parsing, Discourse Relation Recogntion
Information-Retrieval
Some representative papers for : Named Entity Recognition, Event Detection and Extraction
LDSGM
Code for 'A Label Dependence-aware Sequence Generation Model for Multi-level Implicit Discourse Relation Recognition (AAAI 2022)'
NLP-Projects-For-Beginner
Typical NLP projects for beginners
Sentiment
Sentiment Analysis Paper List
nlpersECJTU's Repositories
nlpersECJTU/LDSGM
Code for 'A Label Dependence-aware Sequence Generation Model for Multi-level Implicit Discourse Relation Recognition (AAAI 2022)'
nlpersECJTU/NLP-Projects-For-Beginner
Typical NLP projects for beginners
nlpersECJTU/Discourse-Analysis
Some representative papers for : Discourse Analysis, Discourse Parsing, Discourse Relation Recogntion
nlpersECJTU/Information-Retrieval
Some representative papers for : Named Entity Recognition, Event Detection and Extraction
nlpersECJTU/awesome-MNER
awesome-multimodal-named-entity-recognition
nlpersECJTU/BERT-NER-Pytorch
Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
nlpersECJTU/Chinese-clinical-NER
CCKS2019中文命名实体识别任务。从医疗文本中识别疾病和诊断、解剖部位、影像检查、实验室检验、手术和药物6种命名实体。现已实现基于jieba和AC自动机的baseline构建、基于BiLSTM和CRF的序列标住模型构建。bert的部分代码主要源于https://github.com/charles9n/bert-sklearn.git 感谢作者。 模型最终测试集得分0.81,还有较大改进空间。可以当做一个baseline。
nlpersECJTU/CLUEDatasetSearch
搜索所有中文NLP数据集,附常用英文NLP数据集
nlpersECJTU/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被55个国家的300所大学用于教学。
nlpersECJTU/DiscourseDependencyParsing
nlpersECJTU/easy-rl
强化学习中文教程(蘑菇书),在线阅读地址:https://datawhalechina.github.io/easy-rl/
nlpersECJTU/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
nlpersECJTU/Improve-Discourse-Dependency-Parsing-with-Contextualized-Representations
Implementation of the paper 'Improve Discourse Dependency Parsing with Contextualized Representations', Findings of NAACL 2022
nlpersECJTU/jieba
结巴中文分词
nlpersECJTU/LEVEN
Source code and dataset for ACL2022 Findings Paper "LEVEN: A Large-Scale Chinese Legal Event Detection dataset"
nlpersECJTU/Machine-learning-learning-notes
周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!
nlpersECJTU/NeuralEDUSeg
A toolkit for discourse segmentation (EDU segmentation).
nlpersECJTU/NeuroNLP2
Deep neural models for core NLP tasks (Pytorch version)
nlpersECJTU/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
nlpersECJTU/Parsing
Parsing Paper
nlpersECJTU/PRGC
PRGC: Potential Relation and Global Correspondence Based Joint Relational Triple Extraction
nlpersECJTU/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
nlpersECJTU/reinforcement-learning
Minimal and Clean Reinforcement Learning Examples
nlpersECJTU/RSTParser_EMNLP22
nlpersECJTU/SpanNER
SpanNER: Named EntityRe-/Recognition as Span Prediction
nlpersECJTU/THUMT
An open-source neural machine translation toolkit developed by Tsinghua Natural Language Processing Group
nlpersECJTU/transformer-1
PyTorch Implementation of "Attention Is All You Need"
nlpersECJTU/two-are-better-than-one
Code associated with the paper **Two are Better Than One: Joint Entity and Relation Extraction with Table-Sequence Encoders**, at EMNLP 2020
nlpersECJTU/UniRE
Source code for "UniRE: A Unified Label Space for Entity Relation Extraction.", ACL2021. It is based on our NERE toolkit (https://github.com/Receiling/NERE).
nlpersECJTU/W2NER
Source code for AAAI 2022 paper: Unified Named Entity Recognition as Word-Word Relation Classification