Update README
Browse files
README.md
CHANGED
|
@@ -63,4 +63,26 @@ that they will be empty after you clone the project. If you would like to
|
|
| 63 |
populate a submodule (i.e., the directory pointing to another repo) to see or
|
| 64 |
use its code, run `git submodule init path/to/submodule` to mark it as init-ed.
|
| 65 |
Second, run `git submodule update` to populated init-ed submodules. Run `git
|
| 66 |
-
submodule deinit -f path/to/submodule` to make the submodule empty again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
populate a submodule (i.e., the directory pointing to another repo) to see or
|
| 64 |
use its code, run `git submodule init path/to/submodule` to mark it as init-ed.
|
| 65 |
Second, run `git submodule update` to populated init-ed submodules. Run `git
|
| 66 |
+
submodule deinit -f path/to/submodule` to make the submodule empty again.
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
## Paper
|
| 70 |
+
The work in this repository is associated with [ELCC: the Emergent Language
|
| 71 |
+
Corpus Collection](https://arxiv.org/abs/2407.04158). The analyses in this
|
| 72 |
+
paper use code provided in https://github.com/brendon-boldt/elcc-analysis.
|
| 73 |
+
|
| 74 |
+
|
| 75 |
+
### Citation
|
| 76 |
+
If you use this code or data in academic work, please cite:
|
| 77 |
+
|
| 78 |
+
@article{boldt2024elcc,
|
| 79 |
+
title={{ELCC}: the {E}mergent {L}anguage {C}orpus {C}ollection},
|
| 80 |
+
author={Brendon Boldt and David Mortensen},
|
| 81 |
+
year={2024},
|
| 82 |
+
eprint={2407.04158},
|
| 83 |
+
volume={2407.04158},
|
| 84 |
+
archivePrefix={arXiv},
|
| 85 |
+
journal={arXiv},
|
| 86 |
+
primaryClass={cs.CL},
|
| 87 |
+
url={https://arxiv.org/abs/2407.04158},
|
| 88 |
+
}
|