astromis commited on
Commit
1bbcc54
·
verified ·
1 Parent(s): ad36233

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -56,4 +56,29 @@ configs:
56
  path: data/val-*
57
  - split: test
58
  path: data/test-*
 
 
 
 
 
 
 
 
 
59
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  path: data/val-*
57
  - split: test
58
  path: data/test-*
59
+ license: mit
60
+ task_categories:
61
+ - text-classification
62
+ - token-classification
63
+ language:
64
+ - en
65
+ - ru
66
+ size_categories:
67
+ - 10K<n<100K
68
  ---
69
+
70
+ # Description
71
+
72
+ The dataset for definition detection task and term and definition recognition task. This is a mix of two datasets: [RuDEFT](https://huggingface.co/datasets/astromis/ruDEFT) and [WCL](https://huggingface.co/datasets/astromis/WCL_Wiki_Ru).
73
+
74
+ See folowing dataset for their description.
75
+
76
+ # Citation
77
+
78
+ @article{Popov2025TransferringNL,
79
+ title={Transferring Natural Language Datasets Between Languages Using Large Language Models for Modern Decision Support and Sci-Tech Analytical Systems},
80
+ author={Dmitrii Popov and Egor Terentev and Danil Serenko and Ilya Sochenkov and Igor Buyanov},
81
+ journal={Big Data and Cognitive Computing},
82
+ year={2025},
83
+ url={https://api.semanticscholar.org/CorpusID:278179500}
84
+ }