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
Y

ymcui/cmrc2018

0
View on GitHub↗
0 stars·0 forks·8 views

Cmrc2018

Features

  • Reading Comprehension - Benchmark dataset for Chinese machine reading comprehension tasks.
  • Reading Comprehension Benchmarks - Wikipedia-based reading comprehension dataset with multi-sentence reasoning challenges.

Star history

Star history chart for ymcui/cmrc2018Star history chart for ymcui/cmrc2018

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 Cmrc2018

These projects share indexed features with Cmrc2018. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • facebookresearch/drqafacebookresearch avatar

    facebookresearch/DrQA

    4,468View on GitHub↗

    DrQA is an open-domain question answering system that retrieves relevant documents from a large corpus and extracts specific answers to natural language questions. It is implemented as a neural network system that combines a document retrieval engine with a machine reading comprehension model. The system utilizes a two-stage pipeline architecture. A coarse-grained document retriever uses weighted word vectors to identify potential documents, while a fine-grained machine reading comprehension model identifies and extracts the exact text span containing the answer. The project also includes a

    Python
    View on GitHub↗4,468
  • ymcui/chinese-bert-wwmymcui avatar

    ymcui/Chinese-BERT-wwm

    10,212View on GitHub↗

    Chinese-BERT-wwm is a pre-trained transformer model and encoder designed for Chinese natural language processing. It converts Chinese text into dense vector representations to be used across various natural language processing applications. The model utilizes a whole word masking strategy during pre-training, masking entire words rather than individual characters. This approach is designed to improve the capture of semantic meaning and language structure within Chinese datasets. The project covers a range of downstream tasks including text classification, sequence labeling, and reading compr

    Pythonbertbert-wwmbert-wwm-ext
    View on GitHub↗10,212
  • bojone/bert4kerasbojone avatar

    bojone/bert4keras

    5,419View on GitHub↗

    bert4keras is a lightweight reimplementation of the BERT transformer architecture for the Keras deep learning framework. It serves as a natural language processing toolkit and transformer model library used for text classification, sequence labeling, and semantic embedding extraction. The framework includes a sequence-to-sequence model system for question answering and text generation, as well as a model inference server to deploy trained transformers as web APIs for real-time predictions. Capabilities cover a broad range of natural language understanding tasks, including reading comprehensi

    Python
    View on GitHub↗5,419
  • zihangdai/xlnetzihangdai avatar

    zihangdai/xlnet

    6,182View on GitHub↗

    This project is a natural language processing framework focused on a generalized autoregressive pretrainer designed for unsupervised language representation. It implements a language model that combines permutation-based training with a Transformer-XL backbone to function as a long-context text processor. The system is distinguished by its ability to handle text sequences that exceed standard length limits through the use of segment-level recurrence and relative positional encoding. It scales high-performance pretraining across multiple GPUs and TPU clusters using distributed training impleme

    Python
    View on GitHub↗6,182
Compare all 14 related projects→

Frequently asked questions

What are the main features of ymcui/cmrc2018?

The main features of ymcui/cmrc2018 are: Reading Comprehension, Reading Comprehension Benchmarks.

Which projects share features with ymcui/cmrc2018?

Projects with overlapping indexed features include: facebookresearch/drqa — DrQA is an open-domain question answering system that retrieves relevant documents from a large corpus and extracts… bojone/bert4keras — bert4keras is a lightweight reimplementation of the BERT transformer architecture for the Keras deep learning… zihangdai/xlnet — This project is a natural language processing framework focused on a generalized autoregressive pretrainer designed… ymcui/chinese-bert-wwm — Chinese-BERT-wwm is a pre-trained transformer model and encoder designed for Chinese natural language processing. It… baidu/dureader — Baseline Systems of DuReader Dataset. benywon/reco.