File size: 4,923 Bytes
cd1bcb9 |
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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 |
---
license: mit
task_categories:
- question-answering
language:
- en
tags:
- chemistry
- molecule
---
# Dataset Card for MoleculeQA
<!-- Provide a quick summary of the dataset. -->
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
[MoleculeQA: A Dataset to Evaluate Factual Accuracy in Molecular Comprehension (EMNLP 2024)](https://aclanthology.org/2024.findings-emnlp.216)
- **Curated by:** [IDEA-XL](https://github.com/IDEA-XL)
- **Language(s) (NLP):** en
- **License:** mit
### Dataset Sources
<!-- Provide the basic links for the dataset. -->
- **Repository:** https://github.com/IDEA-XL/MoleculeQA
- **Paper [optional]:** https://arxiv.org/abs/2403.08192
## Dataset Structure
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
```
- JSON
- All
- train.json # 49,993
- valid.json # 5,795
- test.json # 5,786
- TXT
- All
- train.txt
- valid.txt
- test.txt
- Property
- Source
- Structure
- Usage
```
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63458f173cc8a5caf9b84e48/gr1PDjhOXP-6c7Z8KaAMb.png)
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63458f173cc8a5caf9b84e48/QELSG-259d4o1ByD-hi4H.png)
## Dataset Creation
### Curation Rationale
<!-- Motivation for the creation of this dataset. -->
Large language models are playing an increasingly significant role in molecular research, yet existing models often generate erroneous information. Traditional evaluations fail to assess a
model’s factual correctness. To rectify this absence, we present MoleculeQA1, a novel question answering (QA) dataset which possesses
62K QA pairs over 23K molecules. Each QA
pair, composed of a manual question, a positive option and three negative options, has consistent semantics with a molecular description
from authoritative corpus. MoleculeQA is not
only the first benchmark to evaluate molecular
factual correctness but also the largest molecular QA dataset. A comprehensive evaluation on
MoleculeQA for existing molecular LLMs exposes their deficiencies in specific aspects and
pinpoints crucial factors for molecular modeling. Furthermore, we employ MoleculeQA
in reinforcement learning to mitigate model
hallucinations, thereby enhancing the factual
correctness of generated information.
### Source Data
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63458f173cc8a5caf9b84e48/qbOw0mIWTztzZhbkWn0Tk.png)
#### Data Collection and Processing
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63458f173cc8a5caf9b84e48/FqkfVhXeMJ6vaoY6Utqdp.png)
## Citation
**BibTeX:**
```
@inproceedings{lu-etal-2024-moleculeqa,
title = "{M}olecule{QA}: A Dataset to Evaluate Factual Accuracy in Molecular Comprehension",
author = "Lu, Xingyu and
Cao, He and
Liu, Zijing and
Bai, Shengyuan and
Chen, Leqing and
Yao, Yuan and
Zheng, Hai-Tao and
Li, Yu",
editor = "Al-Onaizan, Yaser and
Bansal, Mohit and
Chen, Yun-Nung",
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
month = nov,
year = "2024",
address = "Miami, Florida, USA",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2024.findings-emnlp.216",
pages = "3769--3789",
abstract = "Large language models are playing an increasingly significant role in molecular research, yet existing models often generate erroneous information. Traditional evaluations fail to assess a model{'}s factual correctness. To rectify this absence, we present MoleculeQA, a novel question answering (QA) dataset which possesses 62K QA pairs over 23K molecules. Each QA pair, composed of a manual question, a positive option and three negative options, has consistent semantics with a molecular description from authoritative corpus. MoleculeQA is not only the first benchmark to evaluate molecular factual correctness but also the largest molecular QA dataset. A comprehensive evaluation on MoleculeQA for existing molecular LLMs exposes their deficiencies in specific aspects and pinpoints crucial factors for molecular modeling. Furthermore, we employ MoleculeQA in reinforcement learning to mitigate model hallucinations, thereby enhancing the factual correctness of generated information.",
}
```
## Dataset Card Authors
[He CAO (CiaoHe)](https://github.com/CiaoHe) |