MarkChen1214 commited on
Commit
11dc78c
1 Parent(s): a3847fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -30,7 +30,33 @@ configs:
30
  data_files:
31
  - split: train
32
  path: data/train-*
 
 
 
 
 
 
 
33
  ---
34
- # Dataset Card for "SemCor"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
30
  data_files:
31
  - split: train
32
  path: data/train-*
33
+ license: mit
34
+ task_categories:
35
+ - text-classification
36
+ language:
37
+ - en
38
+ size_categories:
39
+ - 1K<n<10K
40
  ---
41
+ # Dataset Card for "SemCor – sense-tagged English corpus"
42
+
43
+ ## Description
44
+ This dataset is derived from the [wsd_semcor dataset](https://huggingface.co/datasets/spdenisov/wsd_semcor), originally hosted on Hugging Face. It has been preprocessed for tasks related to Word Sense Disambiguation (WSD) and WordNet integration.
45
+
46
+ ## Preprocessing
47
+ The original text data underwent the following preprocessing steps:
48
+ - Text splitting into individual words (lemmas).
49
+ - TF-IDF (Term Frequency-Inverse Document Frequency) analysis to understand the importance of words within the documents.
50
+
51
+ ## Structure
52
+ The dataset contains:
53
+ - Lemmas: Words obtained from splitting the text data.
54
+ - TF-IDF values: Quantitative measures of word importance within the documents.
55
+
56
+ ## Intended Use
57
+ This dataset is intended for use in WSD and WordNet integration tasks. It provides foundational data for natural language processing (NLP) research and applications, specifically focusing on understanding word meanings and contextual usage.
58
+
59
+ ## Citation
60
+ Data sourced from [wsd_semcor dataset](https://huggingface.co/datasets/spdenisov/wsd_semcor) on Hugging Face.
61
 
62
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)