bluesky333's picture
Update README.md
84c330f verified
metadata
license: cc-by-4.0
task_categories:
  - text-classification
  - token-classification
language:
  - en
tags:
  - chemistry
pretty_name: CLUB
size_categories:
  - 10K<n<100K

Table of Contents

🧪🔋 Chemical Language Understanding Benchmark 🛢️🧴

Benchmark Summary

Chemistry Language Understanding Benchmark is published in ACL2023 industry track to facilitate NLP research in chemical industry ACL2023 Industry Track. From our understanding, it is one of the first benchmark datasets with tasks for both patent and literature articles provided by the industrial organization. All the datasets are annotated by professional chemists.

Languages

The language of this benchmark is English.

Data Structure

Benchmark has 4 datasets: 2 for text classification and 2 for token classification.

Dataset Task # Examples Avg. Token Length # Classes / Entity Groups
PETROCHEMICAL Patent Area Classification 2,775 448.19 7
RHEOLOGY Sentence Classification 2,017 55.03 5
CATALYST Catalyst Entity Recognition 4,663 42.07 5
BATTERY Battery Entity Recognition 3,750 40.73 3

You can refer to the paper for detailed description of the datasets.

Data Instances

Each example is a paragraph/setence of an academic paper or patent with annotations in a json format.

Data Fields

The fields for the text classification task are:

  1. 'id', a unique numbered identifier sequentially assigned.
  2. 'sentence', the input text.
  3. 'label', the class for the text.

The fields for the token classification task are:

  1. 'id', a unique numbered identifier sequentially assigned.
  2. 'tokens', the input text tokenized by BPE tokenizer.
  3. 'ner_tags', the entity label for the tokens.

Data Splits

The data is split into 80 (train) / 20 (development).

Dataset Creation

Curation Rationale

The dataset was created to provide a benchmark in chemical language model for researchers and developers.

Source Data

The dataset consists of open-access chemistry publications and patents annotated by professional chemists.

Licensing Information

The manual annotations created for CLUB are licensed under a Creative Commons Attribution 4.0 International License (CC-BY-4.0).