anubrata commited on
Commit
90b9e62
1 Parent(s): c3fecb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -5,4 +5,31 @@ library_name: transformers
5
  tags:
6
  - explainable calssification
7
  - propaganda detection
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  tags:
6
  - explainable calssification
7
  - propaganda detection
8
+ ---
9
+
10
+ This model is used in the following github repo:
11
+
12
+ https://github.com/anubrata/ProtoTEx/blob/main/Notebooks/inference_and_explanations.ipynb
13
+
14
+ If you use this model please cite the original work:
15
+
16
+ https://aclanthology.org/2022.acl-long.213/
17
+
18
+ ```
19
+ @inproceedings{das-etal-2022-prototex,
20
+ title = "{P}roto{TE}x: Explaining Model Decisions with Prototype Tensors",
21
+ author = "Das, Anubrata and
22
+ Gupta, Chitrank and
23
+ Kovatchev, Venelin and
24
+ Lease, Matthew and
25
+ Li, Junyi Jessy",
26
+ booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
27
+ month = may,
28
+ year = "2022",
29
+ address = "Dublin, Ireland",
30
+ publisher = "Association for Computational Linguistics",
31
+ url = "https://aclanthology.org/2022.acl-long.213",
32
+ doi = "10.18653/v1/2022.acl-long.213",
33
+ pages = "2986--2997"
34
+ }
35
+ ```