benlipkin commited on
Commit
ad46e5b
1 Parent(s): 8863af9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ Large file storage for the paper `Convergent Representations of Computer Programs in Human and Artificial Neural Networks` by Shashank Srikant*, Benjamin Lipkin*, Anna A. Ivanova, Evelina Fedorenko, and Una-May O'Reilly. The code repository is hosted on [GitHub](https://github.com/ALFA-group/code-representations-ml-brain). Check it out!
5
+
6
+ If you use this work, please cite:
7
+ ```bibtex
8
+ @inproceedings{SrikantLipkin2022,
9
+ author = {Srikant, Shashank and Lipkin, Benjamin and Ivanova, Anna and Fedorenko, Evelina and O'Reilly, Una-May},
10
+ title = {Convergent Representations of Computer Programs in Human and Artificial Neural Networks},
11
+ year = {2022},
12
+ journal = {Advances in Neural Information Processing Systems},
13
+ }
14
+ ```