https://github.com/biswesh456/semrec-challenge
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: biswesh456
- Language: Python
- Default Branch: main
- Size: 19.4 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
EmELpp
This is the code for the SemRec challenge.
Requirements
Click 7.0
cycler 0.10.0
gast 0.2.2
grpcio 1.18.0
Keras-Applications 1.0.6
Keras-Preprocessing 1.0.5
numpy 1.16.0
pandas 0.23.4
pkg-resources 0.0.0
pytz 2018.9
scikit-learn 0.20.2
scipy 1.2.0
six 1.12.0
sklearn 0.0
tensorboard 1.15.0
tensorflow-gpu 1.15.0
The code is organized as follows: - experiments: This contains separate folder for each ontology the experiment is carried out upon. - The implementation of evaluation metrics - Evaluating_HITS.py
Implementation of the code is organised for classification task:
First place the test.owl files of every data in their separate folder. Then run the fixer.py script on the file. For example, for OWL2EL5 data, we run the fixer.py on OWL2EL5/test.owl file. In order to run on any other data, we change the filename in the fixer.py file.
Given an ontology OWL file we normalize it with Normalizer.groovy script using jcel jar in Experiments/data folder. Command to Normalize: groovy -cp jcel.jar Normalizer.groovy -i -o
After we get the normalized files, run the extract_subclass.py script on the normalized file to get the final testing data.
Executing the code: - Before executing the code you need CUDA installed to use a GPU and list of python libraries as provided in requirements.txt. - Put the required pickled models in experiments/models folder. - For evaluating the embeddings run python scripts Evaluating_HITS-semrec.py, provide the path of the pkl files(placed in the results folder).
The file used for training the model has also been provided in the Experiments/training folder.
Owner
- Name: Biswesh Mohapatra
- Login: biswesh456
- Kind: user
- Location: Paris
- Company: Inria
- Website: https://sites.google.com/view/biswesh-mohapatra/
- Twitter: bis1602
- Repositories: 8
- Profile: https://github.com/biswesh456
PhD student at INRIA Paris and affiliated with ENS(PSL)
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0