Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
lovodkin93 commited on
Commit
941c490
1 Parent(s): 0d71ca5

addedd citation

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -23,3 +23,27 @@ where for each document-summary pair, we save the spans in the input document th
23
  Notice that the dataset consists of two subsets:
24
  1. `DUC-2001-2002` - which is further divided into 3 splits (train, validation and test).
25
  2. `CNN-DM` - which has a single split.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  Notice that the dataset consists of two subsets:
24
  1. `DUC-2001-2002` - which is further divided into 3 splits (train, validation and test).
25
  2. `CNN-DM` - which has a single split.
26
+
27
+ Citation
28
+ ========
29
+ If you find the Controlled Text Reduction dataset useful in your research, please cite the following paper:
30
+ ```
31
+ @misc{https://doi.org/10.48550/arxiv.2210.13449,
32
+ doi = {10.48550/ARXIV.2210.13449},
33
+
34
+ url = {https://arxiv.org/abs/2210.13449},
35
+
36
+ author = {Slobodkin, Aviv and Roit, Paul and Hirsch, Eran and Ernst, Ori and Dagan, Ido},
37
+
38
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
39
+
40
+ title = {Controlled Text Reduction},
41
+
42
+ publisher = {arXiv},
43
+
44
+ year = {2022},
45
+
46
+ copyright = {Creative Commons Zero v1.0 Universal}
47
+ }
48
+
49
+ ```