While going through README, I have noticed that the section that describes metrics implemented is very long. Perhaps, we could use the <details></details> to hide the content.
More precisely, we could do it like:
(below is snippet from README with the suggested approach)
...
The library contains implementations of the following evaluation metrics:
Faithfulness: ...
- Paper 1
- Paper 2
Robustness: ...
- Paper 1
- Paper 2
While going through
README
, I have noticed that the section that describes metrics implemented is very long. Perhaps, we could use the<details></details>
to hide the content.More precisely, we could do it like:
(below is snippet from
README
with the suggested approach)... The library contains implementations of the following evaluation metrics:
Faithfulness: ...
- Paper 1 - Paper 2Robustness: ...
- Paper 1 - Paper 2