Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- azugarini/clue-instruct
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
---
|
9 |
+
|
10 |
+
## Pre-print
|
11 |
+
More details about the model are available [here](https://arxiv.org/abs/2404.06186)
|
12 |
+
|
13 |
+
## Citation
|
14 |
+
If you find it useful, please cite us:
|
15 |
+
|
16 |
+
@inproceedings{zugarini2024clue,
|
17 |
+
title={Clue-Instruct: Text-Based Clue Generation for Educational Crossword Puzzles},
|
18 |
+
author={Zugarini, Andrea and Zeinalipour, Kamyar and Kadali, Surya Sai and Maggini, Marco and Gori, Marco and Rigutini, Leonardo},
|
19 |
+
booktitle={Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
20 |
+
pages={3347--3356},
|
21 |
+
year={2024}
|
22 |
+
}
|