Update README.md
Browse files
README.md
CHANGED
|
@@ -182,6 +182,15 @@ dataset = load_dataset("jacklanda/SemanticQA", "idiom_detection")
|
|
| 182 |
}
|
| 183 |
```
|
| 184 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 185 |
## License
|
| 186 |
|
| 187 |
MIT
|
|
|
|
| 182 |
}
|
| 183 |
```
|
| 184 |
|
| 185 |
+
```bibtex
|
| 186 |
+
@article{liu2024revisiting,
|
| 187 |
+
title={Revisiting a Pain in the Neck: Semantic Phrase Processing Benchmark for Language Models},
|
| 188 |
+
author={Liu, Yang and Qin, Melissa Xiaohui and Li, Hongming and Huang, Chao},
|
| 189 |
+
journal={arXiv preprint arXiv:2405.02861},
|
| 190 |
+
year={2024}
|
| 191 |
+
}
|
| 192 |
+
```
|
| 193 |
+
|
| 194 |
## License
|
| 195 |
|
| 196 |
MIT
|