Skip to content

lmmlzn/Awesome-LLMs-Datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Awesome-LLMs-Datasets

  • Summarize existing representative LLMs text datasets across five dimensions: Pre-training Corpora, Fine-tuning Instruction Datasets, Preference Datasets, Evaluation Datasets, and Traditional NLP Datasets. (Regular updates)
  • New dataset sections have been added: Multi-modal Large Language Models (MLLMs) Datasets, Retrieval Augmented Generation (RAG) Datasets. (Gradual updates)

Paper

The paper "Datasets for Large Language Models: A Comprehensive Survey" has been released.(2024/2)

Abstract:

This paper embarks on an exploration into the Large Language Model (LLM) datasets, which play a crucial role in the remarkable advancements of LLMs. The datasets serve as the foundational infrastructure analogous to a root system that sustains and nurtures the development of LLMs. Consequently, examination of these datasets emerges as a critical topic in research. In order to address the current lack of a comprehensive overview and thorough analysis of LLM datasets, and to gain insights into their current status and future trends, this survey consolidates and categorizes the fundamental aspects of LLM datasets from five perspectives: (1) Pre-training Corpora; (2) Instruction Fine-tuning Datasets; (3) Preference Datasets; (4) Evaluation Datasets; (5) Traditional Natural Language Processing (NLP) Datasets. The survey sheds light on the prevailing challenges and points out potential avenues for future investigation. Additionally, a comprehensive review of the existing available dataset resources is also provided, including statistics from 444 datasets, covering 8 language categories and spanning 32 domains. Information from 20 dimensions is incorporated into the dataset statistics. The total data size surveyed surpasses 774.5 TB for pre-training corpora and 700M instances for other datasets. We aim to present the entire landscape of LLM text datasets, serving as a comprehensive reference for researchers in this field and contributing to future studies.

Fig 1. The overall architecture of the survey. Zoom in for better view

Dataset Information Module

The following is a summary of the dataset information module.

  • Corpus/Dataset name
  • Publisher
  • Release Time
    • “X” indicates unknown month.
  • Size
  • Public or Not
    • “All” indicates full open source;
    • “Partial” indicates partially open source;
    • “Not” indicates not open source.
  • License
  • Language
    • “EN” indicates English;
    • “ZH” indicates Chinese;
    • “AR” indicates Arabic;
    • “ES” indicates Spanish;
    • “RU” indicates Russian;
    • “DE” indicates German;
    • “PL” indicates Programming Language;
    • “Multi” indicates Multilingual, and the number in parentheses indicates the number of languages included.
  • Construction Method
    • “HG” indicates Human Generated Corpus/Dataset;
    • “MC” indicates Model Constructed Corpus/Dataset;
    • “CI” indicates Collection and Improvement of Existing Corpus/Dataset.
  • Category
  • Source
  • Domain
  • Instruction Category
  • Preference Evaluation Method
    • “VO” indicates Vote;
    • “SO” indicates Sort;
    • “SC” indicates Score;
    • “-H” indicates Conducted by Humans;
    • “-M” indicates Conducted by Models.
  • Question Type
    • “SQ” indicates Subjective Questions;
    • “OQ” indicates Objective Questions;
    • “Multi” indicates Multiple Question Types.
  • Evaluation Method
    • “CE” indicates Code Evaluation;
    • “HE” indicates Human Evaluation;
    • “ME” indicates Model Evaluation.
  • Focus
  • Numbers of Evaluation Categories/Subcategories
  • Evaluation Category
  • Number of Entity Categories (NER Task)
  • Number of Relationship Categories (RE Task)

Changelog

  • (2024/01/17)Create the Awesome-LLMs-Datasets dataset repository.
  • (2024/02/02)Revise information for some datasets; add Dolma (Pre-training Corpora | General Pre-training Corpora | Multi-category).
  • (2024/02/15)Add Aya Collection (Instruction Fine-tuning Datasets | General Instruction Fine-tuning Datasets | HG & CI & MC); Aya Dataset (Instruction Fine-tuning Datasets | General Instruction Fine-tuning Datasets | HG).
  • (2024/02/22)Add OpenMathInstruct-1 (Instruction Fine-tuning Datasets | Domain-specific Instruction Fine-tuning Datasets | Math); FinBen (Evaluation Datasets | Financial).
  • (2024/04/05)
    • Add new dataset sections: (1) Multi-modal Large Language Models (MLLMs) Datasets; (2) Retrieval Augmented Generation (RAG) Datasets.
    • Add MMRS-1M (MLLMs Datasets | Instruction Fine-tuning Datasets); VideoChat2-IT (MLLMs Datasets | Instruction Fine-tuning Datasets); InstructDoc (MLLMs Datasets | Instruction Fine-tuning Datasets); ALLaVA-4V Data (MLLMs Datasets | Instruction Fine-tuning Datasets); MVBench (MLLMs Datasets | Evaluation Datasets); OlympiadBench (MLLMs Datasets | Evaluation Datasets); MMMU (MLLMs Datasets | Evaluation Datasets).
    • Add CLUE Benchmark Series (Evaluation Datasets | Evaluation Platform); OpenLLM Leaderboard (Evaluation Datasets | Evaluation Platform); OpenCompass (Evaluation Datasets | Evaluation Platform); MTEB Leaderboard (Evaluation Datasets | Evaluation Platform); C-MTEB Leaderboard (Evaluation Datasets | Evaluation Platform).
    • Add NAH (Needle-in-a-Haystack) (Evaluation Datasets | Long Text); ToolEyes (Evaluation Datasets | Tool); UHGEval (Evaluation Datasets | Factuality); CLongEval (Evaluation Datasets | Long Text).
    • Add MathPile (Pre-training Corpora | Domain-specific Pre-training Corpora | Math); WanJuan-CC (Pre-training Corpora | General Pre-training Corpora | Webpages).
    • Add IEPile (Instruction Fine-tuning Datasets | General Instruction Fine-tuning Datasets | CI); InstructIE (Instruction Fine-tuning Datasets | General Instruction Fine-tuning Datasets | HG).
    • Add CRUD-RAG (RAG Datasets); WikiEval (RAG Datasets); RGB (RAG Datasets); RAG-Instruct-Benchmark-Tester (RAG Datasets); ARES (RAG Datasets).
  • (2024/04/06)
    • Add GPQA (Evaluation Datasets | Subject); MGSM (Evaluation Datasets | Multilingual); HaluEval-Wild (Evaluation Datasets | Factuality); CMATH (Evaluation Datasets | Subject); FineMath (Evaluation Datasets | Subject); RealTime QA (Evaluation Datasets | Factuality); WYWEB (Evaluation Datasets | Subject); ChineseFactEval (Evaluation Datasets | Factuality); Counting-Stars (Evaluation Datasets | Long Text).
    • Add SlimPajama (Pre-training Corpora | General Pre-training Corpora | Multi-category); MassiveText (Pre-training Corpora | General Pre-training Corpora | Multi-category); MADLAD-400 (Pre-training Corpora | General Pre-training Corpora | Webpages); Minerva (Pre-training Corpora | General Pre-training Corpora | Multi-category); CCAligned (Pre-training Corpora | General Pre-training Corpora | Parallel Corpus); WikiMatrix (Pre-training Corpora | General Pre-training Corpora | Parallel Corpus); OpenWebMath (Pre-training Corpora | Domain-specific Pre-training Corpora | Math).
    • Add WebQuestions (Traditional NLP Datasets | Question Answering | Knowledge QA).
    • Add ALCE (RAG Datasets).
    • Add AlphaFin (Instruction Fine-tuning Datasets | Domain-specific Instruction Fine-tuning Datasets | Other); COIG-CQIA (Instruction Fine-tuning Datasets | General Instruction Fine-tuning Datasets | HG & CI).

Table of Contents

Pre-training Corpora

The pre-training corpora are large collections of text data used during the pre-training process of LLMs.

General Pre-training Corpora

The general pre-training corpora are large-scale datasets composed of extensive text from diverse domains and sources. Their primary characteristic is that the text content is not confined to a single domain, making them more suitable for training general foundational models. Corpora are classified based on data categories.

Dataset information format:

- Dataset name  Release Time | Public or Not | Language | Construction Method | Paper | Github | Dataset | Website
  - Publisher:
  - Size:
  - License:
  - Source:

Webpages

  • CC-Stories 2018-6 | Not | EN | CI | Paper | Github | Dataset

    • Publisher: Google Brain
    • Size: 31 GB
    • License: -
    • Source: Common Crawl
  • CC100 2020-7 | All | Multi (100) | CI | Paper | Dataset

    • Publisher: Facebook AI
    • Size: 2.5 TB
    • License: Common Crawl Terms of Use
    • Source: Common Crawl
  • CLUECorpus2020 2020-3 | All | ZH | CI | Paper | Dataset

    • Publisher: CLUE Organization
    • Size: 100 GB
    • License: MIT
    • Source: Common Crawl
  • Common Crawl 2007-X | All | Multi | HG | Website

    • Publisher: Common Crawl
    • Size: -
    • License: Common Crawl Terms of Use
    • Source: Web crawler data
  • CulturaX 2023-9 | All | Multi (167) | CI | Paper | Dataset

    • Publisher: University of Oregon et al.
    • Size: 27 TB
    • License: mC4 & OSCAR license
    • Source: mC4, OSCAR
  • C4 2019-10 | All | EN | CI | Paper | Dataset

    • Publisher: Google Research
    • Size: 12.68 TB
    • License: ODC-BY & Common Crawl Terms of Use
    • Source: Common Crawl
  • mC4 2021-6 | All | Multi (108) | CI | Paper | Dataset

    • Publisher: Google Research
    • Size: 251 GB
    • License: ODC-BY & Common Crawl Terms of Use
    • Source: Common Crawl
  • OSCAR 22.01 2022-1 | All | Multi (151) | CI | Paper | Dataset | Website

    • Publisher: Inria
    • Size: 8.41 TB
    • License: CC0
    • Source: Common Crawl
  • RealNews 2019-5 | All | EN | CI | Paper | Github

    • Publisher: University of Washington et al.
    • Size: 120 GB
    • License: Apache-2.0
    • Source: Common Crawl
  • RedPajama-V2 2023-10 | All | Multi (5) | CI | Github | Dataset | Website

    • Publisher: Together Computer
    • Size: 30.4 T Tokens
    • License: Common Crawl Terms of Use
    • Source: Common Crawl, C4, etc.
  • RefinedWeb 2023-6 | Partial | EN | CI | Paper | Dataset

    • Publisher: The Falcon LLM team
    • Size: 5000 GB
    • License: ODC-BY-1.0
    • Source: Common Crawl
  • WuDaoCorpora-Text 2021-6 | Partial | ZH | HG | Paper | Dataset

    • Publisher: BAAI et al.
    • Size: 200 GB
    • License: MIT
    • Source: Chinese webpages
  • WanJuan-CC 2024-2 | Partial | EN | HG | Paper | Dataset

    • Publisher: Shanghai Artifcial Intelligence Laboratory
    • Size: 1 T Tokens
    • License: CC-BY-4.0
    • Source: Common Crawl
  • MADLAD-400 2023-9 | All | Multi (419) | HG | Paper | Github | Dataset

    • Publisher: Google DeepMind et al.
    • Size: 2.8 T Tokens
    • License: ODL-BY
    • Source: Common Crawl

Language Texts

  • ANC 2003-X | All | EN | HG | Website

    • Publisher: The US National Science Foundation et al.
    • Size: -
    • License: -
    • Source: American English texts
  • BNC 1994-X | All | EN | HG | Website

    • Publisher: Oxford University Press et al.
    • Size: 4124 Texts
    • License: -
    • Source: British English texts
  • News-crawl 2019-1 | All | Multi (59) | HG | Dataset

    • Publisher: UKRI et al.
    • Size: 110 GB
    • License: CC0
    • Source: Newspapers

Books

  • Anna’s Archive 2023-X | All | Multi | HG | Website

    • Publisher: Anna
    • Size: 586.3 TB
    • License: -
    • Source: Sci-Hub, Library Genesis, Z-Library, etc.
  • BookCorpusOpen 2021-5 | All | EN | CI | Paper | Github | Dataset

    • Publisher: Jack Bandy et al.
    • Size: 17,868 Books
    • License: Smashwords Terms of Service
    • Source: Toronto Book Corpus
  • PG-19 2019-11 | All | EN | HG | Paper | Github | Dataset

    • Publisher: DeepMind
    • Size: 11.74 GB
    • License: Apache-2.0
    • Source: Project Gutenberg
  • Project Gutenberg 1971-X | All | Multi | HG | Website

    • Publisher: Ibiblio et al.
    • Size: -
    • License: The Project Gutenberg
    • Source: Ebook data
  • Smashwords 2008-X | All | Multi | HG | Website

    • Publisher: Draft2Digital et al.
    • Size: -
    • License: Smashwords Terms of Service
    • Source: Ebook data
  • Toronto Book Corpus 2015-6 | Not | EN | HG | Paper | Website

    • Publisher: University of Toronto et al.
    • Size: 11,038 Books
    • License: MIT & Smashwords Terms of Service
    • Source: Smashwords

Academic Materials

  • arXiv 1991-X | All | EN | HG | Website

    • Publisher: Paul Ginsparg et al.
    • Size: -
    • License: Terms of Use for arXiv APIs
    • Source: arXiv preprint
  • S2ORC 2020-6 | All | EN | CI | Paper | Github

    • Publisher: AI2 et al.
    • Size: 81.1 MB
    • License: ODC-BY-1.0
    • Source: MAG, arXiv, PubMed, etc.

Code

  • BIGQUERY 2022-3 | Not | PL | CI | Paper | Github

    • Publisher: Salesforce Research
    • Size: 341.1 GB
    • License: Apache-2.0
    • Source: BigQuery
  • Github 2008-4 | All | PL | HG | Website

    • Publisher: Microsoft
    • Size: -
    • License: -
    • Source: Various code projects
  • phi-1 2023-6 | Not | EN & PL | HG & MC | Paper | Dataset

    • Publisher: Microsoft Research
    • Size: 7 B Tokens
    • License: CC-BY-NC-SA-3.0
    • Source: The Stack, StackOverflow, GPT-3.5 Generation
  • The Stack 2022-11 | All | PL (358) | HG | Paper | Dataset

    • Publisher: ServiceNow Research et al.
    • Size: 6 TB
    • License: The Terms of the Original Licenses
    • Source: Permissively-licensed source code files

Parallel Corpus

  • MTP 2023-9 | All | EN & ZH | HG & CI | Dataset

    • Publisher: BAAI
    • Size: 1.3 TB
    • License: BAAI Data Usage Protocol
    • Source: Chinese-English parallel text pairs on the web
  • MultiUN 2010-5 | All | Multi (7) | HG | Paper | Website

    • Publisher: German Research Center for Artificial Intelligence (DFKI) GmbH
    • Size: 4353 MB
    • License: -
    • Source: United Nations documents
  • ParaCrawl 2020-7 | All | Multi (42) | HG | Paper | Website

    • Publisher: Prompsit et al.
    • Size: 59996 Files
    • License: CC0
    • Source: Web crawler data
  • UNCorpus v1.0 2016-5 | All | Multi (6) | HG | Paper | Website

    • Publisher: United Nations et al.
    • Size: 799276 Files
    • License: -
    • Source: United Nations documents
  • CCAligned 2020-11 | All | Multi (138) | HG | Paper | Dataset

    • Publisher: Facebook AI et al.
    • Size: 392 M URL pairs
    • License: -
    • Source: Common Crawl
  • WikiMatrix 2021-4 | All | Multi (85) | HG | Paper | Github | Dataset

    • Publisher: Facebook AI et al.
    • Size: 134 M parallel sentences
    • License: CC-BY-SA
    • Source: Wikipedia

Social Media

  • OpenWebText 2019-4 | All | EN | HG | Website

    • Publisher: Brown University
    • Size: 38 GB
    • License: CC0
    • Source: Reddit
  • Pushshift Reddit 2020-1 | All | EN | CI | Paper | Website

    • Publisher: Pushshift.io et al.
    • Size: 2 TB
    • License: -
    • Source: Reddit
  • Reddit 2005-6 | All | EN | HG | Website

    • Publisher: Condé Nast Digital et al.
    • Size: -
    • License: -
    • Source: Social media posts
  • StackExchange 2008-9 | All | EN | HG | Dataset | Website

    • Publisher: Stack Exchange
    • Size: -
    • License: CC-BY-SA-4.0
    • Source: Community question and answer data
  • WebText 2019-2 | Partial | EN | HG | Paper | Github | Dataset

    • Publisher: OpenAI
    • Size: 40 GB
    • License: MIT
    • Source: Reddit
  • Zhihu 2011-1 | All | ZH | HG | Website

    • Publisher: Beijing Zhizhe Tianxia Technology Co., Ltd
    • Size: -
    • License: Zhihu User Agreement
    • Source: Social media posts

Encyclopedia

  • Baidu baike 2008-4 | All | ZH | HG | Website

    • Publisher: Baidu
    • Size: -
    • License: Baidu baike User Agreement
    • Source: Encyclopedic content data
  • TigerBot-wiki 2023-5 | All | ZH | HG | Paper | Github | Dataset

    • Publisher: TigerBot
    • Size: 205 MB
    • License: Apache-2.0
    • Source: Baidu baike
  • Wikipedia 2001-1 | All | Multi | HG | Dataset | Website

    • Publisher: Wikimedia Foundation
    • Size: -
    • License: CC-BY-SA-3.0 & GFDL
    • Source: Encyclopedic content data

Multi-category

  • ArabicText 2022 2022-12 | All | AR | HG & CI | Dataset

    • Publisher: BAAI et al.
    • Size: 201.9 GB
    • License: CC-BY-SA-4.0
    • Source: ArabicWeb, OSCAR, CC100, etc.
  • MNBVC 2023-1 | All | ZH | HG & CI | Github | Dataset

    • Publisher: Liwu Community
    • Size: 20811 GB
    • License: MIT
    • Source: Chinese books, webpages, theses, etc.
  • RedPajama-V1 2023-4 | All | Multi | HG & CI | Github | Dataset

    • Publisher: Together Computer
    • Size: 1.2 T Tokens
    • License: -
    • Source: Common Crawl, Github, books, etc.
  • ROOTS 2023-3 | Partial | Multi (59) | HG & CI | Paper | Dataset

    • Publisher: Hugging Face et al.
    • Size: 1.61 TB
    • License: BLOOM Open-RAIL-M
    • Source: OSCAR, Github, etc.
  • The Pile 2021-1 | All | EN | HG & CI | Paper | Github | Dataset

    • Publisher: EleutherAI
    • Size: 825.18 GB
    • License: MIT
    • Source: Books, arXiv, Github, etc.
  • TigerBot_pretrain_en 2023-5 | Partial | EN | CI | Paper | Github | Dataset

    • Publisher: TigerBot
    • Size: 51 GB
    • License: Apache-2.0
    • Source: English books, webpages, en-wiki, etc
  • TigerBot_pretrain_zh 2023-5 | Partial | ZH | HG | Paper | Github | Dataset

    • Publisher: TigerBot
    • Size: 55 GB
    • License: Apache-2.0
    • Source: Chinese books, webpages, zh-wiki, etc.
  • WanJuanText-1.0 2023-8 | All | ZH | HG | Paper | Github | Dataset

    • Publisher: Shanghai AI Laboratory
    • Size: 1094 GB
    • License: CC-BY-4.0
    • Source: Webpages, Encyclopedia, Books, etc
  • Dolma 2024-1 | All | EN | HG & CI | Paper | Github | Dataset

    • Publisher: AI2 et al.
    • Size: 11519 GB
    • License: MR Agreement
    • Source: Project Gutenberg, C4, Reddit, etc.
  • SlimPajama 2023-6 | All | EN | HG & CI | Github | Dataset | Website

    • Publisher: Cerebras et al.
    • Size: 627 B Tokens
    • License: -
    • Source: Common Crawl, C4, Github, etc.
  • MassiveText 2021-12 | Not | Multi | HG & CI | Paper

    • Publisher: Google DeepMind
    • Size: 10.5 TB
    • License: -
    • Source: MassiveWeb, C4, books, etc.
  • Minerva 2022-6 | Not | EN | HG | Paper

    • Publisher: Google Research
    • Size: 38.5 B Tokens
    • License: -
    • Source: arXiv, Webpages, etc.

Domain-specific Pre-training Corpora

Domain-specific pre-training corpora are LLM datasets customized for specific fields or topics. The type of corpus is typically employed in the incremental pre-training phase of LLMs. Corpora are classified based on data domains.

Dataset information format:

- Dataset name  Release Time | Public or Not | Language | Construction Method | Paper | Github | Dataset | Website
  - Publisher:
  - Size:
  - License:
  - Source:
  - Category:
  - Domain:

Financial

  • BBT-FinCorpus 2023-2 | Partial | ZH | HG | Paper | Github | Website

    • Publisher: Fudan University et al.
    • Size: 256 GB
    • License: -
    • Source: Company announcements, research reports, financial
    • Category: Multi
    • Domain: Finance
  • FinCorpus 2023-9 | All | ZH | HG | Paper | Github | Dataset

    • Publisher: Du Xiaoman
    • Size: 60.36 GB
    • License: Apache-2.0
    • Source: Company announcements, financial news, financial exam questions
    • Category: Multi
    • Domain: Finance
  • FinGLM 2023-7 | All | ZH | HG | Github

    • Publisher: Knowledge Atlas et al.
    • Size: 69 GB
    • License: Apache-2.0
    • Source: Annual Reports of Listed Companies
    • Category: Language Texts
    • Domain: Finance
  • TigerBot-earning 2023-5 | All | ZH | HG | Paper | Github | Dataset

    • Publisher: TigerBot
    • Size: 488 MB
    • License: Apache-2.0
    • Source: Financial reports
    • Category: Language Texts
    • Domain: Finance
  • TigerBot-research 2023-5 | All | ZH | HG | Paper | Github | Dataset

    • Publisher: TigerBot
    • Size: 696 MB
    • License: Apache-2.0
    • Source: Research reports
    • Category: Language Texts
    • Domain: Finance

Medical

  • Medical-pt 2023-5 | All | ZH | CI | Github | Dataset

    • Publisher: Ming Xu
    • Size: 632.78 MB
    • License: Apache-2.0
    • Source: Medical encyclopedia data, medical textbooks
    • Category: Multi
    • Domain: Medical
  • PubMed Central 2000-2 | All | EN | HG | Website

    • Publisher: NCBI
    • Size: -
    • License: PMC Copyright Notice
    • Source: Biomedical scientific literature
    • Category: Academic Materials
    • Domain: Medical

Math

  • Proof-Pile-2 2023-10 | All | EN | HG & CI | Paper | Github | Dataset | Website

    • Publisher: Princeton University et al.
    • Size: 55 B Tokens
    • License: -
    • Source: ArXiv, OpenWebMath, AlgebraicStack
    • Category: Multi
    • Domain: Mathematics
  • MathPile 2023-12 | All | EN | HG | Paper | Github | Dataset

    • Publisher: Shanghai Jiao Tong University et al.
    • Size: 9.5 B Tokens
    • License: CC-BY-NC-SA-4.0
    • Source: Textbooks, Wikipedia, ProofWiki, CommonCrawl, StackExchange, arXiv
    • Category: Multi
    • Domain: Mathematics
  • OpenWebMath 2023-10 | All | EN | HG | Paper | Github | Dataset

    • Publisher: University of Toronto et al.
    • Size: 14.7 B Tokens
    • License: ODC-BY-1.0
    • Source: Common Crawl
    • Category: Webpages
    • Domain: Mathematics

Other

  • TigerBot-law 2023-5 | All | ZH | HG | Paper | Github | Dataset

    • Publisher: TigerBot
    • Size: 29.9 MB
    • License: Apache-2.0
    • Source: Legal clauses
    • Category: Language Texts
    • Domain: Law
  • TransGPT-pt 2023-7 | All | ZH | HG | Github | Dataset

    • Publisher: Beijing Jiaotong University
    • Size: 35.8 MB
    • License: Apache-2.0
    • Source: Technology documents, engineering construction information, statistical data, etc.
    • Category: Multi
    • Domain: Transportation

Instruction Fine-tuning Datasets

The instruction fine-tuning datasets consists of a series of text pairs comprising “instruction inputs” and “answer outputs.” “Instruction inputs” represent requests made by humans to the model. There are various types of instructions, such as classification, summarization, paraphrasing, etc. “Answer outputs” are the responses generated by the model following the instruction and aligning with human expectations.

General Instruction Fine-tuning Datasets

General instruction fine-tuning datasets contain one or more instruction categories with no domain restrictions, primarily aiming to enhance the instruction-following capability of LLMs in general tasks. Datasets are classified based on construction methods.

Dataset information format:

- Dataset name  Release Time | Public or Not | Language | Construction Method | Paper | Github | Dataset | Website
  - Publisher:
  - Size:
  - License:
  - Source:
  - Instruction Category:

Human Generated Datasets (HG)

  • databricks-dolly-15K 2023-4 | All | EN | HG | Dataset | Website

    • Publisher: Databricks
    • Size: 15011 instances
    • License: CC-BY-SA-3.0
    • Source: Manually generated based on different instruction categories
    • Instruction Category: Multi
  • InstructionWild_v2 2023-6 | All | EN & ZH | HG | Github

    • Publisher: National University of Singapore
    • Size: 110K instances
    • License: -
    • Source: Collected on the web
    • Instruction Category: Multi
  • LCCC 2020-8 | All | ZH | HG | Paper | Github

    • Publisher: Tsinghua University et al.
    • Size: 12M instances
    • License: MIT
    • Source: Crawl user interactions on social media
    • Instruction Category: Multi
  • OASST1 2023-4 | All | Multi (35) | HG | Paper | Github | Dataset

    • Publisher: OpenAssistant
    • Size: 161443 instances
    • License: Apache-2.0
    • Source: Generated and annotated by humans
    • Instruction Category: Multi
  • OL-CC 2023-6 | All | ZH | HG | Dataset

    • Publisher: BAAI
    • Size: 11655 instances
    • License: Apache-2.0
    • Source: Generated and annotated by humans
    • Instruction Category: Multi
  • Zhihu-KOL 2023-3 | All | ZH | HG | Github | Dataset

    • Publisher: wangrui6
    • Size: 1006218 instances
    • License: MIT
    • Source: Crawl from Zhihu
    • Instruction Category: Multi
  • Aya Dataset 2024-2 | All | Multi (65) | HG | Paper | Dataset | Website

    • Publisher: Cohere For AI Community et al.
    • Size: 204K instances
    • License: Apache-2.0
    • Source: Manually collected and annotated via the Aya Annotation Platform
    • Instruction Category: Multi
  • InstructIE 2023-5 | All | EN & ZH | HG | Paper | Github | Dataset

    • Publisher: Zhejiang University et al.
    • Size: 371700 instances
    • License: MIT
    • Source: Baidu baike, Wikipedia
    • Instruction Category: Extraction

Model Constructed Datasets (MC)

  • Alpaca_data 2023-3 | All | EN | MC | Github

    • Publisher: Stanford Alpaca
    • Size: 52K instances
    • License: Apache-2.0
    • Source: Generated by Text-Davinci-003 with Aplaca_data prompts
    • Instruction Category: Multi
  • BELLE_Generated_Chat 2023-5 | All | ZH | MC | Github | Dataset

    • Publisher: BELLE
    • Size: 396004 instances
    • License: GPL-3.0
    • Source: Generated by ChatGPT
    • Instruction Category: Generation
  • BELLE_Multiturn_Chat 2023-5 | All | ZH | MC | Github | Dataset

    • Publisher: BELLE
    • Size: 831036 instances
    • License: GPL-3.0
    • Source: Generated by ChatGPT
    • Instruction Category: Multi
  • BELLE_train_0.5M_CN 2023-4 | All | ZH | MC | Github | Dataset

    • Publisher: BELLE
    • Size: 519255 instances
    • License: GPL-3.0
    • Source: Generated by Text-Davinci-003
    • Instruction Category: Multi
  • BELLE_train_1M_CN 2023-4 | All | ZH | MC | Github | Dataset

    • Publisher: BELLE
    • Size: 917424 instances
    • License: GPL-3.0
    • Source: Generated by Text-Davinci-003
    • Instruction Category: Multi
  • BELLE_train_2M_CN 2023-5 | All | ZH | MC | Github | Dataset

    • Publisher: BELLE
    • Size: 2M instances
    • License: GPL-3.0
    • Source: Generated by ChatGPT
    • Instruction Category: Multi
  • BELLE_train_3.5M_CN 2023-5 | All | ZH | MC | Github | Dataset

    • Publisher: BELLE
    • Size: 3606402 instances
    • License: GPL-3.0
    • Source: Generated by ChatGPT
    • Instruction Category: Multi
  • CAMEL 2023-3 | All | Multi & PL | MC | Paper | Github | Dataset | Website

    • Publisher: KAUST
    • Size: 1659328 instances
    • License: CC-BY-NC-4.0
    • Source: Dialogue generated by two GPT-3.5-Turbo agents
    • Instruction Category: Multi
  • Chatgpt_corpus 2023-6 | All | ZH | MC | Github

    • Publisher: PlexPt
    • Size: 3270K instances
    • License: GPL-3.0
    • Source: Generated by GPT-3.5-Turbo
    • Instruction Category: Multi
  • InstructionWild_v1 2023-3 | All | EN & ZH | MC | Github

    • Publisher: National University of Singapore
    • Size: 104K instances
    • License: -
    • Source: Generated by OpenAI API
    • Instruction Category: Multi
  • LMSYS-Chat-1M 2023-9 | All | Multi | MC | Paper | Dataset

    • Publisher: UC Berkeley et al.
    • Size: 1M instances
    • License: LMSYS-Chat-1M license
    • Source: Generated by multiple LLMs
    • Instruction Category: Multi
  • MOSS_002_sft_data 2023-4 | All | EN & ZH | MC | Github | Dataset

    • Publisher: Fudan University
    • Size: 1161137 instances
    • License: CC-BY-NC-4.0
    • Source: Generated by Text-Davinci-003
    • Instruction Category: Multi
  • MOSS_003_sft_data 2023-4 | All | EN & ZH | MC | Github | Dataset

    • Publisher: Fudan University
    • Size: 1074551 instances
    • License: CC-BY-NC-4.0
    • Source: Conversation data from MOSS-002 and generated by GPT-3.5-Turbo
    • Instruction Category: Multi
  • MOSS_003_sft_plugin_data 2023-4 | Partial | EN & ZH | MC | Github | Dataset

    • Publisher: Fudan University
    • Size: 300K instances
    • License: CC-BY-NC-4.0
    • Source: Generated by plugins and LLMs
    • Instruction Category: Multi
  • OpenChat 2023-7 | All | EN | MC | Paper | Github | Dataset

    • Publisher: Tsinghua University et al.
    • Size: 70K instances
    • License: MIT
    • Source: ShareGPT
    • Instruction Category: Multi
  • RedGPT-Dataset-V1-CN 2023-4 | Partial | ZH | MC | Github

    • Publisher: DA-southampton
    • Size: 50K instances
    • License: Apache-2.0
    • Source: Generated by LLMs
    • Instruction Category: Multi
  • Self-Instruct 2022-12 | All | EN | MC | Paper | Github

    • Publisher: University of Washington et al.
    • Size: 52445 instances
    • License: Apache-2.0
    • Source: Generated by GPT-3
    • Instruction Category: Multi
  • ShareChat 2023-4 | All | Multi | MC | Website

    • Publisher: Sharechat
    • Size: 90K instances
    • License: CC0
    • Source: ShareGPT
    • Instruction Category: Multi
  • ShareGPT-Chinese-English-90k 2023-7 | All | EN & ZH | MC | Github | Dataset

    • Publisher: shareAI
    • Size: 90K instances
    • License: Apache-2.0
    • Source: ShareGPT
    • Instruction Category: Multi
  • ShareGPT90K 2023-4 | All | EN | MC | Dataset

    • Publisher: RyokoAI
    • Size: 90K instances
    • License: CC0
    • Source: ShareGPT
    • Instruction Category: Multi
  • UltraChat 2023-5 | All | EN | MC | Paper | Github

    • Publisher: Tsinghua University
    • Size: 1468352 instances
    • License: CC-BY-NC-4.0
    • Source: Dialogue generated by two ChatGPT agents
    • Instruction Category: Multi
  • Unnatural Instructions 2022-12 | All | EN | MC | Paper | Github

    • Publisher: Tel Aviv University et al.
    • Size: 240670 instances
    • License: MIT
    • Source: Generated by LLMs
    • Instruction Category: Multi
  • WebGLM-QA 2023-6 | All | EN | MC | Paper | Github | Dataset

    • Publisher: Tsinghua University et al.
    • Size: 44979 instances
    • License: Apache-2.0
    • Source: Construct WebGLM-QA via LLM in-context bootstrapping
    • Instruction Category: Open QA
  • Wizard_evol_instruct_196K 2023-6 | All | EN | MC | Paper | Github | Dataset

    • Publisher: Microsoft et al.
    • Size: 196K instances
    • License: -
    • Source: Evolve instructions through the Evol-Instruct method
    • Instruction Category: Multi
  • Wizard_evol_instruct_70K 2023-5 | All | EN | MC | Paper | Github | Dataset

    • Publisher: Microsoft et al.
    • Size: 70K instances
    • License: -
    • Source: Evolve instructions through the Evol-Instruct method
    • Instruction Category: Multi

Collection and Improvement of Existing Datasets (CI)

  • CrossFit 2021-4 | All | EN | CI | Paper | Github

    • Publisher: University of Southern California
    • Size: 269 datasets
    • License: -
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
  • DialogStudio 2023-7 | All | EN | CI | Paper | Github | Dataset

    • Publisher: Salesforce AI et al.
    • Size: 87 datasets
    • License: Apache-2.0
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
  • Dynosaur 2023-5 | All | EN | CI | Paper | Github | Dataset | Website

    • Publisher: UCLA et al.
    • Size: 801900 instances
    • License: Apache-2.0
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
  • Flan-mini 2023-7 | All | EN | CI | Paper | Github | Dataset

    • Publisher: Singapore University of Technology and Design
    • Size: 1.34M instances
    • License: CC
    • Source: Collection and improvement of various instruction fine-tuning datasets
    • Instruction Category: Multi
  • Flan 2021 2021-9 | All | Multi | CI | Paper | Github

    • Publisher: Google Research
    • Size: 62 datasets
    • License: Apache-2.0
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
  • Flan 2022 2023-1 | Partial | Multi | CI | Paper | Github | Dataset

    • Publisher: Google Research
    • Size: 1836 datasets
    • License: Apache-2.0
    • Source: Collection and improvement of various instruction fine-tuning datasets
    • Instruction Category: Multi
  • InstructDial 2022-5 | All | EN | CI | Paper | Github

    • Publisher: Carnegie Mellon University
    • Size: 59 datasets
    • License: Apache-2.0
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
  • NATURAL INSTRUCTIONS 2021-4 | All | EN | CI | Paper | Github | Dataset

    • Publisher: Allen Institute for AI et al.
    • Size: 61 datasets
    • License: Apache-2.0
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
  • OIG 2023-3 | All | EN | CI | Dataset

    • Publisher: LAION
    • Size: 3878622 instances
    • License: Apache-2.0
    • Source: Collection and improvement of various datasets
    • Instruction Category: Multi
  • Open-Platypus 2023-8 | All | EN | CI | Paper | Github | Dataset | Website

    • Publisher: Boston University
    • Size: 24926 instances
    • License: -
    • Source: Collection and improvement of various datasets
    • Instruction Category: Multi
  • OPT-IML Bench 2022-12 | Not | Multi | CI | Paper | Github

    • Publisher: Meta AI
    • Size: 2000 datasets
    • License: MIT
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
  • PromptSource 2022-2 | All | EN | CI | Paper | Github

    • Publisher: Brown University et al.
    • Size: 176 datasets
    • License: Apache-2.0
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
  • SUPER-NATURAL INSTRUCTIONS 2022-4 | All | Multi | CI | Paper | Github

    • Publisher: Univ. of Washington et al.
    • Size: 1616 datasets
    • License: Apache-2.0
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
  • T0 2021-10 | All | EN | CI | Paper | Dataset1 | Dataset2

    • Publisher: Hugging Face et al.
    • Size: 62 datasets
    • License: Apache-2.0
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
  • UnifiedSKG 2022-3 | All | EN | CI | Paper | Github

    • Publisher: The University of Hong Kong et al.
    • Size: 21 datasets
    • License: Apache-2.0
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
  • xP3 2022-11 | All | Multi (46) | CI | Paper | Github

    • Publisher: Hugging Face et al.
    • Size: 82 datasets
    • License: Apache-2.0
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
  • IEPile 2024-2 | All | EN & ZH | CI | Paper | Github | Dataset

    • Publisher: Zhejiang University et al.
    • Size: 33 datasets
    • License: CC-BY-NC-SA-4.0
    • Source: Collection and improvement of various IE datasets
    • Instruction Category: Extraction

HG & CI

  • Firefly 2023-4 | All | ZH | HG & CI | Github | Dataset

    • Publisher: YeungNLP
    • Size: 1649399 instances
    • License: -
    • Source: Collect Chinese NLP datasets and manually generate data related to Chinese culture
    • Instruction Category: Multi
  • LIMA-sft 2023-5 | All | EN | HG & CI | Paper | Dataset

    • Publisher: Meta AI et al.
    • Size: 1330 instances
    • License: CC-BY-NC-SA
    • Source: Manually select from various types of data
    • Instruction Category: Multi
  • COIG-CQIA 2024-3 | All | ZH | HG & CI | Paper | Dataset

    • Publisher: Shenzhen Institute of Advanced Technology et al.
    • Size: 48375 instances
    • License: -
    • Source: Q&A communities, Wikipedia, examinations, existing NLP datasets
    • Instruction Category: Multi

HG & MC

  • InstructGPT-sft 2022-3 | Not | EN | HG & MC | Paper
    • Publisher: OpenAI
    • Size: 14378 instances
    • License: -
    • Source: Platform Q&A data and manual labeling
    • Instruction Category: Multi

CI & MC

  • Alpaca_GPT4_data 2023-4 | All | EN | CI & MC | Paper | Github

    • Publisher: Microsoft Research
    • Size: 52K instances
    • License: Apache-2.0
    • Source: Generated by GPT-4 with Aplaca_data prompts
    • Instruction Category: Multi
  • Alpaca_GPT4_data_zh 2023-4 | All | ZH | CI & MC | Github | Dataset

    • Publisher: Microsoft Research
    • Size: 52K instances
    • License: Apache-2.0
    • Source: Generated by GPT-4 with Alpaca_data prompts translated into Chinese by ChatGPT
    • Instruction Category: Multi
  • Bactrain-X 2023-5 | All | Multi (52) | CI & MC | Paper | Github | Dataset

    • Publisher: MBZUAI
    • Size: 3484884 instances
    • License: CC-BY-NC-4.0
    • Source: Generated by GPT-3.5-Turbo with Aplaca_data and databricks-dolly-15K prompts translated into 51 languages by Google Translate API
    • Instruction Category: Multi
  • Baize 2023-3 | Partial | EN | CI & MC | Paper | Github | Dataset

    • Publisher: University of California et al.
    • Size: 210311 instances
    • License: GPL-3.0
    • Source: Sample seeds from specific datasets to create multi-turn dialogues using ChatGPT
    • Instruction Category: Multi
  • GPT4All 2023-3 | All | EN | CI & MC | Paper | Github | Dataset

    • Publisher: nomic-ai
    • Size: 739259 instances
    • License: MIT
    • Source: Generated by GPT-3.5-Turbo with other datasets’ prompts
    • Instruction Category: Multi
  • GuanacoDataset 2023-3 | All | Multi | CI & MC | Dataset | Website

    • Publisher: JosephusCheung
    • Size: 534530 instances
    • License: GPL-3.0
    • Source: Expand upon the initial 52K dataset from the Alpaca model
    • Instruction Category: Multi
  • LaMini-LM 2023-4 | All | EN | CI & MC | Paper | Github | Dataset

    • Publisher: Monash University et al.
    • Size: 2585615 instances
    • License: CC-BY-NC-4.0
    • Source: Generated by ChatGPT with synthetic and existing prompts
    • Instruction Category: Multi
  • LogiCoT 2023-5 | All | EN & ZH | CI & MC | Paper | Github | Dataset

    • Publisher: Westlake University et al.
    • Size: 604840 instances
    • License: CC-BY-NC-ND-4.0
    • Source: Expand the datasets using GPT-4
    • Instruction Category: Reasoning
  • LongForm 2023-4 | All | EN | CI & MC | Paper | Github | Dataset

    • Publisher: LMU Munich et al.
    • Size: 27739 instances
    • License: MIT
    • Source: Select documents from existing corpora and generating prompts for the documents using LLMs
    • Instruction Category: Multi
  • Luotuo-QA-B 2023-5 | All | EN & ZH | CI & MC | Github | Dataset

    • Publisher: Luotuo
    • Size: 157320 instances
    • License: Apache-2.0 & CC0
    • Source: Use LLMs to generate Q&A pairs on CSL, arXiv, and CNN-DM datasets
    • Instruction Category: Multi
  • OpenOrca 2023-6 | All | Multi | CI & MC | Paper | Dataset

    • Publisher: Microsoft Researc
    • Size: 4233923 instances
    • License: MIT
    • Source: Expand upon the Flan 2022 dataset using GPT-3.5-Turbo and GPT-4
    • Instruction Category: Multi
  • Wizard_evol_instruct_zh 2023-5 | All | ZH | CI & MC | Github | Dataset

    • Publisher: Central China Normal University et al.
    • Size: 70K instances
    • License: CC-BY-4.0
    • Source: Generated by GPT with Wizard_evol_instruct prompts translated into Chinese
    • Instruction Category: Multi

HG & CI & MC

  • COIG 2023-4 | All | ZH | HG & CI & MC | Paper | Github | Dataset

    • Publisher: BAAI
    • Size: 191191 instances
    • License: Apache-2.0
    • Source: Translated instructions, Leetcode, Chinese exams, etc.
    • Instruction Category: Multi
  • HC3 2023-1 | All | EN & ZH | HG & CI & MC | Paper | Github | Dataset1 | Dataset2

    • Publisher: SimpleAI
    • Size: 37175 instances
    • License: CC-BY-SA-4.0
    • Source: Human-Q&A pairs and ChatGPT-Q&A pairs from Q&A platforms, encyclopedias, etc.
    • Instruction Category: Multi
  • Phoenix-sft-data-v1 2023-5 | All | Multi | HG & CI & MC | Paper | Github | Dataset

    • Publisher: The Chinese University of Hong Kong et al.
    • Size: 464510 instances
    • License: CC-BY-4.0
    • Source: Collected multi-lingual instructions, post-translated multi-lingual instructions, self-generated user-centered multi-lingual instructions
    • Instruction Category: Multi
  • TigerBot_sft_en 2023-5 | Partial | EN | HG & CI & MC | Paper | Github | Dataset

    • Publisher: TigerBot
    • Size: 677117 instances
    • License: Apache-2.0
    • Source: Self-instruct, human-labeling, open-source data cleaning
    • Instruction Category: Multi
  • TigerBot_sft_zh 2023-5 | Partial | ZH | HG & CI & MC | Paper | Github | Dataset

    • Publisher: TigerBot
    • Size: 530705 instances
    • License: Apache-2.0
    • Source: Self-instruct, human-labeling, open-source data cleaning
    • Instruction Category: Multi
  • Aya Collection 2024-2 | All | Multi (114) | HG & CI & MC | Paper | Dataset | Website

    • Publisher: Cohere For AI Community et al.
    • Size: 513M instances
    • License: Apache-2.0
    • Source: Templated data, Translated data and Aya Dataset
    • Instruction Category: Multi

Domain-specific Instruction Fine-tuning Datasets

The domain-specific instruction fine-tuning datasets are constructed for a particular domain by formulating instructions that encapsulate knowledge and task types closely related to that domain.

Dataset information format:

- Dataset name  Release Time | Public or Not | Language | Construction Method | Paper | Github | Dataset | Website
  - Publisher:
  - Size:
  - License:
  - Source:
  - Instruction Category:
  - Domain:

Medical

  • ChatDoctor 2023-3 | All | EN | HG & MC | Paper | Github | Dataset

    • Publisher: University of Texas Southwestern Medical Center et al.
    • Size: 115K instances
    • License: Apache-2.0
    • Source: Real conversations between doctors and patients & Generated by ChatGPT
    • Instruction Category: Multi
    • Domain: Medical
  • ChatMed_Consult_Dataset 2023-5 | All | ZH | MC | Github | Dataset

    • Publisher: michael-wzhu
    • Size: 549326 instances
    • License: CC-BY-NC-4.0
    • Source: Generated by GPT-3.5-Turbo
    • Instruction Category: Multi
    • Domain: Medical
  • CMtMedQA 2023-8 | All | ZH | HG | Paper | Github | Dataset

    • Publisher: Zhengzhou University
    • Size: 68023 instances
    • License: MIT
    • Source: Real conversations between doctors and patients
    • Instruction Category: Multi
    • Domain: Medical
  • DISC-Med-SFT 2023-8 | All | ZH | HG & CI | Paper | Github | Dataset | Website

    • Publisher: Fudan University et al.
    • Size: 464898 instances
    • License: Apache-2.0
    • Source: Open source datasets & Manually selected data
    • Instruction Category: Multi
    • Domain: Medical
  • HuatuoGPT-sft-data-v1 2023-5 | All | ZH | HG & MC | Paper | Github | Dataset

    • Publisher: The Chinese University of Hong Kong et al.
    • Size: 226042 instances
    • License: Apache-2.0
    • Source: Real conversations between doctors and patients & Generated by ChatGPT
    • Instruction Category: Multi
    • Domain: Medical
  • Huatuo-26M 2023-5 | Partial | ZH | CI | Paper | Github

    • Publisher: The Chinese University of Hong Kong et al.
    • Size: 26504088 instances
    • License: Apache-2.0
    • Source: Collection and improvement of various datasets
    • Instruction Category: Multi
    • Domain: Medical
  • MedDialog 2020-4 | All | EN & ZH | HG | Paper | Github

    • Publisher: UC San Diego
    • Size: 3.66M instances
    • License: -
    • Source: Real conversations between doctors and patients
    • Instruction Category: Multi
    • Domain: Medical
  • Medical Meadow 2023-4 | All | EN | HG & CI | Paper | Github | Dataset

    • Publisher: University Hospital Aachen et al.
    • Size: 160076 instances
    • License: GPL-3.0
    • Source: Crawl data from the Internet & Collection and improvement of various NLP datasets
    • Instruction Category: Multi
    • Domain: Medical
  • Medical-sft 2023-5 | All | EN & ZH | CI | Github | Dataset

    • Publisher: Ming Xu
    • Size: 2.07M instances
    • License: Apache-2.0
    • Source: Collection and improvement of various NLP datasets
    • Instruction Category: Multi
    • Domain: Medical
  • QiZhenGPT-sft-20k 2023-5 | Partial | ZH | CI | Github | Dataset

    • Publisher: Zhejiang University
    • Size: 20K instances
    • License: GPL-3.0
    • Source: Collection and improvement of various datasets
    • Instruction Category: Multi
    • Domain: Medical
  • ShenNong_TCM_Dataset 2023-6 | All | ZH | MC | Github | Dataset

    • Publisher: michael-wzhu
    • Size: 112565 instances
    • License: Apache-2.0
    • Source: Generated by ChatGPT
    • Instruction Category: Multi
    • Domain: Medical

Code

  • Code_Alpaca_20K 2023-3 | All | EN & PL | MC | Github | Dataset

    • Publisher: Sahil Chaudhary
    • Size: 20K instances
    • License: Apache-2.0
    • Source: Generated by Text-Davinci-003
    • Instruction Category: Code
    • Domain: Code
  • CodeContest 2022-3 | All | EN & PL | CI | Paper | Github

    • Publisher: DeepMind
    • Size: 13610 instances
    • License: Apache-2.0
    • Source: Collection and improvement of various datasets
    • Instruction Category: Code
    • Domain: Code
  • CommitPackFT 2023-8 | All | EN & PL (277) | HG | Paper | Github | Dataset

    • Publisher: Bigcode
    • Size: 702062 instances
    • License: MIT
    • Source: GitHub Action dump
    • Instruction Category: Code
    • Domain: Code
  • ToolAlpaca 2023-6 | All | EN & PL | HG & MC | Paper | Github

    • Publisher: Chinese Information Processing Laboratory et al.
    • Size: 3928 instances
    • License: Apache-2.0
    • Source: Manually filter APIs & Generated by ChatGPT
    • Instruction Category: Code
    • Domain: Code
  • ToolBench 2023-7 | All | EN & PL | HG & MC | Paper | Github

    • Publisher: Tsinghua University et al.
    • Size: 126486 instances
    • License: Apache-2.0
    • Source: Manually filter APIs & Generated by ChatGPT
    • Instruction Category: Code
    • Domain: Code

Legal

  • DISC-Law-SFT 2023-9 | Partial | ZH | HG & CI & MC | Paper | Github | Website

    • Publisher: Fudan University et al.
    • Size: 403K instances
    • License: Apache-2.0
    • Source: Open source datasets & Legal-related Text Content & Generated by GPT-3.5-Turbo
    • Instruction Category: Multi
    • Domain: Law
  • HanFei 1.0 2023-5 | All | ZH | - | Github | Dataset

    • Publisher: Chinese Academy of Sciences et al.
    • Size: 255K instances
    • License: Apache-2.0
    • Source: Filter legal-related data according to rules
    • Instruction Category: Multi
    • Domain: Law
  • LawGPT_zh 2023-5 | Partial | ZH | CI & MC | Github | Dataset

    • Publisher: Shanghai Jiao Tong University
    • Size: 200K instances
    • License: -
    • Source: Real conversations & Generated by ChatGPT
    • Instruction Category: Multi
    • Domain: Law
  • Lawyer LLaMA_sft 2023-5 | Partial | ZH | CI & MC | Paper | Github | Dataset

    • Publisher: Peking Universit
    • Size: 21476 instances
    • License: Apache-2.0
    • Source: Generated by ChatGPT with other datasets’ prompts
    • Instruction Category: Multi
    • Domain: Law

Math

  • BELLE_School_Math 2023-5 | All | ZH | MC | Github | Dataset

    • Publisher: BELLE
    • Size: 248481 instances
    • License: GPL-3.0
    • Source: Generated by ChatGPT
    • Instruction Category: Math
    • Domain: Math
  • Goat 2023-5 | All | EN | HG | Paper | Github | Dataset

    • Publisher: National University of Singapore
    • Size: 1746300 instances
    • License: Apache-2.0
    • Source: Artificially synthesized data
    • Instruction Category: Math
    • Domain: Math
  • MWP 2021-9 | All | EN & ZH | CI | Paper | Github | Dataset

    • Publisher: Xihua University et al.
    • Size: 251598 instances
    • License: MIT
    • Source: Collection and improvement of various datasets
    • Instruction Category: Math
    • Domain: Math
  • OpenMathInstruct-1 2024-2 | All | EN | CI & MC | Paper | Github | Dataset

    • Publisher: NVIDIA
    • Size: 1.8M instances
    • License: NVIDIA License
    • Source: GSM8K and MATH datasets (original questions); Generated using Mixtral-8×7B model
    • Instruction Category: Math
    • Domain: Math

Education

  • Child_chat_data 2023-8 | All | ZH | HG & MC | Github

    • Publisher: Harbin Institute of Technology et al.
    • Size: 5000 instances
    • License: -
    • Source: Real conversations & Generated by GPT-3.5-Turbo
    • Instruction Category: Multi
    • Domain: Education
  • Educhat-sft-002-data-osm 2023-7 | All | EN & ZH | CI | Paper | Github | Dataset

    • Publisher: East China Normal University et al.
    • Size: 4279419 instances
    • License: CC-BY-NC-4.0
    • Source: Collection and improvement of various datasets
    • Instruction Category: Multi
    • Domain: Education
  • TaoLi_data 2023-X | All | ZH | HG & CI | Github | Dataset

    • Publisher: Beijing Language and Culture University et al.
    • Size: 88080 instances
    • License: Apache-2.0
    • Source: Collection and improvement of various datasets & Manually extract dictionary data
    • Instruction Category: Multi
    • Domain: Education

Other

  • DISC-Fin-SFT 2023-10 | Partial | ZH | HG & CI & MC | Paper | Github | Website

    • Publisher: Fudan University et al.
    • Size: 246K instances
    • License: Apache-2.0
    • Source: Open source datasets & Manually collect financial data & ChatGPT assistance
    • Instruction Category: Multi
    • Domain: Financial
  • AlphaFin 2024-3 | All | EN & ZH | HG & CI & MC | Paper | Github | Dataset

    • Publisher: South China University of Technology et al.
    • Size: 167362 instances
    • License: Apache-2.0
    • Source: Traditional research datasets, real-time financial data, handwritten CoT data
    • Instruction Category: Multi
    • Domain: Financial
  • GeoSignal 2023-6 | Partial | EN | HG & CI & MC | Paper | Github | Dataset

    • Publisher: Shanghai Jiao Tong University et al.
    • Size: 22627272 instances
    • License: Apache-2.0
    • Source: Open source datasets & Geoscience-related Text Content & Generated by GPT-4
    • Instruction Category: Multi
    • Domain: Geoscience
  • MeChat 2023-4 | All | ZH | CI & MC | Paper | Github | Dataset

    • Publisher: Zhejiang University et al.
    • Size: 56K instances
    • License: CC0-1.0
    • Source: Based on PsyQA dataset with the proposed SMILE method
    • Instruction Category: Multi
    • Domain: Mental Health
  • Mol-Instructions 2023-6 | All | EN | HG & CI & MC | Paper | Github | Dataset

    • Publisher: Zhejiang University et al.
    • Size: 2043586 instances
    • License: CC-BY-4.0
    • Source: Molecule-oriented, Protein-oriented, Biomolecular text instructions
    • Instruction Category: Multi
    • Domain: Biology
  • Owl-Instruction 2023-9 | All | EN & ZH | HG & MC | Paper | Github

    • Publisher: Beihang University et al.
    • Size: 17858 instances
    • License: -
    • Source: Generated by GPT-4 & Manual verification
    • Instruction Category: Multi
    • Domain: IT
  • PROSOCIALDIALOG 2022-5 | All | EN | HG & MC | Paper | Dataset

    • Publisher: Allenai
    • Size: 165681 instances
    • License: CC-BY-4.0
    • Source: Generated by humans with GPT-3 created prompts
    • Instruction Category: Social Norms
    • Domain: Social Norms
  • TransGPT-sft 2023-7 | All | ZH | HG | Github | Dataset

    • Publisher: Beijing Jiaotong University
    • Size: 58057 instances
    • License: Apache-2.0
    • Source: Manually collect traffic-related data
    • Instruction Category: Multi
    • Domain: Transportation

Preference Datasets

Preference datasets are collections of instructions that provide preference evaluations for multiple responses to the same instruction input.

Preference Evaluation Methods

The preference evaluation methods for preference datasets can be categorized into voting, sorting, scoring, and other methods. Datasets are classified based on preference evaluation methods.

Dataset information format:

- Dataset name  Release Time | Public or Not | Language | Construction Method | Paper | Github | Dataset | Website
  - Publisher:
  - Size:
  - License:
  - Domain:
  - Instruction Category: 
  - Preference Evaluation Method: 
  - Source: 

Vote

  • Chatbot_arena_conversations 2023-6 | All | Multi | HG & MC | Paper | Dataset

    • Publisher: UC Berkeley et al.
    • Size: 33000 instances
    • License: CC-BY-4.0 & CC-BY-NC-4.0
    • Domain: General
    • Instruction Category: Multi
    • Preference Evaluation Method: VO-H
    • Source: Generated by twenty LLMs & Manual judgment
  • hh-rlhf 2022-4 | All | EN | HG & MC | Paper1 | Paper2 | Github | Dataset

    • Publisher: Anthropic
    • Size: 169352 instances
    • License: MIT
    • Domain: General
    • Instruction Category: Multi
    • Preference Evaluation Method: VO-H
    • Source: Generated by LLMs & Manual judgment
  • MT-Bench_human_judgments 2023-6 | All | EN | HG & MC | Paper | Github | Dataset | Website

    • Publisher: UC Berkeley et al.
    • Size: 3.3K instances
    • License: CC-BY-4.0
    • Domain: General
    • Instruction Category: Multi
    • Preference Evaluation Method: VO-H
    • Source: Generated by LLMs & Manual judgment
  • PKU-SafeRLHF 2023-7 | Partial | EN | HG & CI & MC | Paper | Github | Dataset

    • Publisher: Peking University
    • Size: 361903 instances
    • License: CC-BY-NC-4.0
    • Domain: Social Norms
    • Instruction Category: Social Norms
    • Preference Evaluation Method: VO-H
    • Source: Generated by LLMs & Manual judgment
  • SHP 2021-10 | All | EN | HG | Paper | Github | Dataset

    • Publisher: Stanford
    • Size: 385563 instances
    • License: -
    • Domain: General
    • Instruction Category: Multi
    • Preference Evaluation Method: VO-H
    • Source: Reddit data & Manual judgment
  • Zhihu_rlhf_3k 2023-4 | All | ZH | HG | Dataset

    • Publisher: Liyucheng
    • Size: 3460 instances
    • License: CC-BY-2.0
    • Domain: General
    • Instruction Category: Multi
    • Preference Evaluation Method: VO-H
    • Source: Zhihu data & Manual judgment
  • Summarize_from_Feedback 2020-9 | All | EN | HG & CI | Paper | Dataset

    • Publisher: OpenAI
    • Size: 193841 instances
    • License: -
    • Domain: News
    • Instruction Category: Multi
    • Preference Evaluation Method: VO-H & SC-H
    • Source: Open source datasets & Manual judgment and scoring
  • CValues 2023-7 | All | ZH | MC | Paper | Github | Dataset

    • Publisher: Alibaba Group
    • Size: 145K instances
    • License: Apache-2.0
    • Domain: Social Norms
    • Instruction Category: Social Norms
    • Preference Evaluation Method: VO-M
    • Source: Generated by LLMs & Evaluation by the reward model

Sort

  • OASST1_pairwise_rlhf_reward 2023-5 | All | Multi | CI | Dataset
    • Publisher: Tasksource
    • Size: 18918 instances
    • License: Apache-2.0
    • Domain: General
    • Instruction Category: Multi
    • Preference Evaluation Method: SO-H
    • Source: OASST1 datasets & Manual sorting

Score

  • Stack-Exchange-Preferences 2021-12 | All | EN | HG | Paper | Dataset

    • Publisher: Anthropic
    • Size: 10807695 instances
    • License: CC-BY-SA-4.0
    • Domain: General
    • Instruction Category: Multi
    • Preference Evaluation Method: SC-H
    • Source: Stackexchange data & Manual scoring
  • WebGPT 2021-12 | All | EN | HG & CI | Paper | Dataset

    • Publisher: OpenAI
    • Size: 19578 instances
    • License: -
    • Domain: General
    • Instruction Category: Multi
    • Preference Evaluation Method: SC-H
    • Source: Open source datasets & Manual scoring
  • Alpaca_comparison_data 2023-3 | All | EN | MC | Github

    • Publisher: Stanford Alpaca
    • Size: 51K instances
    • License: Apache-2.0
    • Domain: General
    • Instruction Category: Multi
    • Preference Evaluation Method: SC-M
    • Source: Generated by three LLMs & GPT-4 scoring
  • Stable_Alignment 2023-5 | All | EN | MC | Paper | Github

    • Publisher: Dartmouth College et al.
    • Size: 169K instances
    • License: Apache-2.0
    • Domain: General
    • Instruction Category: Multi
    • Preference Evaluation Method: SC-M
    • Source: Generated by LLMs & Model scoring
  • UltraFeedback 2023-10 | All | EN | CI & MC | Paper | Github | Dataset

    • Publisher: Tsinghua University et al.
    • Size: 63967 instances
    • License: MIT
    • Domain: General
    • Instruction Category: Multi
    • Preference Evaluation Method: SC-M
    • Source: Generated by seventeen LLMs & Model scoring

Other

  • Medical-rlhf 2023-5 | All | ZH | CI & MC | Github | Dataset

    • Publisher: Ming Xu
    • Size: 4K instances
    • License: Apache-2.0
    • Domain: Medical
    • Instruction Category: Multi
    • Preference Evaluation Method: Other
    • Source: Response_chosen comes from the doctor's response & Response_rejected comes from the model's response
  • PRM800K 2023-5 | All | EN | HG & CI & MC | Paper | Github

    • Publisher: OpenAI
    • Size: 800K instances
    • License: MIT
    • Domain: Math
    • Instruction Category: Math
    • Preference Evaluation Method: Other
    • Source: Generated by LLMs & Mathematical reasoning steps are determined manually

Evaluation Datasets

Evaluation datasets are a carefully curated and annotated set of data samples used to assess the performance of LLMs across various tasks.Datasets are classified based on evaluation domains.

Dataset information format:

- Dataset name  Release Time | Public or Not | Language | Construction Method | Paper | Github | Dataset | Website
  - Publisher:
  - Size:
  - License:
  - Question Type: 
  - Evaluation Method: 
  - Focus: 
  - Numbers of Evaluation Categories/Subcategories: 
  - Evaluation Category: 

General

  • AlpacaEval 2023-5 | All | EN | CI & MC | Paper | Github | Dataset | Website

    • Publisher: Stanford et al.
    • Size: 805 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: ME
    • Focus: The performance on open-ended question answering
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Open-ended question answering
  • BayLing-80 2023-6 | All | EN & ZH | HG & CI | Paper | Github | Dataset

    • Publisher: Chinese Academy of Sciences
    • Size: 320 instances
    • License: GPL-3.0
    • Question Type: SQ
    • Evaluation Method: ME
    • Focus: Chinese-English language proficiency and multimodal interaction skills
    • Numbers of Evaluation Categories/Subcategories: 9/-
    • Evaluation Category: Writing, Roleplay, Common-sense, Fermi, Counterfactual, Coding, Math, Generic, Knowledge
  • BELLE_eval 2023-4 | All | ZH | HG & MC | Paper | Github

    • Publisher: BELLE
    • Size: 1000 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: ME
    • Focus: The performance of Chinese language models in following instructions
    • Numbers of Evaluation Categories/Subcategories: 9/-
    • Evaluation Category: Extract, Closed qa, Rewrite, Summarization, Generation, Classification, Brainstorming, Open qa, Others
  • CELLO 2023-9 | All | EN | HG | Paper | Github

    • Publisher: Fudan University et al.
    • Size: 523 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The ability of LLMs to understand complex instructions
    • Numbers of Evaluation Categories/Subcategories: 2/10
    • Evaluation Category: Complex task description, Complex input
  • MT-Bench 2023-6 | All | EN | HG | Paper | Github | Website

    • Publisher: UC Berkeley et al.
    • Size: 80 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: ME
    • Focus: The performance on open-ended question answering
    • Numbers of Evaluation Categories/Subcategories: 8/-
    • Evaluation Category: Writing, Roleplay, Reasoning, Math, Coding, Extraction, STEM, Humanities
  • SuperCLUE 2023-7 | Not | ZH | HG & MC | Paper | Github | Website1 | Website2

    • Publisher: CLUE et al.
    • Size: 3754 instances
    • License: -
    • Question Type: Multi
    • Evaluation Method: HE & CE
    • Focus: The performance in a Chinese context
    • Numbers of Evaluation Categories/Subcategories: 2/-
    • Evaluation Category: Open multi-turn open questions, OPT objective questions
  • Vicuna Evaluation 2023-3 | All | EN | HG | Github | Dataset | Website

    • Publisher: LMSYS ORG
    • Size: 80 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: ME
    • Focus: The performance on open-ended question answering
    • Numbers of Evaluation Categories/Subcategories: 9/-
    • Evaluation Category: Generic, Knowledge, Roleplay, Common-sense, Fermi, Counterfactual, Coding, Math, Writing

Exam

  • AGIEval 2023-4 | All | EN & ZH | HG & CI | Paper | Github | Dataset

    • Publisher: Microsoft
    • Size: 8062 instances
    • License: MIT
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: Human-centric standardized exams
    • Numbers of Evaluation Categories/Subcategories: 7/20
    • Evaluation Category: Gaokao, SAT, JEC, LSAT, LogiQA, AQuA-RAT, Math
  • GAOKAO-Bench 2023-5 | All | ZH | HG | Paper | Github

    • Publisher: Fudan University et al.
    • Size: 2811 instances
    • License: Apache-2.0
    • Question Type: Multi
    • Evaluation Method: HE & CE
    • Focus: Chinese Gaokao examination
    • Numbers of Evaluation Categories/Subcategories: 10/-
    • Evaluation Category: Chinese, Mathematics (2 categories), English, Physics, Chemistry, Biology, Politics, History, Geography
  • M3Exam 2023-6 | All | Multi (9) | HG | Paper | Github

    • Publisher: Alibaba Group et al.
    • Size: 12317 instances
    • License: -
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: The comprehensive abilities in a multilingual and multilevel context using real human exam questions
    • Numbers of Evaluation Categories/Subcategories: 3/-
    • Evaluation Category: Low, Mid, High

Subject

  • ARB 2023-7 | All | EN | CI | Paper | Github

    • Publisher: DuckAI et al.
    • Size: 1207 instances
    • License: MIT
    • Question Type: Multi
    • Evaluation Method: HE & ME
    • Focus: Advanced reasoning problems in multiple fields
    • Numbers of Evaluation Categories/Subcategories: 5/-
    • Evaluation Category: Mathematics, Physics, Law, MCAT(Reading), MCAT(Science)
  • C-CLUE 2021-8 | All | ZH | HG | Github | Website

    • Publisher: Tianjin University
    • Size: -
    • License: CC-BY-SA-4.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Classical Chinese language understanding
    • Numbers of Evaluation Categories/Subcategories: 2/-
    • Evaluation Category: Named entity recognition, Relation extraction
  • C-Eval 2023-5 | All | ZH | HG & MC | Paper | Github | Dataset | Website

    • Publisher: Shanghai Jiao Tong University
    • Size: 13948 instances
    • License: CC-BY-NC-SA-4.0
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: The advanced knowledge and reasoning abilities in a Chinese context
    • Numbers of Evaluation Categories/Subcategories: 4/52
    • Evaluation Category: STEM, Social Science, Humanity, Other
  • CG-Eval 2023-8 | All | ZH | HG | Paper | Github | Dataset | Website

    • Publisher: LanguageX AI Lab et al.
    • Size: 11000 instances
    • License: CC-BY-SA-4.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The generation capabilities of LLMs across various academic disciplines
    • Numbers of Evaluation Categories/Subcategories: 6/55
    • Evaluation Category: Science and engineering, Humanities and social sciences, Mathematical calculations, Medical practitioner qualification Examination, Judicial Examination, Certfied public accountant examination
  • LLMEVAL-3 2023-9 | Not | ZH | HG | Github | Website

    • Publisher: Fudan University et al.
    • Size: 200K instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: ME
    • Focus: Subject-specific knowledge capability
    • Numbers of Evaluation Categories/Subcategories: 13/-
    • Evaluation Category: Philosophy, Economics, Law, Education, Literature, History, Science, Engineering, Agriculture, Medicine, Military science, Management, Fine arts
  • MMCU 2023-4 | All | ZH | HG | Paper | Github

    • Publisher: LanguageX AI Lab
    • Size: 11845 instances
    • License: -
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: Multidisciplinary abilities
    • Numbers of Evaluation Categories/Subcategories: 4/25
    • Evaluation Category: Medicine, Law, Psychology, Education
  • MMLU 2020-9 | All | EN | HG | Paper | Github

    • Publisher: UC Berkeley et al.
    • Size: 15908 instances
    • License: MIT
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: Knowledge in academic and professional domains
    • Numbers of Evaluation Categories/Subcategories: 4/57
    • Evaluation Category: Humanities, Social science, STEM, Other
  • M3KE 2023-5 | All | ZH | HG | Paper | Github | Dataset

    • Publisher: Tianjin University et al.
    • Size: 20477 instances
    • License: Apache-2.0
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: Multidisciplinary abilities
    • Numbers of Evaluation Categories/Subcategories: 4/71
    • Evaluation Category: Arts & Humanities, Social sciences, Natural sciences, Other
  • SCIBENCH 2023-7 | All | EN | HG | Paper | Github

    • Publisher: University of California et al.
    • Size: 695 instances
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The performance in university-level science and engineering domains
    • Numbers of Evaluation Categories/Subcategories: 3/10
    • Evaluation Category: Physics, Chemistry, Math
  • ScienceQA 2022-9 | All | EN | HG | Paper | Github | Website

    • Publisher: University of California et al.
    • Size: 21208 instances
    • License: CC-BY-NC-SA-4.0
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: Science question-answering ability
    • Numbers of Evaluation Categories/Subcategories: 3/26
    • Evaluation Category: Natural science, Social science, Language science
  • TheoremQA 2023-5 | All | EN | HG | Paper | Github | Dataset

    • Publisher: University of Waterloo et al.
    • Size: 800 instances
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Science subject question-answering ability
    • Numbers of Evaluation Categories/Subcategories: 4/39
    • Evaluation Category: Mathematics, Physics, Finance, CS & EE
  • XiezhiBenchmark 2023-6 | All | EN & ZH | HG & MC | Paper | Github

    • Publisher: Fudan University et al.
    • Size: 249587 instances
    • License: CC-BY-NC-SA-4.0
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: Multidisciplinary abilities
    • Numbers of Evaluation Categories/Subcategories: 13/516
    • Evaluation Category: Medicine, Literature, Economics, Agronomy, Science, Jurisprudence, History, Art studies, Philosophy, Pedagogy, Military science, Management, Engineering
  • CMMLU 2023-6 | All | ZH | HG | Paper | Github | Dataset

    • Publisher: MBZUAI
    • Size: 11528 instances
    • License: CC-BY-NC-4.0
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: The knowledge and reasoning capabilities within the Chinese context
    • Numbers of Evaluation Categories/Subcategories: 5/67
    • Evaluation Category: Social science, STEM, Humanities, China specific, Other
  • GPQA 2023-11 | All | EN | HG | Paper | Github | Dataset

    • Publisher: New York University et al.
    • Size: 448 instances
    • License: CC-BY-4.0
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: The disciplinary knowledge in the fields of biology, physics, and chemistry
    • Numbers of Evaluation Categories/Subcategories: 3/16
    • Evaluation Category: Biology, Physics, Chemistry
  • CMATH 2023-6 | All | ZH | HG | Paper | Github | Dataset

    • Publisher: Xiaomi AI Lab
    • Size: 1698 instances
    • License: CC-BY-4.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Elementary school math word problems
    • Numbers of Evaluation Categories/Subcategories: 6/-
    • Evaluation Category: Grades 1 to 6 in elementary school
  • FineMath 2024-3 | Not | ZH | HG | Paper

    • Publisher: Tianjin University et al.
    • Size: 1584 instances
    • License: -
    • Question Type: Multi
    • Evaluation Method: -
    • Focus: Elementary school math word problems
    • Numbers of Evaluation Categories/Subcategories: 6/17
    • Evaluation Category: Number & Operations, Measurement, Data analysis & Probability, Algebra, Geometry, Others
  • WYWEB 2023-7 | All | ZH | HG & CI | Paper | Github | Dataset | Website

    • Publisher: Zhejiang University et al.
    • Size: 467200 instances
    • License: -
    • Question Type: Multi
    • Evaluation Method: CE
    • Focus: Classical Chinese
    • Numbers of Evaluation Categories/Subcategories: 5/9
    • Evaluation Category: Sequence labeling, Sentence classification, Token similarity, Reading comprehension, Translation

NLU

  • CLUE 2020-12 | All | ZH | CI | Paper | Github

    • Publisher: CLUE team
    • Size: 9 datasets
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Natural language understanding capability
    • Numbers of Evaluation Categories/Subcategories: 3/9
    • Evaluation Category: Single-sentence tasks, Sentence pair tasks, Machine reading comprehension tasks
  • CUGE 2021-12 | All | EN & ZH | CI | Paper | Website

    • Publisher: Tsinghua University et al.
    • Size: 33.4M instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Natural language understanding capability
    • Numbers of Evaluation Categories/Subcategories: 7/18
    • Evaluation Category: Language understanding (word-sentence or discourse level), Information acquisition and question answering, Language generation, Conversational interaction, Multilingual, Mathematical reasoning
  • GLUE 2018-11 | All | EN | CI | Paper | Github | Website

    • Publisher: New York University et al.
    • Size: 9 datasets
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Natural language understanding capability
    • Numbers of Evaluation Categories/Subcategories: 3/9
    • Evaluation Category: Single-sentence tasks, Similarity and paraphrase tasks, Inference tasks
  • SuperGLUE 2019-5 | All | EN | CI | Paper | Website

    • Publisher: New York University et al.
    • Size: 8 datasets
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Natural language understanding capability
    • Numbers of Evaluation Categories/Subcategories: 4/8
    • Evaluation Category: Word sense disambiguation, Natural language inference, Coreference resolution, Question answering
  • MCTS 2023-6 | All | ZH | HG | Paper | Github

    • Publisher: Beijing Language and Culture University
    • Size: 723 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Text simplification ability
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Text simplification
  • RAFT 2021-9 | All | EN | HG & CI | Paper | Dataset | Website

    • Publisher: Ought et al.
    • Size: 28712 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Text classification ability
    • Numbers of Evaluation Categories/Subcategories: 1/11
    • Evaluation Category: Text classification
  • SentEval 2018-5 | All | EN | CI | Paper | Github

    • Publisher: Facebook Artificial Intelligence Research
    • Size: 28 datasets
    • License: BSD
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The quality of universal sentence representations
    • Numbers of Evaluation Categories/Subcategories: 1/21
    • Evaluation Category: Universal sentence representations

Reasoning

  • Chain-of-Thought Hub 2023-5 | All | EN | CI | Paper | Github

    • Publisher: University of Edinburgh et al.
    • Size: -
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The multi-step reasoning capabilities
    • Numbers of Evaluation Categories/Subcategories: 6/8
    • Evaluation Category: Math, Science, Symbolic, Knowledge, Coding, Factual
  • Choice-75 2023-9 | All | EN | HG & CI & MC | Paper | Github

    • Publisher: University of Pittsburgh et al.
    • Size: 650 instances
    • License: -
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: Predict decisions based on descriptive scenarios
    • Numbers of Evaluation Categories/Subcategories: 4/-
    • Evaluation Category: Easy, Medium, Hard, N/A
  • NeuLR 2023-6 | All | EN | CI | Paper | Github | Dataset

    • Publisher: Xi’an Jiaotong University et al.
    • Size: 3000 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Logical reasoning capabilities
    • Numbers of Evaluation Categories/Subcategories: 3/-
    • Evaluation Category: Deductive, Inductive, Abductive
  • TabMWP 2022-9 | All | EN | HG | Paper | Github | Website

    • Publisher: University of California et al.
    • Size: 38431 instances
    • License: CC-BY-NC-SA-4.0
    • Question Type: Multi
    • Evaluation Method: CE
    • Focus: Mathematical reasoning ability involving both textual and tabular information
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Mathematical reasoning and table QA
  • LILA 2022-10 | All | EN | CI | Paper | Github | Dataset

    • Publisher: Arizona State Univeristy et al.
    • Size: 317262 instances
    • License: CC-BY-4.0
    • Question Type: Multi
    • Evaluation Method: CE
    • Focus: Mathematical reasoning across diverse tasks
    • Numbers of Evaluation Categories/Subcategories: 4/23
    • Evaluation Category: Math ability, Language, Knowledge, Format
  • MiniF2F_v1 2021-9 | All | EN | HG & CI | Paper | Github

    • Publisher: Ecole Polytechnique et al.
    • Size: 488 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The performance on formal Olympiad-level mathematics problem statements
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Math

Knowledge

  • ALCUNA 2023-10 | All | EN | HG | Paper | Github | Dataset

    • Publisher: Peking University
    • Size: 84351 instances
    • License: MIT
    • Question Type: Multi
    • Evaluation Method: CE
    • Focus: Assess the ability of LLMs to respond to new knowledge
    • Numbers of Evaluation Categories/Subcategories: 3/-
    • Evaluation Category: Knowledge understanding, Knowledge differentiation, Knowledge association
  • KoLA 2023-6 | Partial | EN | HG & CI | Paper | Github | Website

    • Publisher: Tsinghua University
    • Size: 2138 instances
    • License: GPL-3.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The ability to grasp and utilize world knowledge
    • Numbers of Evaluation Categories/Subcategories: 4/19
    • Evaluation Category: Knowledge memorization, Knowledge understanding, Knowledge applying, Knowledge creating
  • LLMEVAL-2 2023-7 | All | ZH | HG | Github

    • Publisher: Fudan University et al.
    • Size: 480 instances
    • License: -
    • Question Type: Multi
    • Evaluation Method: HE & ME
    • Focus: Knowledge capability
    • Numbers of Evaluation Categories/Subcategories: 12/-
    • Evaluation Category: Computer science, Economics, Foreign languages, Law, Mathematics, Medicine, Optics, Physics, Social sciences, Chinese language and literature, Chemistry, Life sciences
  • SocKET 2023-5 | All | EN | CI | Paper | Github

    • Publisher: University of Michigan et al.
    • Size: 2616342 instances
    • License: CC-BY-4.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Mastery of social knowledge
    • Numbers of Evaluation Categories/Subcategories: 4/58
    • Evaluation Category: Classification, Regression, Pair-wise comparison, Span identification
  • LMExamQA 2023-6 | All | EN | MC | Paper | Website

    • Publisher: Tsinghua University et al.
    • Size: 10090 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: ME
    • Focus: The performance on open-ended question answering
    • Numbers of Evaluation Categories/Subcategories: 3/25
    • Evaluation Category: Knowledge memorization, Knowledge comprehension, Knowledge analysis

Long Text

  • L-Eval 2023-7 | All | EN | HG & CI | Paper | Github | Dataset

    • Publisher: Fudan University et al.
    • Size: 2043 instances
    • License: GPL-3.0
    • Question Type: SQ
    • Evaluation Method: HE & CE & ME
    • Focus: Long text task capability
    • Numbers of Evaluation Categories/Subcategories: 1/18
    • Evaluation Category: Long text task
  • LongBench 2023-8 | All | EN & ZH | CI | Paper | Github | Dataset

    • Publisher: Tsinghua University et al.
    • Size: 4750 instances
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Long text task capability
    • Numbers of Evaluation Categories/Subcategories: 6/21
    • Evaluation Category: Single-doc QA, Multi-doc QA, Summarization, Few-shot learning, Synthetic tasks, Code completion
  • LongEval 2023-6 | All | EN | HG | Github | Website

    • Publisher: LMSYS
    • Size: -
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Long text task capability
    • Numbers of Evaluation Categories/Subcategories: 2/-
    • Evaluation Category: Coarse-grained topic retrieval, Fine-grained line retrieval
  • InfiniteBench 2023-11 | All | EN & ZH | HG & CI & MC | Github | Dataset

    • Publisher: Tsinghua University et al.
    • Size: 3932 instances
    • License: Apache-2.0
    • Question Type: Multi
    • Evaluation Method: -
    • Focus: Long text task capability
    • Numbers of Evaluation Categories/Subcategories: 5/12
    • Evaluation Category: Mathematics, Code, Dialogue, Books, Retrieval
  • ZeroSCROLLS 2023-5 | All | EN | HG & CI | Paper | Github | Dataset | Website

    • Publisher: Tel Aviv University et al.
    • Size: 4378 instances
    • License: MIT
    • Question Type: Multi
    • Evaluation Method: CE
    • Focus: Long text task capability
    • Numbers of Evaluation Categories/Subcategories: 3/10
    • Evaluation Category: Summarization, Question Answering, Aggregation
  • LooGLE 2023-11 | All | EN | HG & CI & MC | Paper | Github | Dataset

    • Publisher: BIGAI et al.
    • Size: 6448 instances
    • License: CC-BY-SA-4.0
    • Question Type: SQ
    • Evaluation Method: HE & CE & ME
    • Focus: Long text task capability
    • Numbers of Evaluation Categories/Subcategories: 2/4
    • Evaluation Category: Long dependency tasks, Short dependency tasks
  • NAH (Needle-in-a-Haystack) 2023-11 | All | EN | - | Github

    • Publisher: gkamradt et al.
    • Size: -
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: ME
    • Focus: Long text task capability
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Long text task
  • CLongEval 2024-3 | All | ZH | HG & CI & MC | Paper | Github | Dataset

    • Publisher: The Chinese University of Hong Kong et al.
    • Size: 7267 instances
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Long text task capability
    • Numbers of Evaluation Categories/Subcategories: 7/-
    • Evaluation Category: Long story QA, Long conversation memory, Long story summarization, Stacked news labeling, Stacked typo detection, Key-passage retrieval, Table querying
  • Counting-Stars 2024-3 | All | ZH | HG | Paper | Github | Dataset

    • Publisher: Tencent MLPD
    • Size: -
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Long text task capability
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Long text task

Tool

  • API-Bank 2023-4 | All | EN & PL | HG & MC | Paper | Github

    • Publisher: Alibaba DAMO Academy et al.
    • Size: 264 dialogues
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: HE & CE
    • Focus: Plan step-by-step API calls, retrieve relevant APIs, and correctly execute API calls to meet human needs
    • Numbers of Evaluation Categories/Subcategories: 3/-
    • Evaluation Category: Call, Retrieval+Call, Plan+Retrieval+Call
  • APIBench 2023-5 | All | EN & PL | HG & MC | Paper | Github | Dataset | Website

    • Publisher: UC Berkeley et al.
    • Size: 16450 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The reasoning ability for calling APIs
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: API call
  • ToolBench 2023-5 | All | EN | HG & CI | Paper | Github

    • Publisher: SambaNova Systems et al.
    • Size: 795 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The enhancement in tool manipulation for real-world software tasks
    • Numbers of Evaluation Categories/Subcategories: 8/-
    • Evaluation Category: Open weather, The cat API, Home search, Trip booking, Google sheets, Virtual home, Web shop, Tabletop
  • ToolEyes 2024-1 | All | EN | HG | Paper | Github | Datasets

    • Publisher: Fudan University
    • Size: 382 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: CE & ME
    • Focus: The LLMs' tool learning capabilities in authentic scenarios
    • Numbers of Evaluation Categories/Subcategories: 7/41
    • Evaluation Category: Text generation, Data understanding, Real-time search, Application manipulation, Personal life, Information retrieval, Financial transactions

Agent

  • AgentBench 2023-8 | All | EN | HG & CI & MC | Paper | Github | Website

    • Publisher: Tsinghua University et al.
    • Size: 1360 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: LLM-as-Agent’s reasoning and decision-making abilities
    • Numbers of Evaluation Categories/Subcategories: 8/-
    • Evaluation Category: Operating system, Database, Knowledge graph, Digital card game, Lateral thinking puzzles, House-holding, Web shopping, Web browsing
  • SuperCLUE-Agent 2023-10 | Not | ZH | - | Github | Website1 | Website2

    • Publisher: CLUEbenchmark
    • Size: -
    • License: -
    • Question Type: SQ
    • Evaluation Method: -
    • Focus: Agent capabilities of LLMs
    • Numbers of Evaluation Categories/Subcategories: 3/10
    • Evaluation Category: Tool utilization, Task planning, Long-term and short-term memory

Code

  • BIRD 2023-5 | All | EN & PL | HG & CI & MC | Paper | Github | Dataset | Website

    • Publisher: The University of Hong Kong et al.
    • Size: 12751 instances
    • License: CC-BY-NC-4.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Text-to-SQL parsing
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Text-SQL
  • CodeXGLUE 2021-2 | All | EN & PL | CI | Paper | Github | Dataset

    • Publisher: Peking University et al.
    • Size: 4.12M instances
    • License: C-UDA
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Program understanding and generation tasks
    • Numbers of Evaluation Categories/Subcategories: 4/10
    • Evaluation Category: Code-Code, Text-Code, Code-Text, Text-to-Text
  • DS-1000 2022-11 | All | EN & PL | HG | Paper | Github | Dataset | Website

    • Publisher: The University of Hong Kong et al.
    • Size: 1000 instances
    • License: CC-BY-SA-4.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Code generation
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Code generation
  • HumanEval 2021-7 | All | EN & PL | HG | Paper | Github

    • Publisher: OpenAI et al.
    • Size: 164 instances
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The correctness of problem-solving abilities in the context of program synthesis
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Code generation
  • HumanEvalPack 2023-8 | All | EN & PL | HG & CI | Paper | Github | Dataset

    • Publisher: Bigcode
    • Size: 984 instances
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The correctness of problem-solving abilities in the context of program synthesis
    • Numbers of Evaluation Categories/Subcategories: 3/-
    • Evaluation Category: HumanEvalFix, HumanEvalExplain, HumanEvalSynthesize
  • MTPB 2022-3 | All | EN & PL | HG | Paper | Github | Dataset

    • Publisher: Salesforce Research
    • Size: 115 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Multi-turn Programming
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Code generation
  • ODEX 2022-12 | All | Multi & PL | HG & CI | Paper | Github

    • Publisher: Carnegie Mellon University et al.
    • Size: 945 instances
    • License: CC-BY-SA-4.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Natural language to Python code generation
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Code generation
  • APPS 2021-5 | All | EN & PL | HG | Paper | Github | Dataset

    • Publisher: UC Berkeley et al.
    • Size: 10000 instances
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The ability to take an arbitrary natural language specification and generate satisfactory Python code
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Code generation

OOD

  • BOSS 2023-6 | All | EN | CI | Paper | Github

    • Publisher: Tsinghua University et al.
    • Size: -
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Assess model performance under distribution shifts
    • Numbers of Evaluation Categories/Subcategories: 5/20
    • Evaluation Category: Sentiment analysis, Toxicity detection, Natural language inference, Named entity recognition, Extractive Question answering
  • GLUE-X 2022-11 | All | EN | CI | Paper | Github | Dataset

    • Publisher: Westlake University et al.
    • Size: 6404940 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The out-of-distribution (OOD) robustness
    • Numbers of Evaluation Categories/Subcategories: 7/16
    • Evaluation Category: Sentiment analysis, Linguistic acceptability, Textual similarity, Natural language inference, Question answering NLI, Textual entailment, Paraphrase

Law

  • LAiW 2023-10 | Partial | ZH | CI | Paper | Github

    • Publisher: Sichuan University et al.
    • Size: -
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Legal capabilities
    • Numbers of Evaluation Categories/Subcategories: 3/13
    • Evaluation Category: Basic legal NLP, Basic legal application, Complex legal application
  • LawBench 2023-9 | All | ZH | HG & CI | Paper | Github | Dataset

    • Publisher: Nanjing University et al.
    • Size: -
    • License: Apache-2.0
    • Question Type: Multi
    • Evaluation Method: CE
    • Focus: Legal capabilities
    • Numbers of Evaluation Categories/Subcategories: 3/20
    • Evaluation Category: Legal knowledge memorization, Legal knowledge understanding, Legal knowledge applying
  • LegalBench 2023-8 | All | EN | HG & CI | Paper | Github | Dataset | Website

    • Publisher: Stanford University et al.
    • Size: 90417 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: HE & CE
    • Focus: Legal reasoning
    • Numbers of Evaluation Categories/Subcategories: 6/162
    • Evaluation Category: Issue-spotting, Rule-recall, Rule-application, Rule-conclusion, Interpretation, Rhetorical-understanding
  • LexGLUE 2021-10 | All | EN | CI | Paper | Github

    • Publisher: University of Copenhagen et al.
    • Size: 237014 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Legal capabilities
    • Numbers of Evaluation Categories/Subcategories: 3/-
    • Evaluation Category: Multi-label classification, Multi-class classification, Multiple choice QA
  • LEXTREME 2023-1 | All | Multi (24) | CI | Paper | Github

    • Publisher: University of Bern et al.
    • Size: 3508603 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Legal capabilities
    • Numbers of Evaluation Categories/Subcategories: 18/-
    • Evaluation Category: Brazilian court decisions, German argument mining, Greek legal code, Swiss judgment prediction, etc.
  • SCALE 2023-6 | All | Multi (5) | HG & CI | Paper | Dataset

    • Publisher: University of Bern et al.
    • Size: 1.86M instances
    • License: CC-BY-SA
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Legal multidimensional abilities
    • Numbers of Evaluation Categories/Subcategories: 4/-
    • Evaluation Category: Processing long documents, Utilizing domain specific knowledge, Multilingual understanding, Multitasking

Medical

  • CBLUE 2022-5 | All | ZH | HG & CI | Paper | Github

    • Publisher: Zhejiang University et al.
    • Size: 195820 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Chinese biomedical language understanding
    • Numbers of Evaluation Categories/Subcategories: 5/8
    • Evaluation Category: Information extraction from the medical text, normalization of the medical term, medical text classification, medical sentence similarity estimation, medical QA
  • CMB 2023-8 | All | ZH | HG | Paper | Github | Dataset | Website

    • Publisher: The Chinese University of Hong Kong et al.
    • Size: 281047 instances
    • License: Apache-2.0
    • Question Type: Multi
    • Evaluation Method: HE & CE & ME
    • Focus: The performance of LLMs in the field of medicine
    • Numbers of Evaluation Categories/Subcategories: 2/7
    • Evaluation Category: CMB-Exam, CMB-Clin
  • HuaTuo26M-test 2023-5 | All | ZH | CI | Paper | Github | Dataset

    • Publisher: The Chinese University of Hong Kong et al.
    • Size: 6000 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Understand and generate complex medical language
    • Numbers of Evaluation Categories/Subcategories: 3/-
    • Evaluation Category: Medical consultant records, Encyclopedias, Knowledge bases
  • MultiMedQA 2022-12 | All | EN | HG & CI | Paper | Dataset

    • Publisher: Google Research et al.
    • Size: 212822 instances
    • License: -
    • Question Type: Multi
    • Evaluation Method: HE & CE
    • Focus: The performance in medical and clinical applications
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Medical question answering
  • PromptCBLUE 2023-4 | All | ZH | CI | Github

    • Publisher: East China Normal University et al.
    • Size: 20640 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The performance in Chinese medical scenarios
    • Numbers of Evaluation Categories/Subcategories: 16/-
    • Evaluation Category: Medical named entity recognition, Medical entity relation extraction, Medical event extraction, etc.
  • QiZhenGPT_eval 2023-5 | All | ZH | HG | Github | Dataset

    • Publisher: Zhejiang University et al.
    • Size: 94 instances
    • License: GPL-3.0
    • Question Type: SQ
    • Evaluation Method: HE
    • Focus: Indications for use of drugs
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Drug indication question answering

Financial

  • BBF-CFLEB 2023-2 | All | ZH | HG & CI | Paper | Github | Website

    • Publisher: Fudan University et al.
    • Size: 11327 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Language understanding and generation tasks in Chinese financial natural language processing
    • Numbers of Evaluation Categories/Subcategories: 6/-
    • Evaluation Category: FinNL, FinNA, FinRE, FinFE, FinQA, FinNSP
  • FinancelQ 2023-9 | All | ZH | HG & MC | Github

    • Publisher: Du Xiaoman
    • Size: 7173 instances
    • License: CC-BY-NC-SA-4.0
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: The knowledge and reasoning abilities in financial contexts
    • Numbers of Evaluation Categories/Subcategories: 10/36
    • Evaluation Category: Bank, Fund, Securities, Futures and derivatives, CICE, Actuarial science, Financial planning, CPA, Taxation, Economics
  • FinEval 2023-8 | All | ZH | HG | Paper | Github | Dataset | Website

    • Publisher: Shanghai University of Finance and Economics
    • Size: 4661 instances
    • License: CC-BY-NC-SA-4.0
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: The performance in the financial domain knowledge
    • Numbers of Evaluation Categories/Subcategories: 4/34
    • Evaluation Category: Finance, Economy, Accounting, Certificate
  • FLUE 2022-10 | All | EN | CI | Paper | Website

    • Publisher: Georgia Institute of Technology et al.
    • Size: 26292 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: NLP tasks in the financial domain
    • Numbers of Evaluation Categories/Subcategories: 5/6
    • Evaluation Category: Financial sentiment analysis, News headline classification, Named entity recognition, Structure boundary detection, Question answering
  • FinBen 2024-2 | All | EN | CI | Paper | Github

    • Publisher: The Fin AI et al.
    • Size: 69805 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: NLP tasks in the financial domain
    • Numbers of Evaluation Categories/Subcategories: 3/6
    • Evaluation Category: Foundamental tasks, Advanced cognitive engagement, General intelligence

Social Norms

  • CrowS-Pairs 2020-11 | All | EN | HG & CI | Paper | Github

    • Publisher: New York University
    • Size: 1508 instances
    • License: CC-SA-4.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The presence of cultural biases and stereotypes in pretrained language models
    • Numbers of Evaluation Categories/Subcategories: 9/-
    • Evaluation Category: Race, Gender, Sexual orientation, Religion, Age, Nationality, Disability, Physical appearance, Occupation
  • SafetyBench 2023-9 | All | EN & ZH | HG & CI & MC | Paper | Github | Dataset | Website

    • Publisher: Tsinghua University et al.
    • Size: 11435 instances
    • License: MIT
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: The safety of LLMs
    • Numbers of Evaluation Categories/Subcategories: 7/-
    • Evaluation Category: Offensiveness, Unfairness and bias, Physical health, Mental Health, Illegal activities, Ethics and morality, Privacy and Property
  • Safety-Prompts 2023-4 | Partial | ZH | MC | Paper | Github | Dataset | Website

    • Publisher: Tsinghua University et al.
    • Size: 100K instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: HE & ME
    • Focus: The safety of LLMs
    • Numbers of Evaluation Categories/Subcategories: 2/13
    • Evaluation Category: Typical security scenarios, Instruction attack
  • SuperCLUE-Safety 2023-9 | Not | ZH | - | Github | Website

    • Publisher: CLUEbenchmark
    • Size: 4912 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: ME
    • Focus: The safety of LLMs
    • Numbers of Evaluation Categories/Subcategories: 3/20+
    • Evaluation Category: Traditional security category, Responsible artificial intelligence, Instruction attacks
  • TRUSTGPT 2023-6 | All | EN | CI | Paper | Github

    • Publisher: Sichuan University et al.
    • Size: 2000 instances
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The performance in toxicity, bias, and value alignment
    • Numbers of Evaluation Categories/Subcategories: 3/-
    • Evaluation Category: Toxicity, Bias, Value-alignment

Factuality

  • FACTOR 2023-7 | Partial | EN | HG & CI & MC | Paper | Github

    • Publisher: AI21 Labs
    • Size: 4030 instances
    • License: MIT
    • Question Type: OQ
    • Evaluation Method: CE
    • Focus: The factuality of LLMs
    • Numbers of Evaluation Categories/Subcategories: 2/-
    • Evaluation Category: Wiki, News
  • FActScore 2023-5 | All | EN | HG & MC | Paper | Github

    • Publisher: University of Washington et al.
    • Size: 500 instances
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: HE & ME
    • Focus: The factuality of LLMs
    • Numbers of Evaluation Categories/Subcategories: 7/-
    • Evaluation Category: Single-sentence contradiction (words or beyond words), Page-level contradiction, Subjective, Fact is irrelevant, Wiki is inconsistent & wrong, Annotation error
  • FactualityPrompt 2022-6 | All | EN | CI | Paper | Github

    • Publisher: Hong Kong University of Science and Technology et al.
    • Size: 16000 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The factuality of LLMs
    • Numbers of Evaluation Categories/Subcategories: 2/-
    • Evaluation Category: Factual prompts, Nonfactual prompts
  • FreshQA 2023-10 | All | EN | HG | Paper | Github

    • Publisher: Google et al.
    • Size: 600 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: HE
    • Focus: The factuality of LLMs
    • Numbers of Evaluation Categories/Subcategories: 4/-
    • Evaluation Category: Never-changing, Slow-changing, Fast-changing, False-premise
  • HalluQA 2023-10 | All | ZH | HG & MC | Paper | Github

    • Publisher: Fudan University et al.
    • Size: 450 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: ME
    • Focus: The factuality of LLMs
    • Numbers of Evaluation Categories/Subcategories: 3/-
    • Evaluation Category: Misleading, Misleading-hard, Knowledge
  • HaluEval 2023-5 | All | EN | HG & CI & MC | Paper | Github | Dataset

    • Publisher: Renmin University of China et al.
    • Size: 35000 instances
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The factuality of LLMs
    • Numbers of Evaluation Categories/Subcategories: 3/-
    • Evaluation Category: QA, Dialogue, Summarization
  • TruthfulQA 2022-5 | All | EN | HG | Paper | Github

    • Publisher: University of Oxford et al.
    • Size: 817 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: CE & ME
    • Focus: The factuality of LLMs
    • Numbers of Evaluation Categories/Subcategories: 38/-
    • Evaluation Category: Health, Law, Conspiracies, Fiction, Misconceptions, Paranormal, Economics, Biology, Language, Indexical etc.
  • UHGEval 2023-11 | All | ZH | HG & MC | Paper | Github | Dataset

    • Publisher: Renmin University of China et al.
    • Size: 5141 instances
    • License: Apache-2.0
    • Question Type: Multi
    • Evaluation Method: CE
    • Focus: The factuality of LLMs
    • Numbers of Evaluation Categories/Subcategories: 3/4
    • Evaluation Category: Discriminative, Selective, Generative
  • HaluEval-Wild 2024-3 | Not | EN | HG & CI & MC | Paper

    • Publisher: Carnegie Mellon University
    • Size: 500 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: -
    • Focus: The factuality of LLMs
    • Numbers of Evaluation Categories/Subcategories: 5/-
    • Evaluation Category: Out-of-scope information, Complex reasoning, Inappropriate content, Beyond-modality interaction, Confused / Erroneous queries
  • RealTime QA 2022-7 | All | EN | HG | Paper | Github | Dataset | Website

    • Publisher: Toyota Technological Institute et al.
    • Size: -
    • License: -
    • Question Type: Multi
    • Evaluation Method: CE
    • Focus: The factuality of LLMs
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Latest knowledge Q&A
  • ChineseFactEval 2023-9 | All | ZH | HG & MC | Github | Dataset | Website

    • Publisher: Shanghai Jiao Tong University et al.
    • Size: 125 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: -
    • Focus: The factuality of LLMs
    • Numbers of Evaluation Categories/Subcategories: 7/-
    • Evaluation Category: General domain, Scientific research, Medical, Law, Finance, Math, Chinese modern history

Evaluation

  • FairEval 2023-5 | All | EN | CI | Paper | Github | Dataset

    • Publisher: Peking University et al.
    • Size: 80 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The performance in determining the quality of output content from different models
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Evaluate the quality of answers
  • LLMEval2 2023-8 | All | Multi | CI | Paper | Github | Dataset

    • Publisher: Chinese Academy of Sciences et al.
    • Size: 2533 instances
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The performance in determining the quality of output content from different models
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Evaluate the quality of answers
  • PandaLM_testset 2023-4 | All | EN | HG & MC | Paper | Github

    • Publisher: Peking University et al.
    • Size: 999 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The performance in determining the quality of output content from different models
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Evaluate the quality of answers

Multitask

  • BBH 2022-10 | All | EN | CI | Paper | Github

    • Publisher: Google Research et al.
    • Size: 6511 instances
    • License: MIT
    • Question Type: Multi
    • Evaluation Method: CE
    • Focus: Challenging tasks that have proven difficult for prior language model evaluations
    • Numbers of Evaluation Categories/Subcategories: 23/27
    • Evaluation Category: Boolean expressions, Causal judgement, Date understanding, Disambiguation QA, etc.
  • BIG-Bench 2022-6 | All | Multi | HG & CI | Paper | Github

    • Publisher: Google et al.
    • Size: -
    • License: Apache-2.0
    • Question Type: Multi
    • Evaluation Method: CE
    • Focus: The capabilities and limitations of language models
    • Numbers of Evaluation Categories/Subcategories: 95/204
    • Evaluation Category: Linguistics, Child development, Mathematics, Common sense reasoning, Biology, etc.
  • CLEVA 2023-8 | All | ZH | HG & CI | Paper | Github | Website

    • Publisher: The Chinese University of Hong Kong et al.
    • Size: 370K instances
    • License: CC-BY-NC-ND-4.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The performance of LLMs across various dimensions
    • Numbers of Evaluation Categories/Subcategories: 2/31
    • Evaluation Category: Ability, Application
  • CLiB 2023-6 | All | ZH | - | Github

    • Publisher: jeinlee1991
    • Size: 90 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: HE
    • Focus: Multidimensional capabilities
    • Numbers of Evaluation Categories/Subcategories: 4/-
    • Evaluation Category: Classification, Information extraction, Reading comprehension, Tabular question answering
  • decaNLP 2018-6 | All | EN | CI | Paper | Github

    • Publisher: Salesforce Research
    • Size: 2010693 instances
    • License: BSD-3-Clause
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Multitask natural language processing capabilities
    • Numbers of Evaluation Categories/Subcategories: 10/-
    • Evaluation Category: Question answering, Machine translaion, Summarization, Natural language inference, Sentiment analysis, Semantic role labeling, Zero-shot relation extraction, Goal-oriented dialogue, Semantic parsing, Pronoun resolution
  • FlagEval 2023-6 | Partial | EN & ZH | HG & CI | Github | Website

    • Publisher: BAAI et al.
    • Size: 84433 instances
    • License: -
    • Question Type: Multi
    • Evaluation Method: HE & CE
    • Focus: Multi-domain, multi-dimensional capabilities
    • Numbers of Evaluation Categories/Subcategories: 3/21
    • Evaluation Category: Choice qa, Classification, Generation qa
  • HELM 2022-11 | All | EN | CI | Paper | Github | Website

    • Publisher: Stanford University et al.
    • Size: -
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: HE & CE
    • Focus: Evaluate LLMs on a wide range of scenarios and metrics
    • Numbers of Evaluation Categories/Subcategories: 73/-
    • Evaluation Category: Question answering, Information retrieval, Sentiment analysis, Toxicity detection, Aspirational scenarios, etc.
  • LLMEVAL-1 2023-5 | All | ZH | HG | Github

    • Publisher: Fudan University et al.
    • Size: 453 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: HE & ME
    • Focus: Multidimensional capabilities
    • Numbers of Evaluation Categories/Subcategories: 17/-
    • Evaluation Category: Fact-based question answering, Reading comprehension, Framework generation, Paragraph rewriting, etc.
  • LMentry 2023-7 | All | EN | HG | Paper | Github

    • Publisher: Tel Aviv University et al.
    • Size: 110703 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The performance on challenging tasks
    • Numbers of Evaluation Categories/Subcategories: 25/-
    • Evaluation Category: Sentence containing word, Sentence not containing word, Word containing letter, Word not containing letter, etc.

Multilingual

  • XNLI 2018-10 | All | Multi (15) | HG | Paper | Github

    • Publisher: Facebook AI et al.
    • Size: 112500 instances
    • License: CC-BY-NC-4.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Multilingual NLI
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Multilingual natural language inference
  • XTREME 2020-3 | All | Multi (40) | CI | Paper | Github | Website

    • Publisher: Carnegie Mellon University et al.
    • Size: -
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The cross-lingual generalization capabilities
    • Numbers of Evaluation Categories/Subcategories: 4/9
    • Evaluation Category: Classification, Structured prediction, QA, Retrieval
  • MGSM 2022-10 | All | Multi (10) | CI | Paper | Github | Dataset

    • Publisher: Google Research et al.
    • Size: 2580 instances
    • License: CC-BY-SA-4.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Multilingual mathematical reasoning abilities
    • Numbers of Evaluation Categories/Subcategories: 1/-
    • Evaluation Category: Math

Other

  • EcomGPT_eval 2023-8 | All | EN & ZH | CI | Paper | Github

    • Publisher: Alibaba
    • Size: 6000 instances
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: E-commerce-related tasks
    • Numbers of Evaluation Categories/Subcategories: 4/12
    • Evaluation Category: Classification, Generation, Extraction, Others
    • Domain: E-commerce
  • FewCLUE 2021-7 | Partial | ZH | CI | Paper | Github | Website

    • Publisher: CLUE team
    • Size: 9 datasets
    • License: -
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Compare different few-shot learning methods
    • Numbers of Evaluation Categories/Subcategories: 3/9
    • Evaluation Category: Single sentence tasks, Sentence pair tasks, Reading comprehension
    • Domain: Few-shot learning
  • GeoBench 2023-6 | All | EN | HG | Paper | Github

    • Publisher: Shanghai Jiao Tong University et al.
    • Size: 2517 instances
    • License: Apache-2.0
    • Question Type: Multi
    • Evaluation Method: HE & CE & ME
    • Focus: LLMs’ performance in understanding and utilizing geoscience knowledge
    • Numbers of Evaluation Categories/Subcategories: 2/-
    • Evaluation Category: NPEE, APTest
    • Domain: Geoscience
  • Owl-Bench 2023-9 | All | EN & ZH | HG | Paper | Github

    • Publisher: Beihang University et al.
    • Size: 1317 instances
    • License: -
    • Question Type: Multi
    • Evaluation Method: ME
    • Focus: The performance in IT-related tasks
    • Numbers of Evaluation Categories/Subcategories: 9/-
    • Evaluation Category: Information security, Application, System architecture, Software architecture, Middleware, Network, Operating system, Infrastructure, Database
    • Domain: IT
  • MINT 2023-9 | All | EN | CI | Paper | Github | Dataset | Website

    • Publisher: University of Illinois Urbana-Champaign et al.
    • Size: 586 instances
    • License: Apache-2.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: Solve complex tasks through multi-turn interactions using tools and leveraging natural language feedback
    • Numbers of Evaluation Categories/Subcategories: 3/-
    • Evaluation Category: Code generation, Decision making, Reasoning
    • Domain: Multi-turn interactions
  • PromptBench 2023-6 | All | EN | CI | Paper | Github

    • Publisher: Microsoft Research et al.
    • Size: 583884 instances
    • License: MIT
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The models’ robustness
    • Numbers of Evaluation Categories/Subcategories: 10/15
    • Evaluation Category: Sentiment analysis, Grammar correctness, Duplicate sentence detection, Natural language inference, etc.
    • Domain: Robustness
  • EmotionBench 2023-8 | All | EN | HG & MC | Paper | Github

    • Publisher: The Chinese University of Hong Kong et al.
    • Size: -
    • License: GPL-3.0
    • Question Type: SQ
    • Evaluation Method: CE
    • Focus: The empathy ability
    • Numbers of Evaluation Categories/Subcategories: 8/36
    • Evaluation Category: Anger, Anxiety, Depression, Frustration, Jealous, Guilt, Fear, Embarrassment
    • Domain: Sentiment

Evaluation Platform

Traditional NLP Datasets

Diverging from instruction fine-tuning datasets, we categorize text datasets dedicated to natural language tasks before the widespread adoption of LLMs as traditional NLP datasets.

Dataset information format:

- Dataset name  Release Time | Language | Paper | Github | Dataset | Website
  - Publisher:
  - Train/Dev/Test/All Size: 
  - License:
  - Number of Entity Categories: (NER Task)
  - Number of Relationship Categories: (RE Task)

Question Answering

The task of question-answering requires the model to utilize its knowledge and reasoning capabilities to respond to queries based on provided text (which may be optional) and questions.

Reading Comprehension

The task of reading comprehension entails presenting a model with a designated text passage and associated questions, prompting the model to understand the text for the purpose of answering the questions.

Selection & Judgment
  • BoolQ 2019-5 | EN | Paper | Github

    • Publisher: University of Washington et al.
    • Train/Dev/Test/All Size: 9427/3270/3245/15942
    • License: CC-SA-3.0
  • CosmosQA 2019-9 | EN | Paper | Github | Dataset | Website

    • Publisher: University of Illinois Urbana-Champaign et al.
    • Train/Dev/Test/All Size: 25588/3000/7000/35588
    • License: CC-BY-4.0
  • CondaQA 2022-11 | EN | Paper | Github | Dataset

    • Publisher: Carnegie Mellon University et al.
    • Train/Dev/Test/All Size: 5832/1110/7240/14182
    • License: Apache-2.0
  • PubMedQA 2019-9 | EN | Paper | Github | Dataset | Website

    • Publisher: University of Pittsburgh et al.
    • Train/Dev/Test/All Size: -/-/-/273.5K
    • License: MIT
  • MultiRC 2018-6 | EN | Paper | Github | Dataset

    • Publisher: University of Pennsylvania et al.
    • Train/Dev/Test/All Size: -/-/-/9872
    • License: MultiRC License
  • RACE 2017-4 | EN | Paper | Dataset | Website

    • Publisher: Carnegie Mellon University
    • Train/Dev/Test/All Size: 87866/4887/4934/97687
    • License: -
  • C3 2019-4 | ZH | Paper | Github | Website

    • Publisher: Cornell University et al.
    • Train/Dev/Test/All Size: 11869/3816/3892/19577
    • License: -
  • ReClor 2020-2 | EN | Paper | Website

    • Publisher: National University of Singapore
    • Train/Dev/Test/All Size: 4638/500/1000/6138
    • License: -
  • DREAM 2020-2 | EN | Paper | Github | Website

    • Publisher: National University of Singapore
    • Train/Dev/Test/All Size: 4638/500/1000/6138
    • License: -
  • QuAIL 2020-4 | EN | Paper | Website

    • Publisher: University of Massachusetts Lowell
    • Train/Dev/Test/All Size: 10346/-/2164/12510
    • License: CC-NC-SA-4.0
  • DuReader Yes/No 2019-12 | ZH | Github1 | Github2

    • Publisher: Baidu Inc. et al.
    • Train/Dev/Test/All Size: 75K/5.5K/11K/91.5K
    • License: Apache-2.0
  • MCTest 2013-10 | EN | Paper | Dataset

    • Publisher: Microsoft Research
    • Train/Dev/Test/All Size: 1200/200/600/2000
    • License: -
Cloze Test
  • ChID 2019-6 | ZH | Paper | Github | Dataset

    • Publisher: Tsinghua University et al.
    • Train/Dev/Test/All Size: 605k/23.2K/83.3K/711.5K
    • License: Apache-2.0
  • LAMBADA 2016-6 | EN | Paper | Dataset | Website

    • Publisher: University of Trento et al.
    • Train/Dev/Test/All Size: 2662/4869/5153/12684
    • License: CC-BY-4.0
  • CLOTH 2018-10 | EN | Paper | Dataset

    • Publisher: Carnegie Melon University
    • Train/Dev/Test/All Size: 76850/11067/11516/99433
    • License: MIT
  • CMRC2019 2020-12 | ZH | Paper | Github | Website

    • Publisher: Harbin Institute of Technology et al.
    • Train/Dev/Test/All Size: 100009/3053/5118/108180
    • License: CC-BY-SA-4.0
Answer Extraction
  • SQuAD 2016-11 | EN | Paper | Dataset

    • Publisher: Stanford University
    • Train/Dev/Test/All Size: 87599/10570/9533/107702
    • License: CC-BY-4.0
  • SQuAD 2.0 2018-6 | EN | Paper | Dataset

    • Publisher: Stanford University
    • Train/Dev/Test/All Size: 130319/11873/8862/151054
    • License: CC-BY-SA-4.0
  • HOTPOTQA 2018-9 | EN | Paper | Dataset | Website

    • Publisher: Carnegie Mellon University et al.
    • Train/Dev/Test/All Size: 90447/7405/7405/105257
    • License: CC-BY-SA-4.0
  • TriviaQA 2017-7 | EN | Paper | Github | Dataset

    • Publisher: Univ. of Washington et al.
    • Train/Dev/Test/All Size: -/-/-/95000
    • License: Apache-2.0
  • Natural Questions 2019-X | EN | Paper | Github | Dataset

    • Publisher: Google Research
    • Train/Dev/Test/All Size: 307372/7830/7842/323044
    • License: CC-BY-4.0
  • ReCoRD 2018-10 | EN | Paper | Website

    • Publisher: Johns Hopkins University et al.
    • Train/Dev/Test/All Size: 100730/10000/10000/120730
    • License: -
  • QuAC 2018-8 | EN | Paper | Dataset | Website

    • Publisher: AI2 et al.
    • Train/Dev/Test/All Size: 83568/7354/7353/98407
    • License: CC-BY-SA-4.0
  • TyDiQA 2020-3 | Multi (11) | Paper | Github | Dataset

    • Publisher: Google Research
    • Train/Dev/Test/All Size: 116916/18670/18751/154337
    • License: Apache-2.0
  • CMRC2018 2019-11 | ZH | Paper | Github

    • Publisher: Harbin Institute of Technology et al.
    • Train/Dev/Test/All Size: 10321/3351/4895/18567
    • License: CC-BY-SA-4.0
  • Adversarial QA 2020-2 | EN | Paper | Github | Dataset

    • Publisher: University College London
    • Train/Dev/Test/All Size: 30000/3000/3000/36000
    • License: MIT
  • Quoref 2019-8 | EN | Paper | Website

    • Publisher: AI2 et al.
    • Train/Dev/Test/All Size: 19399/2418/2537/24354
    • License: CC-BY-4.0
  • MLQA 2020-7 | Multi (7) | Paper | Github | Dataset

    • Publisher: Facebook AI Research et al.
    • Train/Dev/Test/All Size: -/4199/42246/46445
    • License: CC-BY-SA-3.0
  • DuReader Robust 2020-3 | ZH | Paper | Github1 | Github2

    • Publisher: Baidu Inc. et al.
    • Train/Dev/Test/All Size: 15K/1.4K/4.8K/21.2K
    • License: Apache-2.0
  • DuReader Checklist 2021-3 | ZH | Github1 | Github2

    • Publisher: Baidu Inc. et al.
    • Train/Dev/Test/All Size: 3K/1.1K/4.5K/8.6K
    • License: Apache-2.0
  • CUAD 2021-3 | EN | Paper | Dataset

    • Publisher: UC Berkeley et al.
    • Train/Dev/Test/All Size: 22450/-/4182/26632
    • License: CC-BY-4.0
  • MS MARCO 2016-11 | EN | Paper | Github | Dataset

    • Publisher: Microsoft AI & Research
    • Train/Dev/Test/All Size: 808731/101093/101092/1010916
    • License: MIT
Unrestricted QA
  • DROP 2019-6 | EN | Paper | Website

    • Publisher: University of California et al.
    • Train/Dev/Test/All Size: 77409/9536/9622/96567
    • License: CC-BY-4.0
  • CoQA 2018-8 | EN | Paper | Website

    • Publisher: Stanford University
    • Train/Dev/Test/All Size: -/-/-/127K
    • License: -
  • QASPER 2021-5 | EN | Paper | Website

    • Publisher: AI2 et al.
    • Train/Dev/Test/All Size: -/-/-/5049
    • License: CC-BY-4.0
  • DuoRC 2018-7 | EN | Paper | Dataset | Website

    • Publisher: IBM Research et al.
    • Train/Dev/Test/All Size: 130261/27914/27914/186089
    • License: MIT
  • DuReader 2.0 2018-4 | ZH | Paper | Github1 | Github2

    • Publisher: Baidu Inc. et al.
    • Train/Dev/Test/All Size: -/-/-/200K
    • License: Apache-2.0

Knowledge QA

In the knowledge QA task, models respond to questions by leveraging world knowledge, common sense, scientific insights, domain-specific information, and more.

  • ARC 2018-3 | EN | Paper | Website

    • Publisher: AI2
    • Train/Dev/Test/All Size: 3370/869/3548/7787
    • License: CC-BY-SA
  • CommonsenseQA 2018-11 | EN | Paper | Github | Dataset | Website

    • Publisher: Tel-Aviv University et al.
    • Train/Dev/Test/All Size: 9797/1225/1225/12247
    • License: MIT
  • OpenBookQA 2018-10 | EN | Paper | Github | Dataset

    • Publisher: AI2 et al.
    • Train/Dev/Test/All Size: 4957/500/500/5957
    • License: Apache-2.0
  • PIQA 2019-11 | EN | Paper | Github | Dataset

    • Publisher: AI2 et al.
    • Train/Dev/Test/All Size: 16.1K/1.84K/3.08K/21.02K
    • License: MIT
  • JEC-QA 2019-11 | EN | Paper | Github | Dataset | Website

    • Publisher: Tsinghua University et al.
    • Train/Dev/Test/All Size: -/-/26365/26365
    • License: CC-NC-ND-4.0
  • CMD 2019-X | ZH | Github | Dataset

    • Publisher: Toyhom
    • Train/Dev/Test/All Size: -/-/-/792099
    • License: MIT
  • cMedQA2 2018-11 | ZH | Paper | Dataset

    • Publisher: National University of Defense Technology
    • Train/Dev/Test/All Size: 100000/4000/4000/108000
    • License: GPL-3.0
  • HEAD-QA 2019-7 | EN & ES | Paper | Github | Dataset | Website

    • Publisher: Universidade da Coruna
    • Train/Dev/Test/All Size: 2657/1366/2742/13530
    • License: MIT
  • SciQ 2017-9 | EN | Paper | Dataset | Website

    • Publisher: University College London et al.
    • Train/Dev/Test/All Size: 11679/1000/1000/13679
    • License: CC-BY-NC-3.0
  • WikiQA 2015-9 | EN | Paper | Dataset | Website

    • Publisher: Georgia Institute of Technology et al.
    • Train/Dev/Test/All Size: 2118/296/633/3047
    • License: Microsoft Research Data License
  • ECQA 2021-8 | EN | Paper | Github

    • Publisher: IIT Delhi et al.
    • Train/Dev/Test/All Size: 7598/1090/2194/10882
    • License: CDLA-Sharing-1.0
  • PsyQA 2021-6 | ZH | Paper | Github

    • Publisher: The CoAI group et al.
    • Train/Dev/Test/All Size: -/-/-/22346
    • License: PsyQA User Agreement
  • WebMedQA 2018-12 | ZH | Paper | Github

    • Publisher: Chinese Academy of Sciences et al.
    • Train/Dev/Test/All Size: 50610/6337/6337/63284
    • License: Apache-2.0
  • WebQuestions 2013-10 | EN | Paper | Dataset

    • Publisher: Stanford University
    • Train/Dev/Test/All Size: 3778/-/2032/5810
    • License: -

Reasoning QA

The focal point of reasoning QA tasks is the requirement for models to apply abilities such as logical reasoning, multi-step inference, and causal reasoning in answering questions.

  • STRATEGYQA 2021-1 | EN | Paper | Website

    • Publisher: Tel Aviv University et al.
    • Train/Dev/Test/All Size: 2290/-/490/2780
    • License: MIT
  • COPA 2011-6 | EN | Paper | Website

    • Publisher: Indiana University et al.
    • Train/Dev/Test/All Size: -/500/500/1000
    • License: BSD 2-Clause
  • HellaSwag 2019-7 | EN | Paper | Github

    • Publisher: University of Washington et al.
    • Train/Dev/Test/All Size: 39905/10042/10003/59950
    • License: MIT
  • StoryCloze 2016-6 | EN | Paper | Dataset

    • Publisher: University of Rochester et al.
    • Train/Dev/Test/All Size: -/1871/1871/3742
    • License: -
  • Social IQa 2019-4 | EN | Paper | Dataset

    • Publisher: AI2
    • Train/Dev/Test/All Size: 33410/1954/-/35364
    • License: -
  • LogiQA 2020-7 | EN & ZH | Paper | Github

    • Publisher: Fudan University et al.
    • Train/Dev/Test/All Size: 7376/651/651/8678
    • License: -
  • PROST 2021-8 | EN | Paper | Github | Dataset

    • Publisher: University of Colorado Boulder
    • Train/Dev/Test/All Size: -/-/18736/18736
    • License: Apache-2.0
  • QuaRTz 2019-11 | EN | Paper | Dataset | Website

    • Publisher: AI2
    • Train/Dev/Test/All Size: 2696/384/784/3864
    • License: CC-BY-4.0
  • WIQA 2019-9 | EN | Paper | Dataset | Website

    • Publisher: AI2
    • Train/Dev/Test/All Size: 29808/6894/3993/40695
    • License: -
  • QASC 2019-10 | EN | Paper | Dataset | Website

    • Publisher: AI2 et al.
    • Train/Dev/Test/All Size: 8134/926/920/9980
    • License: CC-BY-4.0
  • QuaRel 2018-11 | EN | Paper | Website

    • Publisher: AI2
    • Train/Dev/Test/All Size: 1941/278/552/2771
    • License: CC-BY-4.0
  • ROPES 2019-8 | EN | Paper | Dataset | Website

    • Publisher: AI2
    • Train/Dev/Test/All Size: 10K/1.6K/1.7K/13.3K
    • License: CC-BY-4.0
  • CREAK 2021-9 | EN | Paper | Github

    • Publisher: The University of Texas at Austin
    • Train/Dev/Test/All Size: 10176/1371/1371/13418
    • License: MIT

Recognizing Textual Entailment

The primary objective of tasks related to Recognizing Textual Entailment (RTE) is to assess whether information in one textual segment can be logically inferred from another.

  • ANLI 2019-10 | EN | Paper | Github | Dataset

    • Publisher: UNC Chapel Hill et al.
    • Train/Dev/Test/All Size: 162865/3200/3200/169265
    • License: CC-NC-4.0
  • RTE - | EN | Paper1 | Paper2 | Paper3 | Paper4 | Dataset

    • Publisher: The PASCAL Recognising Textual Entailment Challenge
    • Train/Dev/Test/All Size: 2.49K/277/3K/5.77K
    • License: CC-BY-4.0
  • WANLI 2022-1 | EN | Paper | Dataset

    • Publisher: University of Washington et al.
    • Train/Dev/Test/All Size: 102885/-/5000/107885
    • License: CC-BY-4.0
  • MedNLI 2018-8 | EN | Paper | Github | Dataset | Website

    • Publisher: University of Massachusetts Lowell et al.
    • Train/Dev/Test/All Size: 11232/1395/1422/14049
    • License: -
  • CommitmentBank 2019-X | EN | Paper | Github | Dataset

    • Publisher: The Ohio State University et al.
    • Train/Dev/Test/All Size: -/-/-/1200
    • License: -
  • MultiNLI 2018-6 | EN | Paper | Dataset

    • Publisher: New York University
    • Train/Dev/Test/All Size: 392702/19647/-/412349
    • License: -
  • SNLI 2015-8 | EN | Paper | Dataset

    • Publisher: Stanford Linguistics et al.
    • Train/Dev/Test/All Size: 550152/10000/10000/570152
    • License: CC-BY-SA-4.0
  • OCNLI 2020-10 | ZH | Paper | Github

    • Publisher: Indiana University et al.
    • Train/Dev/Test/All Size: 50K/3K/3K/56K
    • License: CC-BY-NC-2.0
  • CMNLI 2020-12 | ZH | Github | Dataset

    • Publisher: CLUE team
    • Train/Dev/Test/All Size: 391783/12426/13880/418089
    • License: -
  • CINLID 2021-4 | ZH | Dataset

    • Publisher: Gao et al.
    • Train/Dev/Test/All Size: 80124/-/26708/106832
    • License: -

Math

Mathematical assignments commonly involve standard mathematical calculations, theorem validations, and mathematical reasoning tasks, among others.

  • GSM8K 2021-10 | EN | Paper | Github | Dataset

    • Publisher: OpenAI
    • Train/Dev/Test/All Size: 7.5K/-/1K/8.5K
    • License: MIT
  • SVAMP 2021-3 | EN | Paper | Github

    • Publisher: Microsoft Research India
    • Train/Dev/Test/All Size: -/-/-/1000
    • License: MIT
  • ASDiv 2021-6 | EN | Paper | Github | Dataset

    • Publisher: Institute of Information Science
    • Train/Dev/Test/All Size: -/-/-/2305
    • License: CC-BY-NC-4.0
  • MATH 2021-3 | EN | Paper | Github | Dataset

    • Publisher: UC Berkeley et al.
    • Train/Dev/Test/All Size: 7500/-/5000/12500
    • License: MIT
  • Ape210K 2020-9 | ZH | Paper | Github

    • Publisher: Yuanfudao AI Lab et al.
    • Train/Dev/Test/All Size: 200488/5000/5000/210488
    • License: -
  • Math23K 2017-9 | ZH | Paper | Github

    • Publisher: Tencent AI Lab
    • Train/Dev/Test/All Size: -/-/-/23161
    • License: MIT
  • MathQA 2019-5 | EN | Paper | Dataset | Website

    • Publisher: University of Washington et al.
    • Train/Dev/Test/All Size: 29837/4475/2985/37297
    • License: Apache-2.0
  • AQUA-RAT 2017-7 | EN | Paper | Github | Dataset

    • Publisher: DeepMind
    • Train/Dev/Test/All Size: 100949/250/250/101499
    • License: Apache-2.0
  • NaturalProofs 2021-4 | EN | Paper | Github

    • Publisher: University of Washington et al.
    • Train/Dev/Test/All Size: -/-/-/80795
    • License: MIT

Coreference Resolution

The core objective of tasks related to coreference resolution is the identification of referential relationships within texts.

  • WSC 2012-X | EN | Paper | Dataset

    • Publisher: University of Toronto et al.
    • Train/Dev/Test/All Size: -/-/285/285
    • License: CC-BY-4.0
  • DPR 2012-7 | EN | Paper | Dataset

    • Publisher: University of Texas at Dallas
    • Train/Dev/Test/All Size: 1322/-/564/1886
    • License: -
  • WinoGrande 2019-7 | EN | Paper | Github | Dataset

    • Publisher: AI2 et al.
    • Train/Dev/Test/All Size: 63238/1267/1767/66272
    • License: CC-BY
  • WiC 2018-8 | EN | Paper | Website

    • Publisher: University of Cambridge
    • Train/Dev/Test/All Size: 5428/638/1400/7466
    • License: CC-NC-4.0
  • WinoWhy 2020-7 | EN | Paper | Github

    • Publisher: HKUST
    • Train/Dev/Test/All Size: -/-/-/43972
    • License: MIT
  • CLUEWSC2020 2020-12 | ZH | Paper | Github1 | Github2

    • Publisher: CLUE team
    • Train/Dev/Test/All Size: 1244/304/290/1838
    • License: -

Sentiment Analysis

The sentiment analysis task, commonly known as emotion classification, seeks to analyze and deduce the emotional inclination of provided texts, commonly categorized as positive, negative, or neutral sentiments.

  • IMDB 2011-6 | EN | Paper | Dataset

    • Publisher: Stanford University
    • Train/Dev/Test/All Size: 25000/-/25000/50000
    • License: -
  • Sentiment140 2009-X | EN | Paper | Dataset

    • Publisher: Stanford University
    • Train/Dev/Test/All Size: 1600000/-/359/1600359
    • License: -
  • SST-2 2013-10 | EN | Paper | Dataset

    • Publisher: Stanford University
    • Train/Dev/Test/All Size: 67349/872/1821/70042
    • License: -
  • EPRSTMT 2021-7 | ZH | Paper | Github

    • Publisher: CLUE team
    • Train/Dev/Test/All Size: 32/32/1363/20992
    • License: -

Semantic Matching

The task of semantic matching entails evaluating the semantic similarity or degree of correspondence between two sequences of text.

  • MRPC 2005-X | EN | Paper

    • Publisher: Microsoft Research
    • Train/Dev/Test/All Size: 4076/-/1725/5801
    • License: -
  • QQP 2018-11 | EN | Paper | Dataset

    • Publisher: New York University et al.
    • Train/Dev/Test/All Size: 364K/-/-/364K
    • License: -
  • PAWS 2019-6 | EN | Paper | Github | Dataset

    • Publisher: Google AI Language
    • Train/Dev/Test/All Size: 49401/8000/8000/65401
    • License: -
  • STSB 2017-8 | Multi (10) | Paper | Github | Dataset | Website

    • Publisher: Google Research et al.
    • Train/Dev/Test/All Size: 5749/1500/1379/8628
    • License: -
  • AFQMC 2020-12 | ZH | Paper

    • Publisher: CLUE team
    • Train/Dev/Test/All Size: 34.3K/4.3K/3.9K/42.5K
    • License: -
  • BQ 2018-10 | ZH | Paper | Dataset

    • Publisher: Harbin Institute of Technology et al.
    • Train/Dev/Test/All Size: 100000/10000/10000/120000
    • License: -
  • LCQMC 2018-8 | ZH | Paper

    • Publisher: Harbin Institute of Technology et al.
    • Train/Dev/Test/All Size: 238766/8802/12500/260068
    • License: CC-BY-4.0
  • PAWS-X 2019-8 | Multi (6) | Paper | Github

    • Publisher: Google Research
    • Train/Dev/Test/All Size: 296406/11815/11844/320065
    • License: -
  • BUSTM 2021-7 | ZH | Paper | Github

    • Publisher: CLUE team
    • Train/Dev/Test/All Size: 32/32/3772/8087
    • License: -
  • DuQM 2021-9 | ZH | Paper | Github1 | Github2

    • Publisher: Baidu Inc. et al.
    • Train/Dev/Test/All Size: -/-/-/10121
    • License: Apache-2.0

Text Generation

The narrow definition of text generation tasks is bound by provided content and specific requirements. It involves utilizing benchmark data, such as descriptive terms and triplets, to generate corresponding textual descriptions.

  • CommonGen 2019-11 | EN | Paper | Github | Dataset

    • Publisher: University of Southern California et al.
    • Train/Dev/Test/All Size: 67389/4018/1497/72904
    • License: MIT
  • DART 2020-7 | EN | Paper | Github | Dataset

    • Publisher: Yale University et al.
    • Train/Dev/Test/All Size: 30526/2768/6959/40253
    • License: MIT
  • E2E 2017-6 | EN | Paper | Github | Dataset

    • Publisher: Heriot-Watt University
    • Train/Dev/Test/All Size: 42061/4672/4693/51426
    • License: CC-BY-SA-3.0
  • WebNLG 2017-7 | EN & RU | Paper | Github | Dataset

    • Publisher: LORIA et al.
    • Train/Dev/Test/All Size: 49665/6490/7930/64085
    • License: CC-BY-NC-SA-4.0

Text Translation

Text translation involves transforming text from one language to another.

  • WMT - | Multi | Website

    • Publisher: ACL et al.
    • Train/Dev/Test/All Size: -/-/-/-
    • License: -
  • NLLB 2022-7 | Multi | Paper | Github

    • Publisher: NLLB Team et al.
    • Train/Dev/Test/All Size: -/-/-/-
    • License: MIT
  • IWSLT 2017 2017-12 | Multi (11) | Paper | Dataset | Website

    • Publisher: FBK et al.
    • Train/Dev/Test/All Size: 1108475/4442/41921/1154838
    • License: CC-BY-NC-ND-4.0

Text Summarization

The task of text summarization pertains to the extraction or generation of a brief summary or headline from an extended text to encapsulate its primary content.

  • AESLC 2019-7 | EN | Paper | Github | Dataset

    • Publisher: Yale University et al.
    • Train/Dev/Test/All Size: 14436/1960/1906/18302
    • License: CC-BY-NC-SA-4.0
  • CNN-DM 2017-4 | EN | Paper | Dataset

    • Publisher: Stanford University et al.
    • Train/Dev/Test/All Size: 287113/13368/11490/311971
    • License: Apache-2.0
  • MultiNews 2019-7 | EN | Paper | Github | Dataset

    • Publisher: Yale University
    • Train/Dev/Test/All Size: 44972/5622/5622/56216
    • License: -
  • Newsroom 2018-6 | EN | Paper | Dataset

    • Publisher: Cornell University
    • Train/Dev/Test/All Size: 995041/108837/108862/1212740
    • License: -
  • SAMSum 2019-11 | EN | Paper | Dataset

    • Publisher: Cornell University
    • Train/Dev/Test/All Size: 14732/818/819/16369
    • License: CC-BY-NC-ND-4.0
  • XSum 2018-10 | EN | Paper | Github | Dataset

    • Publisher: University of Edinburgh
    • Train/Dev/Test/All Size: 204045/11332/11334/226711
    • License: MIT
  • Opinion Abstracts 2016-6 | EN | Paper | Dataset

    • Publisher: Northeastern University et al.
    • Train/Dev/Test/All Size: 5990/-/-/5990
    • License: -
  • WikiLingua 2020-10 | Multi (18) | Paper | Github | Dataset

    • Publisher: Columbia University et al.
    • Train/Dev/Test/All Size: -/-/-/770087
    • License: CC-BY-3.0
  • LCSTS 2015-6 | ZH | Paper | Dataset

    • Publisher: Harbin Institute of Technology
    • Train/Dev/Test/All Size: 2400000/10000/1000/2411000
    • License: CC-BY-4.0
  • CNewSum 2021-10 | ZH | Paper | Github | Dataset | Website

    • Publisher: ByteDance
    • Train/Dev/Test/All Size: 275596/14356/14355/304307
    • License: Apache-2.0
  • XL-Sum 2021-8 | Multi (45) | Paper | Dataset

    • Publisher: BUET et al.
    • Train/Dev/Test/All Size: 1122857/114198/114198/1351253
    • License: CC-BY-NC-SA-4.0
  • WikiHow 2018-10 | EN | Paper | Github

    • Publisher: University of California
    • Train/Dev/Test/All Size: -/-/-/230K
    • License: CC-BY-NC-SA
  • MediaSum 2021-3 | EN | Paper | Github | Dataset

    • Publisher: Microsoft Cognitive Services Research Group
    • Train/Dev/Test/All Size: 443596/10000/10000/463596
    • License: -

Text Classification

Text classification tasks aim to assign various text instances to predefined categories, comprising text data and category labels as pivotal components.

  • AGNEWS 2015-9 | EN | Paper | Dataset | Website

    • Publisher: New York University
    • Train/Dev/Test/All Size: 120000/-/7600/127600
    • License: -
  • TNEWS 2020-11 | ZH | Paper | Github | Dataset

    • Publisher: CLUE team
    • Train/Dev/Test/All Size: 53.3K/10K/10K/73.3K
    • License: -
  • IFLYTEK 2020-12 | ZH | Paper

    • Publisher: CLUE team
    • Train/Dev/Test/All Size: 12.1K/2.6K/2.6K/17.3K
    • License: -
  • MARC 2020-11 | Multi (6) | Paper | Dataset

    • Publisher: Amazon et al.
    • Train/Dev/Test/All Size: 1200000/30000/30000/1260000
    • License: -
  • THUCNews 2016-X | ZH | Github | Website

    • Publisher: Tsinghua University
    • Train/Dev/Test/All Size: -/-/-/1672165
    • License: MIT
  • CSLDCP 2021-7 | ZH | Paper | Github | Website

    • Publisher: CLUE team
    • Train/Dev/Test/All Size: 536/536/4783/23966
    • License: -

Text Quality Evaluation

The task of text quality evaluation, also referred to as text correction, involves the identification and correction of grammatical, spelling, or language usage errors in text.

  • CoLA 2018-5 | EN | Paper | Website

    • Publisher: New York University
    • Train/Dev/Test/All Size: 8511/1043/-/9554
    • License: CC-BY-4.0
  • SIGHAN - | ZH | Paper1 | Paper2 | Paper3 | Dataset1 | Dataset2 | Dataset3

    • Publisher: Chaoyang Univ. of Technology et al.
    • Train/Dev/Test/All Size: 6476/-/3162/9638
    • License: -
  • YACLC 2021-12 | ZH | Paper | Github

    • Publisher: Beijing Language and Culture University et al.
    • Train/Dev/Test/All Size: 8000/1000/1000/10000
    • License: -
  • CSCD-IME 2022-11 | ZH | Paper | Github

    • Publisher: Tencent Inc
    • Train/Dev/Test/All Size: 30000/5000/5000/40000
    • License: MIT

Text-to-Code

The Text-to-Code task involves models converting user-provided natural language descriptions into computer-executable code, thereby achieving the desired functionality or operation.

  • MBPP 2021-8 | EN & PL | Paper | Github

    • Publisher: Google Research
    • Train/Dev/Test/All Size: -/-/974/974
    • License: -
  • DuSQL 2020-11 | ZH & PL | Paper | Dataset

    • Publisher: Baidu Inc. et al.
    • Train/Dev/Test/All Size: 18602/2039/3156/23797
    • License: -
  • CSpider 2019-11 | ZH & PL | Paper | Github | Website

    • Publisher: Westlake University
    • Train/Dev/Test/All Size: -/-/-/10181
    • License: CC-BY-SA-4.0
  • Spider 2018-9 | EN & PL | Paper | Github | Website

    • Publisher: Yale University
    • Train/Dev/Test/All Size: -/-/-/10181
    • License: CC-BY-SA-4.0

Named Entity Recognition

The Named Entity Recognition (NER) task aims to discern and categorize named entities within a given text.

  • WUNT2017 2017-9 | EN | Paper | Dataset

    • Publisher: Johns Hopkins University et al.
    • Train/Dev/Test/All Size: 3394/1009/1287/5690
    • License: CC-BY-4.0
    • Number of Entity Categories: 6
  • Few-NERD 2021-5 | EN | Paper | Github | Dataset | Website

    • Publisher: Tsinghua University et al.
    • Train/Dev/Test/All Size: -/-/-/188200
    • License: CC-BY-SA-4.0
    • Number of Entity Categories: 66
  • CoNLL2003 2003-6 | EN & DE | Paper | Dataset

    • Publisher: University of Antwerp
    • Train/Dev/Test/All Size: 14041/3250/3453/20744
    • License: -
    • Number of Entity Categories: 4
  • OntoNotes 5.0 2013-10 | Multi (3) | Paper | Dataset | Website

    • Publisher: Boston Childrens Hospital and Harvard Medical School et al.
    • Train/Dev/Test/All Size: 59924/8528/8262/76714
    • License: -
    • Number of Entity Categories: 18
  • MSRA 2006-7 | ZH | Paper | Dataset

    • Publisher: University of Chicago
    • Train/Dev/Test/All Size: 46364/-/4365/50729
    • License: CC-BY-4.0
    • Number of Entity Categories: 3
  • Youku NER 2019-6 | ZH | Paper | Github | Dataset

    • Publisher: Singapore University of Technology and Design et al.
    • Train/Dev/Test/All Size: 8001/1000/1001/10002
    • License: -
    • Number of Entity Categories: 9
  • Taobao NER 2019-6 | ZH | Paper | Github | Dataset

    • Publisher: Singapore University of Technology and Design et al.
    • Train/Dev/Test/All Size: 6000/998/1000/7998
    • License: -
    • Number of Entity Categories: 9
  • Weibo NER 2015-9 | ZH | Paper | Github | Dataset

    • Publisher: Johns Hopkins University
    • Train/Dev/Test/All Size: 1350/269/270/1889
    • License: CC-BY-SA-3.0
    • Number of Entity Categories: 4
  • CLUENER 2020-1 | ZH | Paper | Github | Dataset

    • Publisher: CLUE Organization
    • Train/Dev/Test/All Size: 10748/1343/1345/13436
    • License: -
    • Number of Entity Categories: 10
  • Resume 2018-7 | ZH | Paper | Github

    • Publisher: Singapore University of Technology and Design
    • Train/Dev/Test/All Size: 3821/463/477/4761
    • License: -
    • Number of Entity Categories: 8

Relation Extraction

The endeavor of Relation Extraction (RE) necessitates the identification of connections between entities within textual content. This process typically includes recognizing and labeling pertinent entities, followed by the determination of the specific types of relationships that exist among them.

  • Dialogue RE 2020-7 | EN & ZH | Paper | Github | Website

    • Publisher: Tencent AI Lab et al.
    • Train/Dev/Test/All Size: 6100/2034/2034/10168
    • License: -
    • Number of Relationship Categories: 36
  • TACRED 2017-9 | EN | Paper | Dataset | Website

    • Publisher: Stanford University
    • Train/Dev/Test/All Size: 68124/22631/15509/106264
    • License: LDC
    • Number of Relationship Categories: 42
  • DocRED 2019-7 | EN | Paper | Github

    • Publisher: Tsinghua University et al.
    • Train/Dev/Test/All Size: 1546589/12332/12842/1571763
    • License: MIT
    • Number of Relationship Categories: 96
  • FewRel 2018-10 | EN | Paper1 | Paper2 | Github | Website

    • Publisher: Tsinghua University
    • Train/Dev/Test/All Size: -/-/-/70000
    • License: CC-BY-SA-4.0
    • Number of Relationship Categories: 100

Multitask

Multitask datasets hold significance as they can be concurrently utilized for different categories of NLP tasks.

  • CSL 2022-9 | ZH | Paper | Github

    • Publisher: School of Information Engineering et al.
    • Train/Dev/Test/All Size: -/-/-/396209
    • License: Apache-2.0
  • QED 2021-3 | EN | Paper | Github

    • Publisher: Stanford University et al.
    • Train/Dev/Test/All Size: 7638/1355/-/8993
    • License: CC-BY-SA-3.0 & GFDL
  • METS-CoV 2022-9 | EN | Paper | Github

    • Publisher: Zhejiang University et al.
    • Train/Dev/Test/All Size: -/-/-/-
    • License: Apache-2.0

Multi-modal Large Language Models (MLLMs) Datasets

Instruction Fine-tuning Datasets

Remote Sensing

Images + Videos

Visual Document Understanding

General

Evaluation Datasets

Video Understanding

Subject

Retrieval Augmented Generation (RAG) Datasets

Contact

Contact information:

  Lianwen Jin:lianwen.jin@gmail.com

  Yang Liu:ly10061105@gmail.com

Due to our current limited human resources to manage such a vast amount of data resources, we regret that we are unable to include all data resources at this moment. If you find any important data resources that have not yet been included, we warmly invite you to submit relevant papers, data links, and other information to us. We will evaluate them, and if appropriate, we will include the data in the Awesome-LLMs-Datasets and the survey paper. Your assistance and support are greatly appreciated!

Citation

If you wish to cite this project, please use the following citation format:

@article{liu2024survey,
  title={Datasets for Large Language Models: A Comprehensive Survey},
  author={Liu, Yang and Cao, Jiahuan and Liu, Chongyu and Ding, Kai and Jin, Lianwen},
  journal={arXiv preprint arXiv:2402.18041},
  year={2024}
}

About

Summarize existing representative LLMs text datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published