Datasets:

ArXiv:
License:
Auditt commited on
Commit
a900ab0
·
verified ·
1 Parent(s): 559e225

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1446,7 +1446,7 @@ configs:
1446
  path: predtrace-IMP-SOS-uk-human-written/train-*
1447
  ---
1448
 
1449
- # PLSemanticsBench
1450
 
1451
  ## Table of Contents
1452
  - [About](#about)
@@ -1457,7 +1457,7 @@ configs:
1457
  - [Citation](#citation)
1458
 
1459
  ## About
1460
- PLSemanticsBench is the first benchmark for evaluating LLMs as programming language interpreters. We introduce three tasks to evaluate this:
1461
 
1462
  | Task | Description |
1463
  |------|-------------|
@@ -1658,12 +1658,12 @@ One example of the dataset is as follows:
1658
 
1659
  ## Citation
1660
  ```bibtex
1661
- @article{ThimmaiahETAL25PLSemanticsBench,
1662
- title={PLSemanticsBench: Large Language Models As Programming Language Interpreters},
1663
- author={Aditya Thimmaiah, Jiyang Zhang, Jayanth Srinivasa, Junyi Jessy Li, Milos Gligoric},
1664
- year={2025},
1665
- archivePrefix={arXiv},
1666
- url={https://arxiv.org/abs/2510.03415},
1667
  }
1668
  ```
1669
 
 
1446
  path: predtrace-IMP-SOS-uk-human-written/train-*
1447
  ---
1448
 
1449
+ # LLMs Lean on Priors, Not Programming Language Semantics (ICML 2026)
1450
 
1451
  ## Table of Contents
1452
  - [About](#about)
 
1457
  - [Citation](#citation)
1458
 
1459
  ## About
1460
+ PLSemanticsBench is the first counterfactual PL semantics dataset for rule-conditioned reasoning of LLMs. We introduce three tasks to evaluate this:
1461
 
1462
  | Task | Description |
1463
  |------|-------------|
 
1658
 
1659
  ## Citation
1660
  ```bibtex
1661
+ @inproceedings{ThimmaiahETAL25PLSemanticsBench,
1662
+ title = {LLMs Lean on Priors, Not Programming Language Semantics},
1663
+ author = {Thimmaiah, Aditya and Zhang, Jiyang and Srinivasa, Jayanth
1664
+ and Li, Junyi Jessy and Gligoric, Milos},
1665
+ booktitle = {ICML},
1666
+ year = {2026}
1667
  }
1668
  ```
1669