Update README.md
Browse files
README.md
CHANGED
|
@@ -1446,7 +1446,7 @@ configs:
|
|
| 1446 |
path: predtrace-IMP-SOS-uk-human-written/train-*
|
| 1447 |
---
|
| 1448 |
|
| 1449 |
-
#
|
| 1450 |
|
| 1451 |
## Table of Contents
|
| 1452 |
- [About](#about)
|
|
@@ -1457,7 +1457,7 @@ configs:
|
|
| 1457 |
- [Citation](#citation)
|
| 1458 |
|
| 1459 |
## About
|
| 1460 |
-
PLSemanticsBench is the first
|
| 1461 |
|
| 1462 |
| Task | Description |
|
| 1463 |
|------|-------------|
|
|
@@ -1658,12 +1658,12 @@ One example of the dataset is as follows:
|
|
| 1658 |
|
| 1659 |
## Citation
|
| 1660 |
```bibtex
|
| 1661 |
-
@
|
| 1662 |
-
title={
|
| 1663 |
-
author=
|
| 1664 |
-
|
| 1665 |
-
|
| 1666 |
-
|
| 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 |
|