psunlpgroup / Summ-N

Code for ACL 2022 Paper "SUMM^N: A Multi-Stage Summarization Framework for Long Input Dialogues and Documents"
MIT License
58 stars 7 forks source link

Problem in reproducing #2

Closed Jinhyeong-Lim closed 2 years ago

Jinhyeong-Lim commented 2 years ago

Hi

I can't reproduce this repository Because there is an unknown import module library from ThirdParty.rouge.rouge.rouge_score in "segmentor_core.py" file

import nltk
from rouge import Rouge
from ThirdParty.rouge.rouge.rouge_score import *
from utils.tools import download_nltk

I checked the AnyROUGE repository, but there is no such module. Can you check about this issue?

Thank you so much in advance!

Jinhyeong-Lim commented 2 years ago

The issue has been resolved

"rouge_score" library https://github.com/pltrdy/rouge/blob/master/rouge/rouge_score.py