Dataset Viewer
The dataset viewer is not available for this dataset.
The JWT signature verification failed. Check the signing key and the algorithm.
Error code:   JWTInvalidSignature
Exception:    InvalidSignatureError
Message:      Signature verification failed
Traceback:    Traceback (most recent call last):
                File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
                  decoded = jwt.decode(
                      jwt=token,
                  ...<2 lines>...
                      options=options,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
                  decoded = self.decode_complete(
                      jwt,
                  ...<8 lines>...
                      leeway=leeway,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
                  decoded = self._jws.decode_complete(
                      jwt,
                  ...<3 lines>...
                      detached_payload=detached_payload,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
                  self._verify_signature(
                  ~~~~~~~~~~~~~~~~~~~~~~^
                      signing_input,
                      ^^^^^^^^^^^^^^
                  ...<4 lines>...
                      options=merged_options,
                      ^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
                  raise InvalidSignatureError("Signature verification failed")
              jwt.exceptions.InvalidSignatureError: Signature verification failed

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Dataset Card for Dataset Name

UFSAC: Unification of Sense Annotated Corpora and Tools

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.

Downloads last month
155