tvbat commited on
Commit
69170fb
·
verified ·
1 Parent(s): 0c811f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -112,4 +112,44 @@ ds_ner_ru_train = load_dataset("tvbat/SciMDIX", "ner_re", split="train_ru")
112
  print(ds_ner_ru_train[0])
113
 
114
  # Load the Kazakh Test split for Aspects
115
- ds_asp_kz_test = load_dataset("tvbat/SciMDIX", "aspects", split="test_kz")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  print(ds_ner_ru_train[0])
113
 
114
  # Load the Kazakh Test split for Aspects
115
+ ds_asp_kz_test = load_dataset("tvbat/SciMDIX", "aspects", split="test_kz")
116
+ ```
117
+
118
+ ## Repository
119
+
120
+ The code, models, and additional resources related to this dataset can be found in our [GitHub repository](https://github.com/tvbat/sci-text-miner-scimdix/tree/main)
121
+
122
+ ## Citation
123
+
124
+ If you use the **SciMDIX** dataset in your research, please cite our papers:
125
+
126
+ 1. Batura T., Yerimbetova A., Mukazhanov N., Shvarts N., Sakenov B., Turdalyuly M. [Information Extraction from Multi-Domain Scientific Documents: Methods and Insights](https://doi.org/10.3390/app15169086). Applied Sciences. MDPI. 2025. V.15, 9086.
127
+
128
+ ```bibtex
129
+ @article{scimdix2025,
130
+ author = {Batura, Tatiana and Yerimbetova, Aigerim and Mukazhanov, Nurzhan and Shvarts, Nikita and Sakenov, Bakzhan and Turdalyuly, Mussa},
131
+ title = {Information Extraction from Multi-Domain Scientific Documents: Methods and Insights},
132
+ journal = {Applied Sciences},
133
+ volume = {15},
134
+ year = {2025},
135
+ number = {16},
136
+ article-number = {9086},
137
+ publisher = {MDPI},
138
+ doi = {https://doi.org/10.3390/app15169086}
139
+ }
140
+ ```
141
+
142
+ 2. Shvarts N., Batura T., Mukazhanov N., Yerimbetova A., Turdalyuly M., Sakenov B. [SciMDIX: A dataset for aspect extraction from multi-domain scientific documents in Kazakh and Russian](https://doi.org/10.1016/j.procs.2026.01.056). *Procedia Computer Science*. 2026. V. 275, pp.474-483.
143
+
144
+ ```bibtex
145
+ @article{scimdix2026,
146
+ title={SciMDIX: A dataset for aspect extraction from multi-domain scientific documents in Kazakh and Russian},
147
+ author={Shvarts, Nikita and Batura, Tatiana and Mukazhanov, Nurzhan and Yerimbetova, Aigerim and Turdalyuly, Mussa and Sakenov, Bakzhan},
148
+ journal={Procedia Computer Science},
149
+ volume={275},
150
+ pages={474--483},
151
+ year={2026},
152
+ publisher={Elsevier},
153
+ doi = {https://doi.org/10.1016/j.procs.2026.01.056}
154
+ }
155
+ ```