File size: 3,270 Bytes
8544acd
 
a3ce75a
 
 
 
 
 
 
 
 
 
8544acd
a3ce75a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cbd5638
a3ce75a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84c330f
a3ce75a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8492b33
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
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
- [Benchmark Summary](#benchmark-summary)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Source Data](#source-data)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)

<p><h1>🧪🔋 Chemical Language Understanding Benchmark 🛢️🧴</h1></p>

<a name="benchmark-summary"></a>

Benchmark Summary

Chemistry Language Understanding Benchmark is published in ACL2023 industry track to facilitate NLP research in chemical industry [ACL2023 Industry Track](https://aclanthology.org/2023.acl-industry.39/).
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.

<a name="languages"></a>

Languages

The language of this benchmark is English.

<a name="dataset-structure"></a>

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.

<a name="data-instances"></a>

Data Instances

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

<a name="data-fields"></a>

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.

<a name="data-splits"></a>

Data Splits

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

<a name="dataset-creation"></a>

Dataset Creation

<a name="curation-rationale"></a>

Curation Rationale

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

<a name="source-data"></a>

Source Data

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

<a name="licensing-information"></a>

Licensing Information

The manual annotations created for CLUB are licensed under a [Creative Commons Attribution 4.0 International License (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/).