Pinned Repositories
awesome-graduation-projects
整理的一些毕设项目
CLUEDatasetSearch
搜索所有中文NLP数据集,附常用英文NLP数据集
cocos-creator-game
收集的一些基于cocoscreator的游戏的源码实现
Common-NLP-Datasets
Few-Shot-Learning-Impl
用于小样本学习FSL的代码
Implementation-of-Text-Classification
文本分类实践项目
manifoldAlgorithm
流形学习算法ISOMAP与LLE的matlab代码
multi-manifoldlearning
目前多流形学习算法matlab代码
Python-Crawler-Projects
python爬虫从零开始入门及练手项目
sentence-similarity-1
This repository contains various ways to calculate sentence vector similarity using NLP models
ares5221's Repositories
ares5221/Python-Crawler-Projects
python爬虫从零开始入门及练手项目
ares5221/Build-Dialogue-System-By-Yourself
ares5221/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
ares5221/NLP_ability
总结梳理自然语言处理工程师(NLP)需要积累的各方面知识,包括面试题,各种基础知识,工程能力等等,提升核心竞争力
ares5221/awesome-pretrained-chinese-nlp-models
Awesome Pretrained Chinese NLP Models,高质量中文预训练模型集合
ares5221/awesome_LLMs_interview_notes
LLMs interview notes and answers:该仓库主要记录大模型(LLMs)算法工程师相关的面试题和参考答案
ares5221/Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
ares5221/Capsule-NLU
Joint Slot Filling and Intent Detection via Capsule Neural Networks (ACL'19) https://arxiv.org/abs/1812.09471
ares5221/ConvLab-2
ConvLab-2: An Open-Source Toolkit for Building, Evaluating, and Diagnosing Dialogue Systems
ares5221/CPM
Easy-to-use CPM for Chinese text generation
ares5221/DrQA
Reading Wikipedia to Answer Open-Domain Questions
ares5221/entity_extractor_by_ner
基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。
ares5221/fastformers
FastFormers - highly efficient transformer models for NLU
ares5221/hello-algorithm
🙈🙉🙊 本项目包括:1、我写的三十万字图解算法题典 2、100 张 IT 相关超清思维导图 3、100 篇大厂面经汇总 4、各语言编程电子书 100 本 5、English version supported !!! 🚀🚀 国人项目上榜首不易,右上角助力一波!干就对了,奥利给 !🚀🚀
ares5221/JointIDSF
BERT-based joint intent detection and slot filling with intent-slot attention mechanism (INTERSPEECH 2021)
ares5221/JulyEdu-Projects
july edu learning projects
ares5221/leetcode
Python & JAVA Solutions for Leetcode
ares5221/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
ares5221/LLM_Paper_Reading
ares5221/MachineLearning
Machine Learning in Action(机器学习实战-笔记)
ares5221/NLP-Interview-Notes
本项目是作者们根据个人面试和经验总结出的自然语言处理(NLP)面试准备的学习笔记与资料,该资料目前包含 自然语言处理各领域的 面试题积累。
ares5221/NLP-Series-text-cls
文本分类baseline:BERT、半监督学习UDA、对抗学习、数据增强
ares5221/Pytorch-NLP
使用Pytorch框架对NLP方向上的文本分类、实体识别、三元组抽取做代码实战
ares5221/rl-book
Source codes for the book "Reinforcement Learning: Theory and Python Implementation"
ares5221/slot_filling_and_intent_detection_of_SLU
slot filling, intent detection, joint training, ATIS & SNIPS datasets, the Facebook’s multilingual dataset, MIT corpus, E-commerce Shopping Assistant (ECSA) dataset, CoNLL2003 NER, ELMo, BERT, XLNet
ares5221/SOS4NLP
Survey of Surveys for Natural Language Processing (SOS4NLP)
ares5221/Statistical-Learning-Methods
Implement Statistical Leanring Methods, Li Hang the hard way. 李航《统计学习方法》一书的硬核 Python 实现
ares5221/t5-pegasus
中文生成式预训练模型
ares5221/Task-Oriented-Dialogue-Research-Progress-Survey
A datasets and methods survey about task-oriented dialogue, including recent datasets and SOTA leaderboards.
ares5221/TextClassifier_Transformer
个人基于谷歌开源的BERT编写的文本分类器(基于微调方式),可自由加载NLP领域知名的预训练语言模型BERT、Bert-wwm、Roberta、ALBert以及ERNIE1.0