Skip to content

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

Notifications You must be signed in to change notification settings

jwchoi95/GPT_MLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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: