codelion commited on
Commit
9346565
·
verified ·
1 Parent(s): b419f86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ the LLM to generate a structured README.md file using the entire contents of the
48
  response from LLM by comparing it with the actual README file of that repository across several different metrics.
49
 
50
  In addition to the traditional NLP metircs like BLEU, ROUGE scores and cosine similarity, we also compute custom metrics
51
- that capture structural similarity, code consistency, readbility and information retrieval (from code to README). The final score
52
  is generated between by taking a weighted average of the metrics. The weights used for the final score are shown below.
53
 
54
  ```
 
48
  response from LLM by comparing it with the actual README file of that repository across several different metrics.
49
 
50
  In addition to the traditional NLP metircs like BLEU, ROUGE scores and cosine similarity, we also compute custom metrics
51
+ that capture structural similarity, code consistency, readbility ([FRES](https://simple.wikipedia.org/wiki/Flesch_Reading_Ease)) and information retrieval (from code to README). The final score
52
  is generated between by taking a weighted average of the metrics. The weights used for the final score are shown below.
53
 
54
  ```