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 SciERC AECO dataset

Dataset Summary

The SciERC AECO dataset is an English-language dataset containing 1016 sentences from research papers in the AECO domain, annotated for scientific entities and relations based on the SciERC annotation schema.

Supported Tasks and Leaderboards

  • 'NER': the dataset can be used to train a model to detect scientific entities according to the SciERC annotation schema
  • 'Relation extraction': the dataset can be used to train a model to detect binary relations between pairs of scientific entities according to the SciERC annotation schema.

Languages

English (EN)

Dataset Structure

Data Instances

Each row in the dataset contains:

  • a "sentence_text" string valued attribute
  • an (optionally empty) "Tasks" attribute containing annotated entities of type TASK, in the form of a string dictionary "Ti":"entity_string" where Ti is an index of the entity and "entity_string" the string match of the entity in the sentence_text
  • an (optionally empty) "Methods" attribute containing annotated entities of type METHOD, in the form of a string dictionary "Ti":"entity_string" where Ti is an index of the entity and "entity_string" the string match of the entity in the sentence_text
  • an (optionally empty) "Metrics" attribute containing annotated entities of type METRIC, in the form of a string dictionary "Ti":"entity_string" where Ti is an index of the entity and "entity_string" the string match of the entity in the sentence_text
  • an (optionally empty) "USED-FOR" attribute containing annotated relations in the form of a list of dictionaries "Ti":"Tj" where Ti is the index of the subject entity and Tj is the index of the object entity
  • an (optionally empty) "EVALUATE-FOR" attribute containing annotated relations in the form of a list of dictionaries "Ti":"Tj" where Ti is the index of the subject entity and Tj is the index of the object entity
  • a boolean attribute "relevant" marking if any of the "Tasks","Methods" or "Metrics" attributes is non-emtpy ("relevant"=True), meaning that the sentence contains True positive examples of SciERC entity and/or relations

Data Fields

Each row in the dataset contains:

  • a "sentence_text" string valued attribute
  • an (optionally empty) "Tasks" attribute containing annotated entities of type TASK, in the form of a string dictionary "Ti":"entity_string" where Ti is an index of the entity and "entity_string" the string match of the entity in the sentence_text
  • an (optionally empty) "Methods" attribute containing annotated entities of type METHOD, in the form of a string dictionary "Ti":"entity_string" where Ti is an index of the entity and "entity_string" the string match of the entity in the sentence_text
  • an (optionally empty) "Metrics" attribute containing annotated entities of type METRIC, in the form of a string dictionary "Ti":"entity_string" where Ti is an index of the entity and "entity_string" the string match of the entity in the sentence_text
  • an (optionally empty) "USED-FOR" attribute containing annotated relations in the form of a list of dictionaries "Ti":"Tj" where Ti is the index of the subject entity and Tj is the index of the object entity
  • an (optionally empty) "EVALUATE-FOR" attribute containing annotated relations in the form of a list of dictionaries "Ti":"Tj" where Ti is the index of the subject entity and Tj is the index of the object entity
  • a boolean attribute "relevant" marking if any of the "Tasks","Methods" or "Metrics" attributes is non-emtpy ("relevant"=True), meaning that the sentence contains True positive examples of SciERC entity and/or relations

Dataset Creation

Source Data

Initial Data Collection

The source data comprise titles and abstracts from a collection of research articles in the AECO area published in the time range 2010-2023, retrieved from the OpenAlex2 open scientific graph database (https://docs.openalex.org) using a set of platform-specific topic filtering tags.

Who are the annotators?

Vanni Zavarella Juan Carlos Gamero Salinas

Personal and Sensitive Information

No personal/sensitive information is included.

Considerations for Using the Data

Licensing Information

The SciERC AECO dataset is released under the [cc-by-nc-2.0].

Citation Information

@misc{zavarella2024fewshotapproachrelationextraction,
      title={A Few-Shot Approach for Relation Extraction Domain Adaptation using Large Language Models}, 
      author={Vanni Zavarella and Juan Carlos Gamero-Salinas and Sergio Consoli},
      year={2024},
      eprint={2408.02377},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2408.02377}, 
}
@InProceedings{luan2018multitask,
     author = {Luan, Yi and He, Luheng and Ostendorf, Mari and Hajishirzi, Hannaneh},
     title = {Multi-Task Identification of Entities, Relations, and Coreference for Scientific Knowledge Graph Construction},
     booktitle = {Proc.\ Conf. Empirical Methods Natural Language Process. (EMNLP)},
     year = {2018},
}
Downloads last month
26

Paper for zavavan/scierc_aeco