sasaadi commited on
Commit
ec51d83
1 Parent(s): 4946b66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -6,8 +6,22 @@ language:
6
  - de
7
  ---
8
 
9
- This is the dataset from GiCCS: A German in-Context Conversational Similarity Benchmark paper:
10
- https://aclanthology.org/2022.gem-1.30/
11
 
12
  Please cite the following paper:
13
- Shima Asaadi, Zahra Kolagar, Alina Liebel, and Alessandra Zarcone. 2022. GiCCS: A German in-Context Conversational Similarity Benchmark. In Proceedings of the 2nd Workshop on Natural Language Generation, Evaluation, and Metrics (GEM), pages 351–362, Abu Dhabi, United Arab Emirates (Hybrid). Association for Computational Linguistics.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - de
7
  ---
8
 
9
+ This is the dataset from [GiCCS: A German in-Context Conversational Similarity Benchmark](https://aclanthology.org/2022.gem-1.30/)
 
10
 
11
  Please cite the following paper:
12
+
13
+ ~~~@inproceedings{asaadi-etal-2022-giccs,
14
+ title = "{G}i{CCS}: A {G}erman in-Context Conversational Similarity Benchmark",
15
+ author = "Asaadi, Shima and
16
+ Kolagar, Zahra and
17
+ Liebel, Alina and
18
+ Zarcone, Alessandra",
19
+ booktitle = "Proceedings of the 2nd Workshop on Natural Language Generation, Evaluation, and Metrics (GEM)",
20
+ month = dec,
21
+ year = "2022",
22
+ address = "Abu Dhabi, United Arab Emirates (Hybrid)",
23
+ publisher = "Association for Computational Linguistics",
24
+ url = "https://aclanthology.org/2022.gem-1.30",
25
+ doi = "10.18653/v1/2022.gem-1.30",
26
+ pages = "351--362",
27
+ }