jacopoteneggi commited on
Commit
67bd8e2
·
verified ·
1 Parent(s): 468f744

Add reference to arXiv paper

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -12,4 +12,18 @@ preload_from_hub:
12
  - laion/CLIP-ViT-B-32-laion2B-s34B-b79K open_clip_config.json,open_clip_pytorch_model.bin
13
  pinned: true
14
  license: cc-by-nc-4.0
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - laion/CLIP-ViT-B-32-laion2B-s34B-b79K open_clip_config.json,open_clip_pytorch_model.bin
13
  pinned: true
14
  license: cc-by-nc-4.0
15
+ ---
16
+
17
+ This is the official demo for the paper [*I Bet You Did Not Mean That: Testing Semantic Importance via Betting*](https://arxiv.org/abs/2405.19146) .
18
+
19
+ **References**
20
+ ```
21
+ @misc{teneggi2024ibetdidmean,
22
+ title={I Bet You Did Not Mean That: Testing Semantic Importance via Betting},
23
+ author={Jacopo Teneggi and Jeremias Sulam},
24
+ year={2024},
25
+ eprint={2405.19146},
26
+ archivePrefix={arXiv},
27
+ primaryClass={stat.ML},
28
+ }
29
+ ```