-
[FIX] - Fix for summarization edge case (#1201)
发布于
2024-08-27 09:39:05 +00:00 This PR adds a fix for the issue mentioned in #1108
However I have a points to discuss @shahules786 :
- I had added
conciseness_scoreto penalize long summaries, but I also
do not want to promote very very short and skimpy summaries, need to
find a middle ground. - Is
averaginga good way to combineQA_scoreand
conciseness_score? - Ranking based metrics to measure quality of summarization (as
mentioned by shahul in the above issue)
Given the conclusions we reach based on these discussion points, I will
push more commits, let's keep this PR open till we resolve these points.
Co-authored-by: Shahules786 Shahules786@gmail.com
下载附件
- I had added