awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NLPLearn avatar

NLPLearn/QANet

0
View on GitHub↗
984 stars·297 forks·Python·MIT·5 views

QANet

A Tensorflow implementation of Google's QANet (previously Fast Reading Comprehension (FRC)) from ICLR2018. (Note: This is not an official implementation from the authors of the paper)

Features

  • Question Answering Models - Convolutional and self-attention architecture for reading comprehension.

Star history

Star history chart for nlplearn/qanetStar history chart for nlplearn/qanet

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to QANet

Similar open-source projects, ranked by how many features they share with QANet.
  • google-research-datasets/natural-questionsgoogle-research-datasets avatar

    google-research-datasets/natural-questions

    1,124View on GitHub↗

    Natural Questions is a large-scale machine learning research dataset designed for training and evaluating open-domain question answering systems. It consists of a corpus of real search queries paired with human-annotated Wikipedia document spans, providing a standardized foundation for advancing automated information retrieval and comprehension technologies. The project distinguishes itself by providing high-quality ground truth data that supports multiple answer formats, including binary, short-form, and long-form responses. By incorporating extractive span annotations and structured documen

    Python
    View on GitHub↗1,124
  • chinawithfrank/chatbotcoursechinawithfrank avatar

    chinawithfrank/ChatBotCourse

    6,018View on GitHub↗

    This project is a development course and learning curriculum focused on building large language model chatbots. It provides a structured series of tutorials for creating conversational agents through the application of natural language processing and deep learning models. The materials include a technical walkthrough for implementing neural networks and word embeddings to handle automated question-answering tasks. It also provides a guide for constructing large-scale conversation corpora from external text sources to train and evaluate dialogue systems. The curriculum covers core text analys

    Python
    View on GitHub↗6,018
  • google-research/bertgoogle-research avatar

    google-research/bert

    39,869View on GitHub↗

    This project is a transformer-based language model and natural language processing toolkit designed to generate deep contextual representations of text. By utilizing a transformer-based encoder architecture, the system processes input sequences through stacked self-attention layers to capture the semantic meaning of tokens based on their surrounding sentence structure. The model distinguishes itself through bidirectional contextual processing, which analyzes text in both directions simultaneously, and masked language modeling, which trains the system by predicting hidden tokens within a seque

    Pythongooglenatural-language-processingnatural-language-understanding
    View on GitHub↗39,869
  • allenai/bi-att-flowallenai avatar

    allenai/bi-att-flow

    1,544View on GitHub↗

    This the original implementation of Bi-directional Attention Flow for Machine Comprehensionpaper (Seo et al., 2016). - This is tensorflow v1.1.0 comaptible version. This is not compatible with previous trained models, so if you want to use them, go to v0.2.1v0.2.1. - The CodaLab…

    Python
    View on GitHub↗1,544
See all 9 alternatives to QANet→

Frequently asked questions

What does nlplearn/qanet do?

A Tensorflow implementation of Google's QANet (previously Fast Reading Comprehension (FRC)) from ICLR2018. (Note: This is not an official implementation from the authors of the paper)

What are the main features of nlplearn/qanet?

The main features of nlplearn/qanet are: Question Answering Models.

What are some open-source alternatives to nlplearn/qanet?

Open-source alternatives to nlplearn/qanet include: google-research-datasets/natural-questions — Natural Questions is a large-scale machine learning research dataset designed for training and evaluating open-domain… chinawithfrank/chatbotcourse — This project is a development course and learning curriculum focused on building large language model chatbots. It… hitvoice/drqa — DrQA A pytorch implementation of the ACL 2017 paper Reading Wikipedia to Answer Open-Domain Questions (DrQA). hkust-knowcomp/r-net — A Tensorflow implementation of R-NET: MACHINE READING COMPREHENSION WITH SELF-MATCHING NETWORKS. This project is… wissam-sib/dilbert — This repository contains the code to reproduce the results from the paper Delaying Interaction Layers in… xwhan/proqa — Resource-efficient method for pretraining a dense corpus index for open-domain QA and IR. Given a question, you could…