Closed lujiaying closed 3 years ago
Jul 22 Performance is really bad in OLP task. Thinking about some mechanism to add our learn-to-generalize idea upon TransE
TODO
Details see #20
Details see #19
Tricks:
TODO
INFO - main - [Wed Aug 11 11:40:57 2021] #node_vocab=51937, #edge_vocab=1428, #ment_vocab=5833, #cep_vocab=5293
INFO - main - DataLoader Done, trt #triple=381101, graph info:Graph(num_nodes=51937, num_edges=380008,
ndata_schemes={}
edata_schemes={'e_vid': Scheme(shape=(1,), dtype=torch.int64)})
INFO - main - CGC dev #triple=4514, test #triple=15800
INFO - main - OLP dev #triple=12870, test #triple=38605
Infer relation from both parent and child: get 0 scores too
Infer taxonomy from relation: get 0 scores since edges are rarely shared.
Chang into infer by semantic edges? Done c0e5f78
TransE
h+r~=t
as score functionDone
TransE not work for OLP task. Taxo-TransE also not helpful. MSCG contains too dense Taxo edges, think about other ways for ego graph construction.