ashrafulparan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -130,16 +130,30 @@ SentenceTransformer(
|
|
130 |
**Bibtex**:
|
131 |
|
132 |
|
133 |
-
@inproceedings{
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
}
|
142 |
|
|
|
143 |
**Authors**:
|
144 |
|
145 |
|
|
|
130 |
**Bibtex**:
|
131 |
|
132 |
|
133 |
+
@inproceedings{hossain-etal-2024-semanticcuetsync,
|
134 |
+
title = "{S}emantic{CUETS}ync at {S}em{E}val-2024 Task 1: Finetuning Sentence Transformer to Find Semantic Textual Relatedness",
|
135 |
+
author = "Hossain, Md. Sajjad and
|
136 |
+
Paran, Ashraful Islam and
|
137 |
+
Shohan, Symom Hossain and
|
138 |
+
Hossain, Jawad and
|
139 |
+
Hoque, Mohammed Moshiul",
|
140 |
+
editor = {Ojha, Atul Kr. and
|
141 |
+
Do{\u{g}}ru{\"o}z, A. Seza and
|
142 |
+
Tayyar Madabushi, Harish and
|
143 |
+
Da San Martino, Giovanni and
|
144 |
+
Rosenthal, Sara and
|
145 |
+
Ros{\'a}, Aiala},
|
146 |
+
booktitle = "Proceedings of the 18th International Workshop on Semantic Evaluation (SemEval-2024)",
|
147 |
+
month = jun,
|
148 |
+
year = "2024",
|
149 |
+
address = "Mexico City, Mexico",
|
150 |
+
publisher = "Association for Computational Linguistics",
|
151 |
+
url = "https://aclanthology.org/2024.semeval-1.178",
|
152 |
+
pages = "1222--1228",
|
153 |
+
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.",
|
154 |
}
|
155 |
|
156 |
+
|
157 |
**Authors**:
|
158 |
|
159 |
|