Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ tags:
|
|
23 |
- **Task:** Binary Classification (Fact Verification)
|
24 |
- **Dataset:** [ViWikiFC](https://arxiv.org/abs/2405.07615)
|
25 |
|
26 |
-
SemViQA-BC is one of the key components of the two-step classification approach in the SemViQA system. It focuses on binary classification, determining whether a claim is SUPPORTED or REFUTED. This step follows an initial three-class classification, where claims are first categorized as SUPPORTED, REFUTED, or NOT ENOUGH INFORMATION (NEI). By incorporating Cross-Entropy Loss and Focal Loss, SemViQA-BC enhances precision in claim verification, ensuring more accurate fact-checking results
|
27 |
|
28 |
## Usage Example
|
29 |
|
|
|
23 |
- **Task:** Binary Classification (Fact Verification)
|
24 |
- **Dataset:** [ViWikiFC](https://arxiv.org/abs/2405.07615)
|
25 |
|
26 |
+
SemViQA-BC is one of the key components of the two-step classification (TVC) approach in the SemViQA system. It focuses on binary classification, determining whether a claim is SUPPORTED or REFUTED. This step follows an initial three-class classification, where claims are first categorized as SUPPORTED, REFUTED, or NOT ENOUGH INFORMATION (NEI). By incorporating Cross-Entropy Loss and Focal Loss, SemViQA-BC enhances precision in claim verification, ensuring more accurate fact-checking results
|
27 |
|
28 |
## Usage Example
|
29 |
|