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
Maluuba avatar

Maluuba/newsqaArchived

0
View on GitHub↗
257 stars·56 forks·Python·10 viewswww.microsoft.com/en-us/research/project/newsqa-dataset↗

Newsqa

Tools for using Maluuba's news questions and answer data. The code in the repo is used to compile the dataset since it cannot be made directly available due to legal reasons.

Features

  • Question Answering - Large-scale dataset for machine reading comprehension and reasoning.
  • Question Answering Datasets - Machine comprehension dataset based on news articles.

Star history

Star history chart for maluuba/newsqaStar history chart for maluuba/newsqa

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Newsqa

These projects share indexed features with Newsqa. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • future-house/paper-qaFuture-House avatar

    Future-House/paper-qa

    8,161View on GitHub↗

    Paper-qa is a retrieval augmented generation system designed for question answering and analysis of scientific literature and technical documents. It functions as an LLM-powered research assistant that extracts grounded answers and summaries with citations from a document library. The system utilizes an agentic RAG orchestrator to iteratively refine search queries and gather evidence through multi-step tool calling. It features a multimodal document parser that extracts text, tables, and images from PDFs, alongside a vector-based indexer that embeds and caches document libraries for efficient

    Pythonairagscience
    View on GitHub↗8,161
  • internlm/mindsearchInternLM avatar

    InternLM/MindSearch

    6,877View on GitHub↗

    MindSearch is an LLM-based multi-agent search engine that decomposes complex user questions into targeted sub-queries and routes each to a specialized agent for parallel investigation. The system orchestrates multiple agents through a large language model, coordinating their tasks and interpreting search results to produce coherent answers from multiple sources. The project provides a configurable search backend interface that allows switching between Google, DuckDuckGo, Brave, and Bing search APIs by updating a configuration attribute. It includes a terminal-based debug interface for testing

    JavaScriptai-search-enginegptllm
    View on GitHub↗6,877
  • microsoft/nlp-recipesmicrosoft avatar

    microsoft/nlp-recipes

    6,436View on GitHub↗

    nlp-recipes is a collection of implementation guides and reference templates for applying natural language processing techniques to real-world tasks. It provides standardized workflows and code examples for developing NLP pipelines, from dataset preparation and model training to performance evaluation. The project focuses on the practical application of transformer-based models, offering patterns for fine-tuning pretrained architectures for tasks such as text classification, named entity recognition, and question answering. It also includes a toolkit for model interpretability, allowing users

    Python
    View on GitHub↗6,436
Compare all 29 related projects→

Frequently asked questions

What does maluuba/newsqa do?

Tools for using Maluuba's news questions and answer data. The code in the repo is used to compile the dataset since it cannot be made directly available due to legal reasons.

What are the main features of maluuba/newsqa?

The main features of maluuba/newsqa are: Question Answering, Question Answering Datasets.

Which projects share features with maluuba/newsqa?

Projects with overlapping indexed features include: google-research-datasets/natural-questions — Natural Questions is a large-scale machine learning research dataset designed for training and evaluating open-domain… future-house/paper-qa — Paper-qa is a retrieval augmented generation system designed for question answering and analysis of scientific… reorproject/reor — Reor is a local AI knowledge management application that stores, links, and searches personal notes using large… internlm/mindsearch — MindSearch is an LLM-based multi-agent search engine that decomposes complex user questions into targeted sub-queries… microsoft/nlp-recipes — nlp-recipes is a collection of implementation guides and reference templates for applying natural language processing… zyds/transformers-code — This project is a collection of scripts and workflows for training, fine-tuning, and deploying large language models…