2022-06-19 22:45:53 -07:00
2022-06-07 20:47:52 -07:00
2022-06-19 22:45:53 -07:00
2022-06-19 20:55:10 -07:00
2022-06-05 01:46:41 -07:00
2022-06-06 14:54:08 -07:00
2022-06-12 23:04:36 -07:00
2022-06-05 01:53:22 -07:00
2022-06-04 16:35:07 -07:00
2022-06-06 16:28:39 -07:00

BertNet: Harvesting Knowledge Graphs from PLMs

Environment

We use python 3.8 and all the required packages can be installed by pip:

pip install -r requirements.txt

Prompt Creation

python search_prompts.py --rel_set conceptnet (lama/human)
python main.py --rel_set conceptnet --model_name roberta-large

Present results

python present_result.py --result_dir your_result_dir
Description
ACL 2023 (Findings) - BertNet: Harvesting Knowledge Graphs from Pretrained Language Models
Readme 52 MiB
Languages
Python 100%