-
Models to report results:
- [x] BERT-Large (or the bigger one)
- [x] Flan-T5-Large
- [x] Flan-T5-XL
- [x] BART-Large
on T1, T2, .... to T8!
-
前辈您好,运行代码报错FileNotFoundError: [Errno 2] No such file or directory: 'utils/../../../data/WN18RR_v1_ind/relation2id.json',请问这个文件要去哪里找呢?
-
hi, nice work.
After I reproduced the experiment with your model, the MRR just 0.16. I don't know why it is so different from the results in your paper. Are there any details I need to pay attention …
-
Initial tasks:
- [x] make wordnet finalized dataset
- [x] make geonames finalized dataset
- [x] make umls finalized dataset
We are about to test templates for datasets to come up with the best t…
-
Hi,LIiang。
Nice work for pretrained model. Inspired by your work, I used InfoNCELoss for a BERT model that has a traditional negative sampling strategy. But unfortunately, InfoNCEloss achieved a rath…
-
**WN18RR**
We check out the dataset and its diagrams and we decided on a few things and tasks for this dataset.
- [x] Set upper bound for samples based on entity type $FQ_{type}
-
The entity "/m/01by1l" exists both in 'ind-test.tsv' and 'ind-train.tsv'. @dfdazac
![image](https://user-images.githubusercontent.com/8417466/165542327-01679d39-abeb-4320-9543-ecf62ceb7541.png)
-
It seems that file WN18RR/relations.txt is not uploaded
-
I comes up with a running error of:
File "data/processor.py", line 417, in _create_examples
relation_names.append(rel2text[t]) …
-
Hi,
We are students from IIT Delhi who were thinking about building on your model for our project. After working with the code, we have been able to reproduce the results of RNNLogic with embed…