ConvE icon indicating copy to clipboard operation
ConvE copied to clipboard

Convolutional 2D Knowledge Graph Embeddings resources

Results 24 ConvE issues
Sort by recently updated
recently updated
newest added

Hello, thanks your excellent work. I would like to ask about the use of spaCy, because I tried to run the model and found that although the code has import...

Hi, thanks your excellent work. There is a question about the indegree. Specially, the in-degree of a node is the number of times it is a tail entity? And how...

question

Hello , Tim. Have u experimented that replacing the sigmoid with softmax in the logits layer? I tried to run your code, but I found that I got a lower...

I tried to follow code based on concept in the paper but I did not find any code that does dot product with object entity. Can you tell me where...

question

**I have 11 relations in my dataset, but I get nun_relations is 24. I know the relation_inverse, but why it is not 22? I also have another question, the index...

question

hello, I have few question about the model. Hope to get your reply soon.

Hi, thanks for your job and code, I have a question about that the number of network layer. I noticed you only using one **conv2d** and one **FC**, as everyone...

I'm a student in HUTB,when I run ``` CUDA_VISIBLE_DEVICES=0 python main.py --model conve --data FB15k-237 \ --input-drop 0.2 --hidden-drop 0.3 --feat-drop 0.2 \ --lr 0.003 --preprocess ``` I want to...