azugarini commited on
Commit
81f7070
·
verified ·
1 Parent(s): b0559ef

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```
17
+ @inproceedings{zugarini2024clue,
18
+ title={Clue-Instruct: Text-Based Clue Generation for Educational Crossword Puzzles},
19
+ author={Zugarini, Andrea and Zeinalipour, Kamyar and Kadali, Surya Sai and Maggini, Marco and Gori, Marco and Rigutini, Leonardo},
20
+ booktitle={Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
21
+ pages={3347--3356},
22
+ year={2024}
23
+ }
24
+ ```