Update README.md
Browse files
README.md
CHANGED
|
@@ -61,19 +61,11 @@ shows that Claim2Vec consistently improves:
|
|
| 61 |
|
| 62 |
---
|
| 63 |
|
| 64 |
-
## 🌐 Multilingual Performance
|
| 65 |
-
|
| 66 |
-
Claim2Vec demonstrates strong performance in multilingual settings, where clusters containing multiple languages benefit significantly from fine-tuning, indicating effective cross-lingual semantic transfer.
|
| 67 |
-
|
| 68 |
-
---
|
| 69 |
-
|
| 70 |
## 💡 Use Cases
|
| 71 |
|
| 72 |
- Fact-checking systems
|
| 73 |
- Misinformation detection pipelines
|
| 74 |
- Claim deduplication
|
| 75 |
-
- Evidence grouping for RAG systems
|
| 76 |
-
- News verification tools
|
| 77 |
- Cross-lingual semantic clustering
|
| 78 |
|
| 79 |
---
|
|
@@ -83,7 +75,7 @@ Claim2Vec demonstrates strong performance in multilingual settings, where cluste
|
|
| 83 |
```python
|
| 84 |
from sentence_transformers import SentenceTransformer
|
| 85 |
|
| 86 |
-
model = SentenceTransformer("
|
| 87 |
|
| 88 |
claims = [
|
| 89 |
"COVID vaccines cause infertility",
|
|
|
|
| 61 |
|
| 62 |
---
|
| 63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
## 💡 Use Cases
|
| 65 |
|
| 66 |
- Fact-checking systems
|
| 67 |
- Misinformation detection pipelines
|
| 68 |
- Claim deduplication
|
|
|
|
|
|
|
| 69 |
- Cross-lingual semantic clustering
|
| 70 |
|
| 71 |
---
|
|
|
|
| 75 |
```python
|
| 76 |
from sentence_transformers import SentenceTransformer
|
| 77 |
|
| 78 |
+
model = SentenceTransformer("Rrubaa/claim2vec")
|
| 79 |
|
| 80 |
claims = [
|
| 81 |
"COVID vaccines cause infertility",
|