Skip to content

Commit b05ae3e

Browse files
authored
Document bugfix in readme
1 parent e94de3c commit b05ae3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Recognizing Semantic Differences (RSD)
2-
![Master](https://github.com/ZurichNLP/recognizing-semantic-differences/workflows/unittest/badge.svg?branch=master&event=push)
2+
![Master](https://github.com/ZurichNLP/recognizing-semantic-differences/workflows/unittest/badge.svg)
33

44
Code for the EMNLP 2023 paper ["Towards Unsupervised Recognition of Token-level Semantic Differences in Related Documents"](https://doi.org/10.48550/arXiv.2305.13303).
55

6+
## Bugfix 2025-06-23
7+
The original version of the code unintentionally selected the non-paraphrases of PAWSX as negative examples, instead of the paraphrases. The bug was fixed in commit https://github.com/ZurichNLP/recognizing-semantic-differences/commit/e94de3cd823389ddb3dd860c85eb169e4a74c843.
8+
69
## Installation
710

811
* Requires Python >= 3.7 and PyTorch

0 commit comments

Comments
 (0)