ashrafulparan commited on
Commit
10521bc
1 Parent(s): 5699463

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -8
README.md CHANGED
@@ -94,16 +94,30 @@ SentenceTransformer(
94
  **Bibtex**:
95
 
96
 
97
- @inproceedings{Hossain2024SemanticCUETSync,
98
- author = {Hossain, Md. Sajjad and Paran, Ashraful Islam and Shohan, Symom Hossain and Hossain, Jawad and Hoque, Mohammed Moshiul},
99
- title = {SemanticCUETSync at SemEval-2024 Task 1: Finetuning Sentence Transformer to Find Semantic Textual Relatedness},
100
- booktitle = {Proceedings of the 18th International Workshop on Semantic Evaluation (SemEval-2024)},
101
- year = {2024},
102
- pages = {1212--1218},
103
- address = {Mexico City, Mexico},
104
- publisher = {Association for Computational Linguistics},
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  }
106
 
 
107
  **Authors**:
108
 
109
 
 
94
  **Bibtex**:
95
 
96
 
97
+ @inproceedings{hossain-etal-2024-semanticcuetsync,
98
+ title = "{S}emantic{CUETS}ync at {S}em{E}val-2024 Task 1: Finetuning Sentence Transformer to Find Semantic Textual Relatedness",
99
+ author = "Hossain, Md. Sajjad and
100
+ Paran, Ashraful Islam and
101
+ Shohan, Symom Hossain and
102
+ Hossain, Jawad and
103
+ Hoque, Mohammed Moshiul",
104
+ editor = {Ojha, Atul Kr. and
105
+ Do{\u{g}}ru{\"o}z, A. Seza and
106
+ Tayyar Madabushi, Harish and
107
+ Da San Martino, Giovanni and
108
+ Rosenthal, Sara and
109
+ Ros{\'a}, Aiala},
110
+ booktitle = "Proceedings of the 18th International Workshop on Semantic Evaluation (SemEval-2024)",
111
+ month = jun,
112
+ year = "2024",
113
+ address = "Mexico City, Mexico",
114
+ publisher = "Association for Computational Linguistics",
115
+ url = "https://aclanthology.org/2024.semeval-1.178",
116
+ pages = "1222--1228",
117
+ abstract = "Semantic textual relatedness is crucial to Natural Language Processing (NLP). Methodologies often exhibit superior performance in high-resource languages such as English compared to low-resource ones like Marathi, Telugu, and Spanish. This study leverages various machine learning (ML) approaches, including Support Vector Regression (SVR) and Random Forest, deep learning (DL) techniques such as Siamese Neural Networks, and transformer-based models such as MiniLM-L6-v2, Marathi-sbert, Telugu-sentence-bert-nli, and Roberta-bne-sentiment-analysis-es, to assess semantic relatedness across English, Marathi, Telugu, and Spanish. The developed transformer-based methods notably outperformed other models in determining semantic textual relatedness across these languages, achieving a Spearman correlation coefficient of 0.822 (for English), 0.870 (for Marathi), 0.820 (for Telugu), and 0.677 (for Spanish). These results led to our work attaining rankings of 22th (for English), 11th (for Marathi), 11th (for Telegu) and 14th (for Spanish), respectively.",
118
  }
119
 
120
+
121
  **Authors**:
122
 
123