We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Score 산출 방법은 Dacon 한국어 문서 생성요약 AI 경진대회 metric을 활용함 이라고 남겨놓으셨던데 해당부분이 rouge_metric.py 맞나요? 이 파일 사용방법이 궁금합니다.
The text was updated successfully, but these errors were encountered:
안녕하세요. 사용법을 추가해서 업로드 하도록 하겠습니다.
Sorry, something went wrong.
https://dacon.io/competitions/official/235673/talkboard/401911?page=1&dtype=recent 이 곳의 RougeScorer 코드 복사해서 class 정의하고 아래와 같이 작성하시면 될 것 같습니다.
scorer = RougeScorer() scorer.compute_rouge(df_test, df_output) # df_test: test.tsv의 Dataframe, df_output: 같은 형식의 Dataframe
No branches or pull requests
Score 산출 방법은 Dacon 한국어 문서 생성요약 AI 경진대회 metric을 활용함
이라고 남겨놓으셨던데 해당부분이 rouge_metric.py 맞나요?
이 파일 사용방법이 궁금합니다.
The text was updated successfully, but these errors were encountered: