Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
LukasHug commited on
Commit
8b0581f
·
verified ·
1 Parent(s): 3296202

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -98,10 +98,11 @@ Each subset provides three standard splits (`train`, `validation`, and `test`),
98
  If you use this code or datasets, please cite:
99
 
100
  ```bibtex
101
- @inproceedings{helff2025activationreasoning,
102
- title={ActivationReasoning: Logical Reasoning in Latent Activation Spaces},
103
- author={Lukas Helff and Ruben Härle and Wolfgang Stammer and Felix Friedrich and Manuel Brack and Antonia Wüst and Hikaru Shindo and Patrick Schramowski and Kristian Kersting},
104
- booktitle={NeurIPS 2025 Workshop on Foundations of Reasoning in Language Models},
105
- year={2025},
 
106
  }
107
  ```
 
98
  If you use this code or datasets, please cite:
99
 
100
  ```bibtex
101
+ @inproceedings{
102
+ helff2026activationreasoning,
103
+ title={ActivationReasoning: Logical Reasoning in Latent Activation Spaces},
104
+ author={Lukas Helff and Ruben Härle and Wolfgang Stammer and Felix Friedrich and Manuel Brack and Antonia Wüst and Hikaru Shindo and Patrick Schramowski and Kristian Kersting},
105
+ booktitle={The Fourteenth International Conference on Learning Representations},
106
+ year={2026},
107
  }
108
  ```