Topic

nlp

Natural language processing (NLP) is a field of computer science that studies how computers and humans interact. In the 1950s, Alan Turing published an article that proposed a measure of intelligence, now called the Turing test. More modern techniques, such as deep learning, have produced results in the fields of language modeling, parsing, and natural-language tasks.

Repositories (1261)

contextualized-topic-models
contextualized-topic-models MilaNLProc Python

A python package to run contextualized topic modeling. CTMs combine contextualized embeddings (e.g., BERT) with topic models to get coherent topics. P...

1.1k
xmnlp
xmnlp SeanLee97 Python

xmnlp:提供中文分词, 词性标注, 命名体识别,情感分析,文本纠错,文本转拼音,文本摘要,偏旁部首,句子表征及文本相似度计算等功能

1.1k
nncf
nncf openvinotoolkit Python

Neural Network Compression Framework for enhanced OpenVINO™ inference

1.1k
nlp-with-ruby
nlp-with-ruby arbox Ruby

Curated List: Practical Natural Language Processing done in Ruby

1.1k
PyTorchText
PyTorchText chenyuntc Python

1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various text-classification models.(知乎看山杯第一名解决方案)

1.1k
learn-nlp-with-transformers
learn-nlp-with-transformers datawhalechina Shell

we want to create a repo to illustrate usage of transformers in chinese

1.1k
nlp
nlp makcedward Python

:memo: This repository recorded my NLP journey.

1.1k
whatlang-rs
whatlang-rs greyblake Rust

Natural language detection library for Rust. Try demo online: https://whatlang.org/

1k
Treasure-of-Transformers
Treasure-of-Transformers ashishpatel26 Jupyter Notebook

💁 Awesome Treasure of Transformers Models for Natural Language processing contains papers, videos, blogs, official repo along with colab Notebooks....

1k
languagemodels
languagemodels jncraton Python

Explore large language models on any computer with 512MB of RAM

1k
Awesome-Chinese-LLM
Awesome-Chinese-LLM HqWu-HITCS

整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。

1k
books
books foochane

整理一些书籍 ,包含 C&C++ 、git 、Java、Keras 、Linux 、NLP 、Python 、Scala 、TensorFlow 、大数据 、推荐系统、数据库、数据挖掘 、机器学习 、深度学习...

1k
Summarization-Papers
Summarization-Papers xcfcode TeX

Summarization Papers

1k
tutorials
tutorials towardsai Jupyter Notebook

AI-related tutorials. Access any of them for free → https://towardsai.net/editorial

1k
nlp-notebooks
nlp-notebooks nlptown Jupyter Notebook

A collection of notebooks for Natural Language Processing from NLP Town

1k
gpt-2-Pytorch
gpt-2-Pytorch graykode Python

Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation

1k
KGQA-Based-On-medicine
KGQA-Based-On-medicine YeYzheng JavaScript

基于医药知识图谱的智能问答系统

998
bigscience
bigscience bigscience-workshop Shell

Central place for the engineering/scaling WG: documentation, SLURM scripts and logs, compute environment and data.

990
GPT2-NewsTitle
GPT2-NewsTitle liucongg Python

Chinese NewsTitle Generation Project by GPT2.带有超级详细注释的中文GPT2新闻标题生成项目。

986
lingua-rs
lingua-rs pemistahl Rust

The most accurate natural language detection library for Rust, suitable for short text and mixed-language text

983
clean-text
clean-text jfilter Python

🧹 Python package for text cleaning

982
QANet
QANet localminimum Python

A Tensorflow implementation of QANet for machine reading comprehension

981
nlp-paper
nlp-paper DengBoCong Python

自然语言处理领域下的相关论文(附阅读笔记),复现模型以及数据处理等(代码含TensorFlow和PyTorch两版本)

979
Prompt4ReasoningPapers
Prompt4ReasoningPapers zjunlp

[ACL 2023] Reasoning with Language Model Prompting: A Survey

978
YouTokenToMe
YouTokenToMe VKCOM C++

Unsupervised text tokenizer focused on computational efficiency

972
plato-research-dialogue-system
plato-research-dialogue-system uber-archive Python

This is the Plato Research Dialogue System, a flexible platform for developing conversational AI agents.

968
awesome-knowledge-graph
awesome-knowledge-graph totogo

A curated list of Knowledge Graph related learning materials, databases, tools and other resources

964
rasa-ui
rasa-ui paschmann JavaScript

Rasa UI is a frontend for the Rasa Framework

962
data-science-portfolio
data-science-portfolio sajal2692 Jupyter Notebook

Portfolio of data science projects completed by me for academic, self learning, and hobby purposes.

959
bert_language_understanding
bert_language_understanding brightmart Python

Pre-training of Deep Bidirectional Transformers for Language Understanding: pre-train TextCNN

954
bolt
bolt huawei-noah C++

Bolt is a deep learning library with high performance and heterogeneous flexibility.

954
wikipedia2vec
wikipedia2vec wikipedia2vec Python

A tool for learning vector representations of words and entities from Wikipedia

953
NLP-Tutorials
NLP-Tutorials MorvanZhou Python

Simple implementations of NLP models. Tutorials are written in Chinese on my website https://mofanpy.com

951
budoux
budoux google Python
945
chatgpt-comparison-detection
chatgpt-comparison-detection Hello-SimpleAI Python

Human ChatGPT Comparison Corpus (HC3), Detectors, and more! 🔥

943
kogpt
kogpt kakaobrain Python

KakaoBrain KoGPT (Korean Generative Pre-trained Transformer)

935
awesome-huggingface
awesome-huggingface huggingface

🤗 A list of wonderful open-source projects & applications integrated with Hugging Face libraries.

934
gector
gector grammarly Python

Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite" (BEA-20) and "Text Simplification by Tagging" (BEA-21)

931
jcseg
jcseg lionsoul2014 Java

Jcseg is a light weight NLP framework developed with Java. Provide CJK and English segmentation based on MMSEG algorithm, With also keywords extractio...

921
keras-hub
keras-hub keras-team Python

Pretrained model hub for Keras 3.

921
TextGAN-PyTorch
TextGAN-PyTorch williamSYSU Python

TextGAN is a PyTorch framework for Generative Adversarial Networks (GANs) based text generation models.

916
weibo-analysis-and-visualization
weibo-analysis-and-visualization HUANGZHIHAO1994 Python

使用python抓取微博数据并对微博文本分析和可视化,LDA(树图)、关系图、词云、时间趋势(折线图)、热度地图、词典情感分析(饼图和3D柱状图)、词向量神经网...

914
iowncode
iowncode anupamchugh Swift

A curated collection of iOS, ML, AR resources sprinkled with some UI additions

909
Transformers-for-NLP-2nd-Edition
Transformers-for-NLP-2nd-Edition Denis2054 Jupyter Notebook

Transformer models from BERT to GPT-4, environments from Hugging Face to OpenAI. Fine-tuning, training, and prompt engineering examples. A bonus secti...

908
awesome-sentiment-analysis
awesome-sentiment-analysis xiamx

😀😄😂😭 A curated list of Sentiment Analysis methods, implementations and misc. 😥😟😱😤

899
pyresparser
pyresparser OmkarPathak Python

A simple resume parser used for extracting information from resumes

899
self-attentive-parser
self-attentive-parser nikitakit Python

High-accuracy NLP parser with models for 11 languages.

892
pointer_summarizer
pointer_summarizer atulkum Python

pytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"

886
K-BERT
K-BERT autoliuweijie Python

Source code of K-BERT (AAAI2020)

884
KGQA_HLM
KGQA_HLM chizhu HTML

基于知识图谱的《红楼梦》人物关系可视化及问答系统

884