File size: 2,181 Bytes
a3847fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11dc78c
 
 
 
 
 
 
a3847fd
11dc78c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e4f47f9
 
 
11dc78c
 
 
 
 
a3847fd
 
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
---
dataset_info:
  features:
  - name: ID
    sequence: int64
  - name: Word
    sequence: string
  - name: Lemma
    sequence: string
  - name: POS
    sequence: string
  - name: Definition
    sequence: string
  - name: Lemma_sentence
    dtype: string
  - name: sentence
    dtype: string
  - name: Lemma_tfidf
    sequence: string
  - name: Lemma_tfidf_value
    sequence: float64
  splits:
  - name: train
    num_bytes: 24209901
    num_examples: 20138
  download_size: 8568417
  dataset_size: 24209901
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: mit
task_categories:
- text-classification
language:
- en
size_categories:
- 1K<n<10K
---
# Dataset Card for "SemCor – sense-tagged English corpus"

## Description
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.

## Preprocessing
The original text data underwent the following preprocessing steps:
- Text splitting into individual words (lemmas).
- TF-IDF (Term Frequency-Inverse Document Frequency) analysis to understand the importance of words within the documents.

## Structure
The dataset contains:
- Lemmas: Words obtained from splitting the text data.
- TF-IDF values: Quantitative measures of word importance within the documents.

## Note
The number of elements in **Lemma** and **Lemma_tfidf** might not match. This is because **Lemma** is based on original dataset and might contain compound words, which might not be recognized by TF-IDF algorithm.

## Intended Use
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.

## Citation
Data sourced from [wsd_semcor dataset](https://huggingface.co/datasets/spdenisov/wsd_semcor) on Hugging Face.

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)