├── .DS_Store ├── .gitignore ├── CaRe(B=ConvE) ├── .DS_Store ├── CaRe_main.py ├── cn_variants.py ├── data.py ├── encoder.py └── utils.py ├── CaRe(B=TransE) ├── CN_variants.py ├── CaRe_main.py ├── data.py ├── encoder.py └── utils.py ├── CaRe_Poster.pdf ├── CaRe_model.png ├── Data ├── .DS_Store ├── ReVerb20K │ ├── cesi_npclust.txt │ ├── ent2id.txt │ ├── gold_npclust.txt │ ├── rel2id.txt │ ├── test_trip.txt │ ├── train_trip.txt │ └── valid_trip.txt └── ReVerb45K │ ├── cesi_npclust.txt │ ├── ent2id.txt │ ├── gold_npclust.txt │ ├── rel2id.txt │ ├── test_trip.txt │ ├── train_trip.txt │ └── valid_trip.txt ├── LICENSE ├── README.md ├── requirements.txt └── setup.sh /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/.gitignore -------------------------------------------------------------------------------- /CaRe(B=ConvE)/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe(B=ConvE)/.DS_Store -------------------------------------------------------------------------------- /CaRe(B=ConvE)/CaRe_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe(B=ConvE)/CaRe_main.py -------------------------------------------------------------------------------- /CaRe(B=ConvE)/cn_variants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe(B=ConvE)/cn_variants.py -------------------------------------------------------------------------------- /CaRe(B=ConvE)/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe(B=ConvE)/data.py -------------------------------------------------------------------------------- /CaRe(B=ConvE)/encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe(B=ConvE)/encoder.py -------------------------------------------------------------------------------- /CaRe(B=ConvE)/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe(B=ConvE)/utils.py -------------------------------------------------------------------------------- /CaRe(B=TransE)/CN_variants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe(B=TransE)/CN_variants.py -------------------------------------------------------------------------------- /CaRe(B=TransE)/CaRe_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe(B=TransE)/CaRe_main.py -------------------------------------------------------------------------------- /CaRe(B=TransE)/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe(B=TransE)/data.py -------------------------------------------------------------------------------- /CaRe(B=TransE)/encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe(B=TransE)/encoder.py -------------------------------------------------------------------------------- /CaRe(B=TransE)/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe(B=TransE)/utils.py -------------------------------------------------------------------------------- /CaRe_Poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe_Poster.pdf -------------------------------------------------------------------------------- /CaRe_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/CaRe_model.png -------------------------------------------------------------------------------- /Data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/.DS_Store -------------------------------------------------------------------------------- /Data/ReVerb20K/cesi_npclust.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb20K/cesi_npclust.txt -------------------------------------------------------------------------------- /Data/ReVerb20K/ent2id.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb20K/ent2id.txt -------------------------------------------------------------------------------- /Data/ReVerb20K/gold_npclust.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb20K/gold_npclust.txt -------------------------------------------------------------------------------- /Data/ReVerb20K/rel2id.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb20K/rel2id.txt -------------------------------------------------------------------------------- /Data/ReVerb20K/test_trip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb20K/test_trip.txt -------------------------------------------------------------------------------- /Data/ReVerb20K/train_trip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb20K/train_trip.txt -------------------------------------------------------------------------------- /Data/ReVerb20K/valid_trip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb20K/valid_trip.txt -------------------------------------------------------------------------------- /Data/ReVerb45K/cesi_npclust.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb45K/cesi_npclust.txt -------------------------------------------------------------------------------- /Data/ReVerb45K/ent2id.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb45K/ent2id.txt -------------------------------------------------------------------------------- /Data/ReVerb45K/gold_npclust.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb45K/gold_npclust.txt -------------------------------------------------------------------------------- /Data/ReVerb45K/rel2id.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb45K/rel2id.txt -------------------------------------------------------------------------------- /Data/ReVerb45K/test_trip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb45K/test_trip.txt -------------------------------------------------------------------------------- /Data/ReVerb45K/train_trip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb45K/train_trip.txt -------------------------------------------------------------------------------- /Data/ReVerb45K/valid_trip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/Data/ReVerb45K/valid_trip.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/requirements.txt -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malllabiisc/CaRE/HEAD/setup.sh --------------------------------------------------------------------------------