paper-with-me

Papers

Single and Multi-Hop Question-Answering Datasets for Reticular Chemistry with GPT-4-Turbo

2024-05-03 · Nakul Rampal, Kaiyu Wang, Matthew Burigana, Lingxiang Hou, Juri Al-Johani, Anna Sackmann, Hanan S. Murayshid, Walaa Abdullah Al-Sumari, Arwa M. Al-Abdulkarim, Nahla Eid Al-Hazmi, Majed O. Al-Awad, Christian Borgs, Jennifer T. Chayes, Omar M. Yaghi

The rapid advancement in artificial intelligence and natural language processing has led to the development of large-scale datasets aimed at benchmarking the performance of machine learning models. Herein, we introduce 'RetChemQA,' a comprehensive benchmark dataset designed to evaluate the capabilities of such models in the domain of reticular chemistry. This dataset includes both single-hop and multi-hop question-answer pairs, encompassing approximately 45,000 Q&As for each type. The questions have been extracted from an extensive corpus of literature containing about 2,530 research papers from publishers including NAS, ACS, RSC, Elsevier, and Nature Publishing Group, among others. The dataset has been generated using OpenAI's GPT-4 Turbo, a cutting-edge model known for its exceptional language understanding and generation capabilities. In addition to the Q&A dataset, we also release a dataset of synthesis conditions extracted from the corpus of literature used in this study. The aim of RetChemQA is to provide a robust platform for the development and evaluation of advanced machine learning algorithms, particularly for the reticular chemistry community. The dataset is structured to reflect the complexities and nuances of real-world scientific discourse, thereby enabling nuanced performance assessments across a variety of tasks. The dataset is available at the following link: https://github.com/nakulrampal/RetChemQA

📄 PDF Abstract BibTeX arXiv:2405.02128

Code (1)

nakulrampal/retchemqa 공식 구현

Tasks

BenchmarkingMulti-hop Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

A chemical language model for reticular materials design

2026-03-20 · Dhruv Menon, Vivek Singh, Xu Chen, Mohammad Reza Alizadeh Kiapi 외 arxiv

Reticular chemistry has enabled the synthesis of tens of thousands of metal-organic frameworks (MOFs), yet the discovery of new materials still relies largely on intuition-driven linker design and iterative experimentati…

Language Modelling

Visual Question Answering as a Multi-Task Problem

2020-07-03 · Amelia Elizabeth Pollard, Jonathan L. Shapiro

Visual Question Answering(VQA) is a highly complex problem set, relying on many sub-problems to produce reasonable answers. In this paper, we present the hypothesis that Visual Question Answering should be viewed as a mu…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

A GPT-4 Reticular Chemist for Guiding MOF Discovery

2023-06-20 · Zhiling Zheng, Zichao Rong, Nakul Rampal, Christian Borgs 외

We present a new framework integrating the AI model GPT-4 into the iterative process of reticular chemistry experimentation, leveraging a cooperative workflow of interaction between AI and a human researcher. This GPT-4 …

In-Context LearningPrompt Learning

S2M: Converting Single-Turn to Multi-Turn Datasets for Conversational Question Answering

2023-12-27 · Baokui Li, Sen Zhang, Wangshu Zhang, Yicheng Chen 외

Supplying data augmentation to conversational question answering (CQA) can effectively improve model performance. However, there is less improvement from single-turn datasets in CQA due to the distribution gap between si…

Conversational Question AnsweringData AugmentationQuestion Answering

ParaQA: A Question Answering Dataset with Paraphrase Responses for Single-Turn Conversation

2021-03-13 · Endri Kacupaj, Barshana Banerjee, Kuldeep Singh, Jens Lehmann

This paper presents ParaQA, a question answering (QA) dataset with multiple paraphrased responses for single-turn conversation over knowledge graphs (KG). The dataset was created using a semi-automated framework for gene…

Conversational Question AnsweringKnowledge GraphsQuestion AnsweringTranslation