Skip to content

Commit 0c4f757

Browse files
authored
Update README.md
1 parent 829f797 commit 0c4f757

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# CoXQL: A Dataset for Parsing Explanation Requests in Conversational XAI Systems
3-
3+
**2024-09-20:** 🍻 Accepted to [EMNLP 2024](https://2024.emnlp.org/) Findings!<br>
44
🗒️ arXiv link: https://arxiv.org/abs/2406.08101
55

66
**Co**nversational E**x**planation **Q**uery **L**anguage (CoXQL): A text-to-SQL-like benchmark.
@@ -62,4 +62,17 @@ python calcualte_parsing_accuracy.py {guided_decoding, multi_prompt, multi_promp
6262
| **CodeQWen1.5** | 7B | https://huggingface.co/Qwen/CodeQwen1.5-7B-Chat|
6363
| **sqlcoder** | 7B | https://huggingface.co/defog/sqlcoder-7b-2|
6464
| **Llama3** | 8B | https://huggingface.co/meta-llama/Meta-Llama-3-8B|
65-
| **Llama3** | 70B | https://huggingface.co/meta-llama/Meta-Llama-3-70B|
65+
| **Llama3** | 70B | https://huggingface.co/meta-llama/Meta-Llama-3-70B|
66+
67+
## Citation
68+
```bibtex
69+
@misc{wang2024coxqldatasetparsingexplanation,
70+
title={CoXQL: A Dataset for Parsing Explanation Requests in Conversational XAI Systems},
71+
author={Qianli Wang and Tatiana Anikina and Nils Feldhus and Simon Ostermann and Sebastian Möller},
72+
year={2024},
73+
eprint={2406.08101},
74+
archivePrefix={arXiv},
75+
primaryClass={cs.CL},
76+
url={https://arxiv.org/abs/2406.08101},
77+
}
78+
```

0 commit comments

Comments
 (0)