Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: wtfpl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
**Dataset Summary**
|
| 5 |
|
| 6 |
This dataset provides digitized versions of classic human categorization benchmarks from seminal cognitive psychology studies by Rosch (1973, 1975) and McCloskey & Glucksberg (1978). These datasets capture human judgments about semantic categories and typicality, offering high-fidelity insights into how humans organize conceptual knowledge.
|
| 7 |
|
| 8 |
-
This dataset was released as part of the study "From Tokens to Thoughts: How LLMs and Humans Trade Compression for Meaning"
|
|
|
|
| 9 |
|
| 10 |
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
| 11 |
**Supported Tasks and Leaderboards**
|
|
@@ -73,7 +83,4 @@ If you use this dataset, please cite:
|
|
| 73 |
journal={arXiv preprint arXiv:2505.17117},
|
| 74 |
year={2025}
|
| 75 |
}
|
| 76 |
-
```
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: wtfpl
|
| 3 |
+
task_categories:
|
| 4 |
+
- token-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- cognition
|
| 9 |
+
- concepts
|
| 10 |
+
- clusters
|
| 11 |
+
- categories
|
| 12 |
---
|
| 13 |
**Dataset Summary**
|
| 14 |
|
| 15 |
This dataset provides digitized versions of classic human categorization benchmarks from seminal cognitive psychology studies by Rosch (1973, 1975) and McCloskey & Glucksberg (1978). These datasets capture human judgments about semantic categories and typicality, offering high-fidelity insights into how humans organize conceptual knowledge.
|
| 16 |
|
| 17 |
+
This dataset was released as part of the study "[From Tokens to Thoughts: How LLMs and Humans Trade Compression for Meaning"](https://arxiv.org/abs/2505.17117)
|
| 18 |
+
(Shani et al., 2025), which quantitatively compares human and large language model (LLM) conceptual representations using information-theoretic tools.
|
| 19 |
|
| 20 |
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
| 21 |
**Supported Tasks and Leaderboards**
|
|
|
|
| 83 |
journal={arXiv preprint arXiv:2505.17117},
|
| 84 |
year={2025}
|
| 85 |
}
|
| 86 |
+
```
|
|
|
|
|
|
|
|
|