dice-group / dice-group/KATRINA
The code does not work
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I am trying to rerun this code related to a [recent paper](https://papers.dice-research.org/2024/EKAW_UniQ-Gen/public.pdf) because of the "Reproducible" part of the scientific research process (and the whole FAIR principles movement etc)
Unfortunately it is not working. I am using the following command:
```bash
pip install -r requirements
python End2EndLinker.py
```
It gives error:
```
Traceback (most recent call last):
File "/home/vemonet/dev/tmp/KATRINA/End2EndLinker.py", line 5, in
from GENRE import GenreLinker
ImportError: cannot import name 'GenreLinker' from 'GENRE' (/home/vemonet/dev/tmp/KATRINA/GENRE/__init__.py)
```
Which makes total sense since the GENRE library is never installed. You seems to have a local copy of it, but it can't be installed (no `setup.py` nor `pyproject.toml` in the folder)
How is this supposed to be installed and run please? I would like to be able to rerun training and testing of the model
@vdanielupb
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with End2EndLinker.py, GENRE/__init__.py, and the requirements file to trace the failed GenreLinker import and inspect how the local GENRE copy is structured. Done means the installation and run instructions are clear, the dependency can be installed, and the provided command reaches the training or testing workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100