File size: 2,709 Bytes
fecdfb9
 
4ed139a
 
 
 
 
 
fecdfb9
4ed139a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eab62bb
57aec9c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a318ff2
4ed139a
 
 
eab62bb
4ed139a
 
 
 
 
eab62bb
4ed139a
 
 
8fbe3dd
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
---
license: cc-by-2.0
task_categories:
- token-classification
language:
- en
size_categories:
- 1M<n<10M
---

# Dataset Card for Dataset Name

UFSAC: Unification of Sense Annotated Corpora and Tools

## Dataset Description

- **Homepage:** https://github.com/getalp/UFSAC
- **Repository:** https://github.com/getalp/UFSAC
- **Paper:** 
- **Leaderboard:** 
- **Point of Contact:** 

### Dataset Summary


### Supported Tasks and Leaderboards

WSD: Word Sense Disambiguation

### Languages

English

## Dataset Structure

### Data Instances

```
{'lemmas': ['_',
            'be',
            'quite',
            '_',
            'hefty',
            'spade',
            '_',
            '_',
            'bicycle',
            '_',
            'type',
            'handlebar',
            '_',
            '_',
            'spring',
            'lever',
            '_',
            '_',
            'rear',
            '_',
            '_',
            '_',
            'step',
            'on',
            '_',
            'activate',
            '_',
            '_'],
 'pos_tags': ['PRP',
              'VBZ',
              'RB',
              'DT',
              'JJ',
              'NN',
              ',',
              'IN',
              'NN',
              ':',
              'NN',
              'NNS',
              'CC',
              'DT',
              'VBN',
              'NN',
              'IN',
              'DT',
              'NN',
              ',',
              'WDT',
              'PRP',
              'VBP',
              'RP',
              'TO',
              'VB',
              'PRP',
              '.'],
 'sense_keys': ['activate%2:36:00::'],
 'target_idx': 25,
 'tokens': ['It',
            'is',
            'quite',
            'a',
            'hefty',
            'spade',
            ',',
            'with',
            'bicycle',
            '-',
            'type',
            'handlebars',
            'and',
            'a',
            'sprung',
            'lever',
            'at',
            'the',
            'rear',
            ',',
            'which',
            'you',
            'step',
            'on',
            'to',
            'activate',
            'it',
            '.']}
```

### Data Fields

```
{'tokens': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None),
 'lemmas': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None),
 'pos_tags': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None),
 'target_idx': Value(dtype='int32', id=None),
 'sense_keys': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}
```

### Data Splits

Not split. Use `train` split directly.