Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -110,6 +110,12 @@ The `negation_depth_0`–`negation_depth_6` categories (840 groups each) are use
|
|
| 110 |
|
| 111 |
---
|
| 112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
## Usage
|
| 114 |
|
| 115 |
```python
|
|
@@ -137,8 +143,9 @@ for group in capital_groups[:3]:
|
|
| 137 |
## Citation
|
| 138 |
|
| 139 |
```bibtex
|
| 140 |
-
@inproceedings{
|
| 141 |
-
title = {
|
|
|
|
| 142 |
booktitle = {Advances in Neural Information Processing Systems (NeurIPS) -- Evaluations and Datasets Track},
|
| 143 |
year = {2026},
|
| 144 |
url = {https://huggingface.co/datasets/Hravan/semantic-sensitivity},
|
|
|
|
| 110 |
|
| 111 |
---
|
| 112 |
|
| 113 |
+
## Versioning and maintenance
|
| 114 |
+
|
| 115 |
+
The current release is version 1.0.0. Future versions are planned to extend coverage with additional categories and more fine-grained consistency tests. Updates will be published on this repository following semantic versioning. The dataset is fully reproducible from the accompanying generation script (`scripts/generate_ss_groups.py`, seed 42).
|
| 116 |
+
|
| 117 |
+
---
|
| 118 |
+
|
| 119 |
## Usage
|
| 120 |
|
| 121 |
```python
|
|
|
|
| 143 |
## Citation
|
| 144 |
|
| 145 |
```bibtex
|
| 146 |
+
@inproceedings{krenc2026consistency,
|
| 147 |
+
title = {Consistency Is Not Correctness: Measuring Surface-Form Sensitivity and Misgeneralization in Language Models},
|
| 148 |
+
author = {Krenc, Krzysztof},
|
| 149 |
booktitle = {Advances in Neural Information Processing Systems (NeurIPS) -- Evaluations and Datasets Track},
|
| 150 |
year = {2026},
|
| 151 |
url = {https://huggingface.co/datasets/Hravan/semantic-sensitivity},
|