squad
There are 225 repositories under squad topic.
deepset-ai/haystack
AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
allenai/bi-att-flow
Bi-directional Attention Flow (BiDAF) network is a multi-stage hierarchical process that represents context at different levels of granularity and uses a bi-directional attention flow mechanism to achieve a query-aware context representation without early summarization.
localminimum/QANet
A Tensorflow implementation of QANet for machine reading comprehension
seriousran/awesome-qa
😎 A curated list of the Question Answering (QA)
luhua-rain/MRC_Competition_Dureader
机器阅读理解 冠军/亚军代码及中文预训练MRC模型
primeqa/primeqa
The prime repository for state-of-the-art Multilingual Question Answering research and development.
LambdaHack/LambdaHack
Haskell game engine library for roguelike dungeon crawlers; please offer feedback, e.g., after trying out the sample game with the web frontend at
HKUST-KnowComp/R-Net
Tensorflow Implementation of R-Net
moon-hotel/BertWithPretrained
An implementation of the BERT model and its related downstream tasks based on the PyTorch framework
AkariAsai/learning_to_retrieve_reasoning_paths
The official implementation of ICLR 2020, "Learning to Retrieve Reasoning Paths over Wikipedia Graph for Question Answering".
hitvoice/DrQA
A pytorch implementation of Reading Wikipedia to Answer Open-Domain Questions.
localminimum/R-net
A Tensorflow Implementation of R-net: Machine reading comprehension with self matching networks
stanford-futuredata/dawn-bench-entries
DAWNBench: An End-to-End Deep Learning Benchmark and Competition
AllureOfTheStars/Allure
Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad combat game written in Haskell; please offer feedback, e.g., after trying out the web frontend version at
sajjjadayobi/PersianQA
Persian (Farsi) Question Answering Dataset (+ Models)
kamalkraj/ALBERT-TF2.0
ALBERT model Pretraining and Fine Tuning using TF2.0
matthew-z/R-net
R-net in PyTorch, with ELMo
YerevaNN/R-NET-in-Keras
Open R-NET (hy` առնետ 🐁) implementation and detailed analysis: https://git.io/vd8dx
HKUST-KnowComp/MnemonicReader
A PyTorch implementation of Mnemonic Reader for the Machine Comprehension task
laddie132/Match-LSTM
A PyTorch implemention of Match-LSTM, R-NET and M-Reader for Machine Reading Comprehension
andy840314/QANet-pytorch-
A Pytorch implementation of QANet
unilight/R-NET-in-Tensorflow
R-NET implementation in TensorFlow.
SparkJiao/SLQA
An Unofficial Pytorch Implementation of Multi-Granularity Hierarchical Attention Fusion Networks for Reading Comprehension and Question Answering
obryanlouis/qa
TensorFlow Models for the Stanford Question Answering Dataset
atulkum/co-attention
Pytorch implementation of "Dynamic Coattention Networks For Question Answering"
surbhardwaj/BERT-QnA-Squad_2.0_Finetuned_Model
BERT which stands for Bidirectional Encoder Representations from Transformations is the SOTA in Transfer Learning in NLP.
ChawlaAvi/Question_Answering_on_SQuAD
Pytorch Implementation of Dynamic Co-attention Networks(DCN+) for Question Answering on SQuAD2.0
TQuad/turkish-nlp-qa-dataset
Turkish Question Answering Dataset - Türkçe Soru Cevap Veri Seti
teticio/llama-squad
Train Llama 2 & 3 on the SQuAD v2 task as an example of how to specialize a generalized (foundation) model.
p208p2002/Transformer-QG-on-SQuAD
Implement Question Generator with SOTA pre-trained Language Models (RoBERTa, BERT, GPT, BART, T5, etc.)
sh4rkman/SquadCalc
A Complete Mortar Calculator for Squad
Chia-Hsuan-Lee/Spoken-SQuAD
A spoken question answering dataset on SQUAD
diwako/diwako_dui
A UI showing unit positions and names of units in your squad
graykode/KorQuAD-beginner
Guide KorQuAD upload to leaderboard (EM 68.947 / F1 88.468) model which only use BERT-multilingual(single)
kelayamatoz/BiDAF-PyTorch
An Implementation of Bidirectional Attention Flow
stevezheng23/reading_comprehension_tf
Machine Reading Comprehension in Tensorflow