Update README.md
Browse files
README.md
CHANGED
|
@@ -56,20 +56,19 @@ Output:
|
|
| 56 |
```
|
| 57 |
|
| 58 |
## Cite this work
|
| 59 |
-
This work has been published at [ACL 2024 (
|
| 60 |
|
| 61 |
```bibtex
|
| 62 |
@inproceedings{perrella-etal-2024-guardians,
|
| 63 |
title = "Guardians of the Machine Translation Meta-Evaluation: Sentinel Metrics Fall In!",
|
| 64 |
-
author = "Perrella, Stefano and
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
publisher = "Association for Computational Linguistics",
|
| 73 |
}
|
| 74 |
```
|
| 75 |
|
|
|
|
| 56 |
```
|
| 57 |
|
| 58 |
## Cite this work
|
| 59 |
+
This work has been published at [ACL 2024 (Main Conference)](https://aclanthology.org/2024.acl-long.856/). If you use any part, please consider citing our paper as follows:
|
| 60 |
|
| 61 |
```bibtex
|
| 62 |
@inproceedings{perrella-etal-2024-guardians,
|
| 63 |
title = "Guardians of the Machine Translation Meta-Evaluation: Sentinel Metrics Fall In!",
|
| 64 |
+
author = "Perrella, Stefano and Proietti, Lorenzo and Scir{\`e}, Alessandro and Barba, Edoardo and Navigli, Roberto",
|
| 65 |
+
editor = "Ku, Lun-Wei and Martins, Andre and Srikumar, Vivek",
|
| 66 |
+
booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
|
| 67 |
+
month = aug,
|
| 68 |
+
year = "2024",
|
| 69 |
+
address = "Bangkok, Thailand", publisher = "Association for Computational Linguistics",
|
| 70 |
+
url = "https://aclanthology.org/2024.acl-long.856",
|
| 71 |
+
pages = "16216--16244",
|
|
|
|
| 72 |
}
|
| 73 |
```
|
| 74 |
|