Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,9 @@ language:
|
|
| 4 |
- en
|
| 5 |
---
|
| 6 |
|
| 7 |
-
RoBERTa-base fine-tuned on PoliClaim_{gold} and PoliClaim_{silver} proposed by [AFaCTA paper](https://arxiv.org/abs/2402.11073)
|
|
|
|
|
|
|
| 8 |
|
| 9 |
To use it: provide the target sentence and its surrounding two sentences as contexts, where RoBERTa separating token <\/s> is used to separate sentences
|
| 10 |
|
|
|
|
| 4 |
- en
|
| 5 |
---
|
| 6 |
|
| 7 |
+
RoBERTa-base fine-tuned on PoliClaim_{gold} and PoliClaim_{silver} proposed by [AFaCTA paper](https://arxiv.org/abs/2402.11073) .
|
| 8 |
+
|
| 9 |
+
PoliClaim dataset can be found at https://github.com/EdisonNi-hku/AFaCTA
|
| 10 |
|
| 11 |
To use it: provide the target sentence and its surrounding two sentences as contexts, where RoBERTa separating token <\/s> is used to separate sentences
|
| 12 |
|