File size: 1,911 Bytes
ad36233
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1bbcc54
 
 
 
 
 
 
 
 
ad36233
1bbcc54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  - name: definition_label
    dtype: int64
  - name: source_file
    dtype: string
  - name: tokens
    dtype: string
  - name: iob_tags
    dtype: string
  - name: spans
    dtype: string
  - name: relations
    dtype: string
  - name: text_rus
    dtype: string
  - name: spans_rus
    dtype: string
  - name: relations_rus
    dtype: string
  - name: type
    dtype: string
  - name: is_gold
    dtype: float64
  - name: tags
    dtype: string
  - name: tokens_rus
    dtype: string
  - name: iob_tags_rus
    dtype: string
  - name: ner_tags
    dtype: string
  splits:
  - name: train
    num_bytes: 12400016
    num_examples: 6231
  - name: val
    num_bytes: 799399
    num_examples: 418
  - name: test
    num_bytes: 1118944
    num_examples: 651
  download_size: 4397440
  dataset_size: 14318359
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
license: mit
task_categories:
- text-classification
- token-classification
language:
- en
- ru
size_categories:
- 10K<n<100K
---

# Description

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).

See folowing dataset for their description.

# Citation

@article{Popov2025TransferringNL,
  title={Transferring Natural Language Datasets Between Languages Using Large Language Models for Modern Decision Support and Sci-Tech Analytical Systems},
  author={Dmitrii Popov and Egor Terentev and Danil Serenko and Ilya Sochenkov and Igor Buyanov},
  journal={Big Data and Cognitive Computing},
  year={2025},
  url={https://api.semanticscholar.org/CorpusID:278179500}
}