Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 555 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 555 Bytes

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: