sunnweiwei / MixCL

Contrastive Learning Reduces Hallucination in Conversations
16 stars 1 forks source link

The program run.py is missing essential files and python classes. #2

Open zzysjtuiwct opened 11 months ago

zzysjtuiwct commented 11 months ago
  1. No definition of 'Data' import from 'driver.train_bart' in line 680 of run.py can be found in this repository.
  2. JSON files: 'wizard_wiki_full.json', 'train_knowledge_span_new.json', 'train_knowledge_span.json', and 'train_knowledge_ner.json' can not be found in the provided dataset.
  3. could you provide requirements.txt for this project?
TokisakaReijiKun commented 2 months ago
  1. No definition of 'Data' import from 'driver.train_bart' in line 680 of run.py can be found in this repository.
  2. JSON files: 'wizard_wiki_full.json', 'train_knowledge_span_new.json', 'train_knowledge_span.json', and 'train_knowledge_ner.json' can not be found in the provided dataset.
  3. could you provide requirements.txt for this project?

do you have solved it?

stysky commented 2 months ago

Please provide the relevant documents, I need to reproduce the experiment

TokisakaReijiKun commented 2 months ago

Please provide the relevant documents, I need to reproduce the experiment

May I ask if you have successfully reproduced it

stysky commented 2 months ago

Please provide the relevant documents, I need to reproduce the experiment

May I ask if you have successfully reproduced it

No, the experimental steps in this paper are brief, the open source code is incomplete, and manual completion may be required.