GitHunt
JW

jwchoi95/GPT_MLP

Official source codes for implementing "Accelerating materials language processing with large language models"

GPT_MLP

Accelerating Materials Language Processing with GPT

This is an official code for implementing our GPT-enabled MLP research.

We addressed three tasks: text classification, named entity recongition, and extractive question answering.

Dataset

Dataset used in this study is available, and unzip in your own directory.

-text classification:

-named entity recognition:

-extractive question answering:

Requirements

Our experiment setting is as follows:

  • openai:
  • pandas:
  • scipy:

Languages

Jupyter Notebook100.0%

Contributors

Created July 24, 2023
Updated December 15, 2024
jwchoi95/GPT_MLP | GitHunt