mchak009 commited on
Commit
f2b0299
·
verified ·
1 Parent(s): cdfd358

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -1,10 +1,12 @@
1
- ---
2
- title: README
3
- emoji: 🌍
4
- colorFrom: yellow
5
- colorTo: yellow
6
- sdk: static
7
- pinned: false
8
- ---
9
-
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
1
+ CodeClarity is a research initiative focused on evaluating large language models for multilingual code understanding and documentation.
2
+
3
+ The project introduces CodeClarity-Bench, a benchmark for evaluating code summarization across multiple programming languages and natural languages.
4
+
5
+ The framework evaluates both traditional metrics (BLEU, ROUGE-L, METEOR, ChrF++, BERTScore, COMET) and LLM-as-a-judge evaluation methods.
6
+
7
+ Resources:
8
+ • Dataset: https://huggingface.co/CodeClarity/CodeClarity-Bench
9
+ • Code: https://github.com/MadhuNimmo/CodeClarity
10
+
11
+ The benchmark is introduced in the LREC-COLING 2026 paper:
12
+ "CodeClarity: A Framework and Benchmark for Evaluating Multilingual Code Summarization."