Skip to content

Commit 527f79f

Browse files
committed
Antigravity update on website
1 parent 34b32d0 commit 527f79f

File tree

10 files changed

+126036
-297
lines changed

10 files changed

+126036
-297
lines changed

.github/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
44
<a href="https://standardjs.com"><img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" alt="Standard - \Python Style Guide"></a>
5-
[![PyPI Downloads](https://static.pepy.tech/badge/xwhy)](https://pepy.tech/projects/xwhy)
65

76
# XWhy: eXplain Why with a <b>SMILE</b> -- <b>S</b>tatistical <b>M</b>odel-agnostic <b>I</b>nterpretability with <b>L</b>ocal <b>E</b>xplanations
87

@@ -13,9 +12,7 @@
1312
<p align="justify">Machine learning is currently undergoing an explosion in capability, popularity, and sophistication. However, one of the major barriers to widespread acceptance of machine learning (ML) is trustworthiness: most ML models operate as black boxes, their inner workings opaque and mysterious, and it can be difficult to trust their conclusions without understanding how those conclusions are reached. Explainability is therefore a key aspect of improving trustworthiness: the ability to better understand, interpret, and anticipate the behaviour of ML models. To this end, we propose a SMILE, a new method that builds on previous approaches by making use of statistical distance measures to improve explainability while remaining applicable to a wide range of input data domains</p>
1413

1514
## News
16-
* The SMILE approach has been extended for <b>LLM Explainability</b> by Zeinab Dehghani et al. [Arxiv](https://arxiv.org/pdf/2505.21657v1), [Youtube](https://www.youtube.com/watch?v=pJePjOb2Tj4).
17-
* The SMILE approach has been extended for <b>Point Cloud Explainability</b> by Seyed Mohammad Ahmadi et al. Please check out the examples [here](https://github.com/Dependable-Intelligent-Systems-Lab/xwhy/tree/main/examples/Point%20Cloud%20Examples). [Arxiv](https://arxiv.org/abs/2410.15374), [Youtube](https://www.youtube.com/watch?v=AzYz-JUJTxs).
18-
* The SMILE approach has been extended for <b>Instruction-based Image Editing Explainability</b> by Zeinab Dehghani et al. [Arxiv](https://www.arxiv.org/abs/2412.16277), [Youtube](https://www.youtube.com/watch?v=0QTf2qasrgM&t).
15+
The SMILE approach has been extended for <b>Point Cloud Explainability</b>. Please check out the examples [here](https://github.com/Dependable-Intelligent-Systems-Lab/xwhy/tree/main/examples/Point%20Cloud%20Examples).
1916

2017
## Installation
2118
```
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Large Language Model Explainability using SMILE
2+
In this folder, we aim to provide examples on how SMILE can be used to provide explainability for LLMs.
3+
4+
* ChatGPT Explainability using SMILE [The notebook will be uploaded soon]()

examples/NLP_Examples/x-why-for-text.ipynb

Lines changed: 46 additions & 6 deletions
Large diffs are not rendered by default.

examples/smile-v1.ipynb

Lines changed: 78038 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)