vivCoding / dsr-lm-gpt

dsr-lm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dsr-lm-gpt

a basic implementation of paper using chatGPT as model

Setup

installing scallop as Python library

pip install scallopy-0.2.1-cp310-cp310-manylinux_2_31_x86_64.whl

Pipeline

  1. parse names
  2. finetune gpt on relation extraction (sentence level)
  3. test framework, gpt gives probabilities of each relationship [1..20]
  4. pass into scallop, outputs relationship
  5. simply result loss, no backpropagation
  6. ???

About

dsr-lm


Languages

Language:Python 100.0%