pytorch / captum

Model interpretability and understanding for PyTorch
https://captum.ai
BSD 3-Clause "New" or "Revised" License
4.91k stars 494 forks source link

BibTeX for citation #161

Closed kmario23 closed 4 years ago

kmario23 commented 5 years ago

Hi folks, Is there a proper .bib format available for Captum for the purposes of citation in research papers?

Thanks!

NarineK commented 4 years ago

Thank you for asking, @kmario23 ! We don't have a paper out yet. @orionr will propose one.

orionr commented 4 years ago

Thanks for asking, @kmario23! For now please use

@misc{captum2019github,
  author = {Kokhlikyan, Narine and Miglani, Vivek and Martin, Miguel and Wang, Edward and Reynolds, Jonathan and Melnikov, Alexander and Lunova, Natalia and Reblitz-Richardson, Orion},
  title = {PyTorch Captum},
  year = {2019},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/pytorch/captum}},
}

I'll be adding a CITATION file shortly as well that we will update as papers, workshops, etc. are published.

haofanwang commented 4 years ago

@orionr Will this paper include other contributors who contributed 100 lines of code as one of its authors (just like tensorflow/cleverhans package)? That would motivate more contributions.

orionr commented 4 years ago

Thanks for asking, @haofanwang. Right now the plan (similar to PyTorch) is to have it reference papers and workshops as we have them. However, if people make significant contributions we could definitely talk about it. Closing since we now have the CITATION file.