eusojk commited on
Commit
74f1f74
1 Parent(s): 5f2e68f

added short summary and data structure

Browse files
Files changed (1) hide show
  1. README.md +139 -0
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - fill-mask
4
+ language:
5
+ - en
6
+ tags:
7
+ - agriculture Extension
8
+ pretty_name: AEC1.1
9
+ ---
10
+ # Dataset Card for AEC
11
+
12
+
13
+
14
+ ## Dataset Details
15
+
16
+ ### Dataset Summary
17
+
18
+ The Agricultural Extension Corpus 1.1 is a compilation of 1655 official agricultural Extension documents (e.g., fact sheets, digital books) concerning water-related and sustainable agricultural practices research.
19
+
20
+ - **Homepage:** https://huggingface.co/datasets/msu-ceco/aec_v1
21
+ - **Paper [optional]:** [More Information Needed]
22
+ - **Curated by:** [DSI Lab](https://dsiweb.cse.msu.edu/)
23
+ - **Point of Contact:** Dr. A.Pouyan Nejadhashemi (pouyan@msu.edu)
24
+ - **Funded by [optional]:** [More Information Needed]
25
+ - **Supported by:** The USDA National Institute of Food and Agriculture, Hatch project 1019654
26
+ - **Language(s) (NLP):** English (`en`)
27
+ - **License:** [More Information Needed]
28
+
29
+
30
+ ## Uses
31
+
32
+ <!-- Address questions around how the dataset is intended to be used. -->
33
+
34
+ ### Direct Use
35
+
36
+ It is intended to train ML models in general and NLP tasks in particular (e.g., Masked Language Modeling).
37
+
38
+
39
+ ### Out-of-Scope Use
40
+
41
+ This dataset should not be used as a reference/answers to address or respond to time-sensitive and location-sensitive questions.
42
+
43
+
44
+ ## Dataset Structure
45
+
46
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
47
+ This dataset does not contain any fields. It is a corpus of paragraphs and sentences.
48
+
49
+ [More Information Needed]
50
+
51
+ ## Dataset Creation
52
+
53
+ ### Curation Rationale
54
+
55
+ <!-- Motivation for the creation of this dataset. -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Source Data
60
+
61
+ Two main sources:
62
+ - [The Journal Of Extension]()
63
+ -
64
+
65
+ #### Data Collection and Processing
66
+
67
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
68
+
69
+ [More Information Needed]
70
+
71
+ #### Who are the source data producers?
72
+
73
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
74
+
75
+ [More Information Needed]
76
+
77
+ ### Annotations [optional]
78
+
79
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
80
+
81
+ #### Annotation process
82
+
83
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
84
+
85
+ [More Information Needed]
86
+
87
+ #### Who are the annotators?
88
+
89
+ <!-- This section describes the people or systems who created the annotations. -->
90
+
91
+ [More Information Needed]
92
+
93
+ #### Personal and Sensitive Information
94
+
95
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
96
+
97
+ [More Information Needed]
98
+
99
+ ## Bias, Risks, and Limitations
100
+
101
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
102
+
103
+ [More Information Needed]
104
+
105
+ ### Recommendations
106
+
107
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
108
+
109
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
110
+
111
+ ## Citation [optional]
112
+
113
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
114
+
115
+ **BibTeX:**
116
+
117
+ [More Information Needed]
118
+
119
+ **APA:**
120
+
121
+ [More Information Needed]
122
+
123
+ ## Glossary [optional]
124
+
125
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
126
+
127
+ [More Information Needed]
128
+
129
+ ## More Information [optional]
130
+
131
+ [More Information Needed]
132
+
133
+ ## Dataset Card Authors [optional]
134
+
135
+ [More Information Needed]
136
+
137
+ ## Dataset Card Contact
138
+
139
+ [More Information Needed]