You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title={The Language Interpretability Tool: Extensible, Interactive Visualizations and Analysis for {NLP} Models},
237
227
author={Ian Tenney and James Wexler and Jasmijn Bastings and Tolga Bolukbasi and Andy Coenen and Sebastian Gehrmann and Ellen Jiang and Mahima Pushkarna and Carey Radebaugh and Emily Reif and Ann Yuan},
@@ -243,12 +233,22 @@ If you use LIT as part of your work, please cite
243
233
}
244
234
```
245
235
236
+
```BibTeX
237
+
@article{tenney2024interactive,
238
+
title={Interactive prompt debugging with sequence salience},
239
+
author={Tenney, Ian and Mullins, Ryan and Du, Bin and Pandya, Shree and Kahng, Minsuk and Dixon, Lucas},
240
+
journal={arXiv preprint arXiv:2404.07498},
241
+
year={2024}
242
+
}
243
+
```
244
+
246
245
## Disclaimer
247
246
248
247
This is not an official Google product.
249
248
250
-
LIT is a research project and under active development by a small team. There
251
-
will be some bugs and rough edges, but we're releasing at an early stage because
252
-
we think it's pretty useful already. We want LIT to be an open platform, not a
253
-
walled garden, and we would love your suggestions and feedback - drop us a line
254
-
in the [issues](https://github.com/pair-code/lit/issues).
249
+
LIT is a research project and under active development by a small team. We want
250
+
LIT to be an open platform, not a walled garden, and would love your suggestions
251
+
and feedback – please
252
+
[report any bugs](https://github.com/pair-code/lit/issues) and reach out on the
### Non-breaking Changes, Bug Fixes, and Enhancements
35
+
* Upgrade LIT to MobX v6. - [c1f5055](https://github.com/PAIR-code/lit/commit/c1f5055eb7ee8b3671484c863a0967c05fa58338)
36
+
* Fix indexing issue in Sequence Salience module. - [58b1d2](https://github.com/PAIR-code/lit/commit/58b1d2b6d0d27c6dca086520cef45bf75466a101)
37
+
* Load multiple model wrappers with shared model. - [ba4d975](https://github.com/PAIR-code/lit/commit/ba4d975a90612b0c41a02b3dcb4dbb548261fdd7)
38
+
* Add the custom model and dataset loaders to prompt debugging notebook. - [338c6b](https://github.com/PAIR-code/lit/commit/338c6b12de98b61287a25650ad2c6ad7f7bb80cd)
39
+
* Convert hosted demos images to multi-stage builds. - [4bf1f8](https://github.com/PAIR-code/lit/commit/4bf1f81666fe546357f00c86a2315d2852346ebe)
40
+
* Adding testing instructions to README. - [f24b841](https://github.com/PAIR-code/lit/commit/f24b841959f0402498a056a5164a86ecae6dbb94)
41
+
* More LIT documentation updates. - [2e9d267](https://github.com/PAIR-code/lit/commit/2e9d26738d9344cde0eebd66d49dfc14cd800e74)
42
+
3
43
## Release 1.2
4
44
5
45
This release covers clean-ups on various obsolete demos, as well as improved
@@ -270,7 +310,7 @@ A full list of contributors to this repo can be found at https://github.com/PAIR
0 commit comments