reginafeles commited on
Commit
6af7cb3
·
verified ·
1 Parent(s): 0d5e162

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -31,4 +31,35 @@ task_categories:
31
  language:
32
  - ru
33
  pretty_name: humarticles
34
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  language:
32
  - ru
33
  pretty_name: humarticles
34
+ ---
35
+ # **Humarticles: Russian Academic Articles Dataset**
36
+
37
+ **Humarticles** is a comprehensive collection of Russian-language academic articles, designed to support the development of AI models for text summarization, semantic search, and natural language understanding. This dataset contains a variety of academic papers from different domains, complete with abstracts, full articles, and metadata such as author names and publication years.
38
+
39
+ ### **Dataset Overview**
40
+
41
+ - **Language**: Russian
42
+ - **Size**: 980 academic articles
43
+ - **Fields**:
44
+ - **ID**: A unique identifier for each article.
45
+ - **Author**: The author(s) of the article.
46
+ - **Year**: The year the article was published.
47
+ - **Title**: The title of the article.
48
+ - **Abstract**: A brief summary of the article.
49
+ - **Article**: The full text of the article.
50
+ - **Summary**: A more concise summary or key insights from the article.
51
+
52
+ ### **Purpose**
53
+
54
+ Humarticles was created with the goal of advancing research in several areas, including:
55
+
56
+ - **Text Summarization**: Use the articles and their summaries to train models that can automatically condense scientific papers.
57
+ - **Semantic Search**: Enhance search engines to help researchers find relevant articles quickly using natural language queries.
58
+ - **Machine Translation**: Improve machine translation systems by providing high-quality, domain-specific Russian text and corresponding summaries.
59
+ - **Linguistic Analysis**: Analyze the style, tone, and structure of Russian academic writing.
60
+
61
+
62
+ ### **Contributing**
63
+
64
+ We welcome contributions! If you have any suggestions or improvements for this dataset, feel free to open an issue or submit a pull request.
65
+