Update README.md
Browse files
README.md
CHANGED
@@ -62,4 +62,44 @@ configs:
|
|
62 |
data_files:
|
63 |
- split: train
|
64 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
data_files:
|
63 |
- split: train
|
64 |
path: data/train-*
|
65 |
+
license: apache-2.0
|
66 |
+
task_categories:
|
67 |
+
- text-classification
|
68 |
+
- sentence-similarity
|
69 |
+
language:
|
70 |
+
- en
|
71 |
+
tags:
|
72 |
+
- Topic Relatedness
|
73 |
+
- Semantic Relatedness
|
74 |
+
pretty_name: TRoTR
|
75 |
---
|
76 |
+
|
77 |
+
|
78 |
+
# TRoTR
|
79 |
+
|
80 |
+
This is the training dataset used in our work:
|
81 |
+
[TRoTR: A Framework for Evaluating the Recontextualization of Text](https://aclanthology.org/2024.emnlp-main.774.pdf) by Francesco Periti, Pierluigi Cassotti, Stefano Montanelli, Nina Tahmasebi, and Dominik Schlechtweg.
|
82 |
+
Check our paper for training details.
|
83 |
+
|
84 |
+
The original human-annotated judgments are available in the repository for our project: [https://github.com/FrancescoPeriti/TRoTR](https://github.com/FrancescoPeriti/TRoTR).
|
85 |
+
|
86 |
+
## Citation
|
87 |
+
|
88 |
+
Francesco Periti, Pierluigi Cassotti, Stefano Montanelli, Nina Tahmasebi, and Dominik Schlechtweg. 2024. [TRoTR: A Framework for Evaluating the Re-contextualization of Text Reuse](https://aclanthology.org/2024.emnlp-main.774/). In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pages 13972–13990, Miami, Florida, USA. Association for Computational Linguistics.
|
89 |
+
|
90 |
+
**BibTeX:**
|
91 |
+
```
|
92 |
+
@inproceedings{periti2024trotr,
|
93 |
+
title = {{TRoTR: A Framework for Evaluating the Re-contextualization of Text Reuse}},
|
94 |
+
author = "Periti, Francesco and Cassotti, Pierluigi and Montanelli, Stefano and Tahmasebi, Nina and Schlechtweg, Dominik",
|
95 |
+
editor = "Al-Onaizan, Yaser and Bansal, Mohit and Chen, Yun-Nung",
|
96 |
+
booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
|
97 |
+
month = nov,
|
98 |
+
year = "2024",
|
99 |
+
address = "Miami, Florida, USA",
|
100 |
+
publisher = "Association for Computational Linguistics",
|
101 |
+
url = "https://aclanthology.org/2024.emnlp-main.774",
|
102 |
+
pages = "13972--13990",
|
103 |
+
abstract = "Current approaches for detecting text reuse do not focus on recontextualization, i.e., how the new context(s) of a reused text differs from its original context(s). In this paper, we propose a novel framework called TRoTR that relies on the notion of topic relatedness for evaluating the diachronic change of context in which text is reused. TRoTR includes two NLP tasks: TRiC and TRaC. TRiC is designed to evaluate the topic relatedness between a pair of recontextualizations. TRaC is designed to evaluate the overall topic variation within a set of recontextualizations. We also provide a curated TRoTR benchmark of biblical text reuse, human-annotated with topic relatedness. The benchmark exhibits an inter-annotator agreement of .811. We evaluate multiple, established SBERT models on the TRoTR tasks and find that they exhibit greater sensitivity to textual similarity than topic relatedness. Our experiments show that fine-tuning these models can mitigate such a kind of sensitivity.",
|
104 |
+
}
|
105 |
+
```
|