mirror of
https://github.com/tanyuqian/knowledge-harvest-from-lms.git
synced 2023-06-02 01:35:42 +03:00
updated.
This commit is contained in:
@@ -2,17 +2,18 @@
|
||||
|
||||

|
||||
|
||||
### Preperation
|
||||
### Environment
|
||||
We use `python 3.8` and all the required packages can be installed by pip:
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
### Search prompts
|
||||
### Prompt Creation
|
||||
```
|
||||
python search_prompts.py --rel_set conceptnet (lama/human)
|
||||
```
|
||||
|
||||
### Search entity tuples
|
||||
### Entity Pair Search
|
||||
```
|
||||
python main.py --rel_set conceptnet --model_name roberta-large
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user