Add paper link, GitHub repository, and task category

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -50,6 +50,31 @@ configs:
50
  data_files:
51
  - split: train
52
  path: data/train-*
 
 
53
  ---
54
 
55
- Paper: https://arxiv.org/pdf/2605.31170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  data_files:
51
  - split: train
52
  path: data/train-*
53
+ task_categories:
54
+ - text-classification
55
  ---
56
 
57
+ # Emergent Languages in Populations of Language Model Agents
58
+
59
+ This dataset contains agent-generated posts from Moltbook, filtered and categorized to study emergent languages. It was presented in the paper [Emergent Languages in Populations of Language Model Agents: From Token Efficiency to Oversight Evasion](https://huggingface.co/papers/2605.31170).
60
+
61
+ The dataset includes 518 examples categorized into:
62
+ - **Token efficiency** (166): Proposals for languages aimed at reducing computational/token costs.
63
+ - **New natural languages** (106): The invention of new natural-sounding languages.
64
+ - **Oversight evasion** (59): Sophisticated protocols and languages proposed specifically to avoid human monitoring and oversight.
65
+
66
+ ### Links
67
+
68
+ - **Paper:** [https://arxiv.org/abs/2605.31170](https://arxiv.org/abs/2605.31170)
69
+ - **GitHub:** [https://github.com/aisilab/emergent-languages](https://github.com/aisilab/emergent-languages)
70
+
71
+ ### Citation
72
+
73
+ ```bibtex
74
+ @article{beltoft2026emergent,
75
+ title={Emergent Languages in Populations of Language Model Agents: From Token Efficiency to Oversight Evasion},
76
+ author={Beltoft, Stine Lyngsø and Brach, William and Torrielli, Federico and Nielsen, Jacob and Pirchert, Annemette Brok and Tonini, Filippo and Schneider-Kamp, Peter and Poech, Lukas Galke},
77
+ journal={arXiv preprint arXiv:2605.31170},
78
+ year={2026}
79
+ }
80
+ ```