Add paper link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -2,16 +2,18 @@
2
  language:
3
  - vi
4
  library_name: transformers
 
 
5
  tags:
6
  - SemViQA
7
  - binary-classification
8
  - fact-checking
9
- pipeline_tag: text-classification
10
- license: mit
11
  ---
12
 
13
  # SemViQA-BC: Vietnamese Binary Classification for Claim Verification
14
 
 
 
15
  ## Model Description
16
 
17
  **SemViQA-BC** is a core component of the **SemViQA** system, specifically designed for **binary classification** in Vietnamese fact-checking tasks. This model predicts whether a given claim is **SUPPORTED** or **REFUTED** based on retrieved evidence.
 
2
  language:
3
  - vi
4
  library_name: transformers
5
+ license: mit
6
+ pipeline_tag: text-classification
7
  tags:
8
  - SemViQA
9
  - binary-classification
10
  - fact-checking
 
 
11
  ---
12
 
13
  # SemViQA-BC: Vietnamese Binary Classification for Claim Verification
14
 
15
+ [[Paper](https://arxiv.org/abs/2503.00955)]
16
+
17
  ## Model Description
18
 
19
  **SemViQA-BC** is a core component of the **SemViQA** system, specifically designed for **binary classification** in Vietnamese fact-checking tasks. This model predicts whether a given claim is **SUPPORTED** or **REFUTED** based on retrieved evidence.