Skip to content

SemEval 2024 Task 1: Semantic Textual Relatedness (STR)

Notifications You must be signed in to change notification settings

UAlberta-NLP/SemEval2024-STR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SemEval2024-STR

Welcome to the SemEval 2024 Task 1: Semantic Textual Relatedness (STR) instructions repository. This repository is designed to guide participants through the task, providing resources, source code, and essential documentation for effective participation.

Directory

  • res - Resources including datasets, model weights, and experiment records
  • src - Source code including methods, models, trainers, and utility functions
  • main.py - The primary Python script to execute tasks and run experiments
  • config.py - Configuration file containing essential settings

Dependencies

  • Python >= 3.11.7
  • jupyterlab >= 4.0.9
  • numpy >= 1.26.2
  • pandas >= 2.1.4

Setup

Please ensure the required packages are already installed. A virtual environment is recommended.

$ cd SemEval2024-STR
$ pip install pip --upgrade
$ pip install jupyterlab
$ pip install -r requirements.txt

To open the instructional Jupyter Notebook:

$ jupyter lab

To execute the main script and generate results:

$ python main.py

Authors

References

About

SemEval 2024 Task 1: Semantic Textual Relatedness (STR)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published