Great work!
I executed the following command and obtained the data file named wikipedia_links_aligned_spans.json in the folder ~/.cache/refined/datasets.
python3 src/refined/training/train/train.py --experiment_name test
I have two questions regarding this file:
- Is
wikipedia_links_aligned_spans.json the training data?
- If so, which fields are used for training? I found three fields in the
wikipedia_links_aligned_spans.json, which are hyperlinks_clean, hyperlinks, and predicted_spans. I'm not familiar with this three fields and I'm unsure how to proceed with obtaining the training data.
Thanks !
Great work!
I executed the following command and obtained the data file named
wikipedia_links_aligned_spans.jsonin the folder~/.cache/refined/datasets.python3 src/refined/training/train/train.py --experiment_name testI have two questions regarding this file:
wikipedia_links_aligned_spans.jsonthe training data?wikipedia_links_aligned_spans.json, which arehyperlinks_clean,hyperlinks, andpredicted_spans. I'm not familiar with this three fields and I'm unsure how to proceed with obtaining the training data.Thanks !