language-understanding
There are 27 repositories under language-understanding topic.
PaddlePaddle/ERNIE
Official implementations for various pre-training models of ERNIE-family, covering topics of Language Understanding & Generation, Multimodal Understanding & Generation, and beyond.
ChineseGLUE/ChineseGLUE
Language Understanding Evaluation benchmark for Chinese: datasets, baselines, pre-trained models,corpus and leaderboard
EgoAlpha/prompt-in-context-learning
Awesome resources for in-context learning and prompt engineering: Mastery of the LLMs such as ChatGPT, GPT-3, and FlanT5, with up-to-date and cutting-edge updates.
brightmart/bert_language_understanding
Pre-training of Deep Bidirectional Transformers for Language Understanding: pre-train TextCNN
Langboat/Mengzi
Mengzi Pretrained Models
fastnlp/CPT
CPT: A Pre-Trained Unbalanced Transformer for Both Chinese Language Understanding and Generation
microsoft/vert-papers
This repository contains code and datasets related to entity/knowledge papers from the VERT (Versatile Entity Recognition & disambiguation Toolkit) project, by the Knowledge Computing group at Microsoft Research Asia (MSRA).
HanXinzi-AI/awesome-NLP-resources
a collection of NLP projects&tools. 自然语言处理方向项目和工具集合。
manideep2510/siamese-BERT-fake-news-detection-LIAR
Triple Branch BERT Siamese Network for fake news classification on LIAR-PLUS dataset in PyTorch
lyeoni/pretraining-for-language-understanding
Pre-training of Language Models for Language Understanding
ALFA-group/neural-program-comprehension
[eLife 2020] "Comprehension of computer code relies primarily on domain-general executive brain regions" by Anna A. Ivanova, Shashank Srikant, Yotaro Sueoka, Hope H. Kean, Riva Dhamala, Una-May O'Reilly, Marina U. Bers, Evelina Fedorenko
Shuijing725/Dragon_Wayfinding
[RA-L] DRAGON: A Dialogue-Based Robot for Assistive Navigation with Visual Language Grounding
ALFA-group/code-representations-ml-brain
[NeurIPS 2022] "Convergent Representations of Computer Programs in Human and Artificial Neural Networks" by Shashank Srikant*, Benjamin Lipkin*, Anna A. Ivanova, Evelina Fedorenko, Una-May O'Reilly.
PeixinC/VoiceControlledRobot-VAR
[ICRA 2023] Learning Visual-Audio Representations for Voice-Controlled Robots
shubham0204/postagger.rs
NLTK inspired Parts-of-Speech Tagger (Perceptron Tagger) in Rust
Software-Research-Lab/dropsuit
DropSuit - NLP & data manipulation library for JS & Node.js. Offers diverse functions for text analysis, language understanding & more. Open-source under Apache License 2.0.
Andres-Coronado/qna-bot-LS
Chatbot that use Conversational Language Understanding ,Custom question answering and Application Insights
ocramz/nlp-data-superglue
Dataset parsers from the SuperGLUE benchmark https://super.gluebenchmark.com/tasks/
shubham0204/glove.c
Simple, cross-platform port of GloVe embeddings, written in C
yukioichida/semantic-neural-network
Neural network model to measure semantic similarity between sentences.
e9mdtf/ThesisBot
iOS application for thesis. Mobile chatbot app for banking topics. Language understanding is provided with Microsoft LUIS and Google NLP. The project is for learning purposes
Software-Research-Lab/dropsuit-tok
The tok function is a JavaScript and Node.js function that processes object instances and tokenizes text arrays. It returns tokenized words number, tokenized words array, and tokenized words concatenated string. It's part of the open-source DropSuit NLP library under the Apache License 2.0.
jabermobarak/Question-Answering
Question Answering is a website harnesses the power of Natural Language Processing to enable users to ask questions and receive relevant answers. Simply input your text, ask your question, and our system will response, making it easy to interact with information using natural language.
nevioo1337/NaturalExplorer
Software AG Natural Explorer
shashank-srikant/braincode
An analysis of representations of computer programs learned by ML models and those seen in our brains
Software-Research-Lab/dropsuit-enoun
The enoun function is a JavaScript and Node.js function that is part of the DropSuit NLP library. It filters text to only include English nouns. It's open-source and available under the Apache License 2.0.