jdev8 commited on
Commit
ac28f10
1 Parent(s): cc21227

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -72,4 +72,10 @@ Note: you may collect and use your own relevant context. Our context may not be
72
  ## Licences
73
 
74
  We extracted repositories with permissive license (we used the most popular permissive licenses~\cite{vendome2017license} --- MIT, Apache-2.0, BSD-3-Clause, and BSD-2-Clause).
75
- The data points could be removed upon request
 
 
 
 
 
 
 
72
  ## Licences
73
 
74
  We extracted repositories with permissive license (we used the most popular permissive licenses~\cite{vendome2017license} --- MIT, Apache-2.0, BSD-3-Clause, and BSD-2-Clause).
75
+ The data points could be removed upon request
76
+
77
+ ## Metric
78
+
79
+ To compare predicted and ground truth metrics we introduce the new metric based on LLM as an assessor. Our approach involves feeding the LLM with relevant code and two versions of documentation: the ground truth and the model-generated text. The LLM evaluates which documentation better explains and fits the code. To mitigate variance and potential ordering effects in model responses, we calculate the probability that the generated documentation is superior by averaging the results of two queries:
80
+
81
+ For more details about metric implementation go to [our github repository](https://github.com/JetBrains-Research/lca-baselines/tree/module2text)