Add link to paper and abstract to model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -2,14 +2,15 @@
2
  language:
3
  - vi
4
  library_name: transformers
 
 
5
  tags:
6
  - SemViQA
7
  - question-answering
8
  - fact-checking
9
  - information-retrieval
10
- pipeline_tag: question-answering
11
- license: mit
12
  ---
 
13
  ## Model Description
14
  - **Developed by:** [SemViQA Research Team](https://huggingface.co/SemViQA)
15
  - **Fine-tuned model:** [InfoXLM](https://huggingface.co/microsoft/infoxlm-large)
@@ -17,7 +18,11 @@ license: mit
17
  - **Task:** Extractive QA, Evidence Extraction
18
  - **Dataset:** [ISE-DSC01](https://codalab.lisn.upsaclay.fr/competitions/15497)
19
 
20
- This model is fine-tuned on [InfoXLM](https://huggingface.co/microsoft/infoxlm-large) to evaluate its performance in comparison to our proposed approaches for Vietnamese fact-checking tasks.
 
 
 
 
21
 
22
  ## Using pre-trained model
23
 
 
2
  language:
3
  - vi
4
  library_name: transformers
5
+ license: mit
6
+ pipeline_tag: question-answering
7
  tags:
8
  - SemViQA
9
  - question-answering
10
  - fact-checking
11
  - information-retrieval
 
 
12
  ---
13
+
14
  ## Model Description
15
  - **Developed by:** [SemViQA Research Team](https://huggingface.co/SemViQA)
16
  - **Fine-tuned model:** [InfoXLM](https://huggingface.co/microsoft/infoxlm-large)
 
18
  - **Task:** Extractive QA, Evidence Extraction
19
  - **Dataset:** [ISE-DSC01](https://codalab.lisn.upsaclay.fr/competitions/15497)
20
 
21
+ This model is fine-tuned on [InfoXLM](https://huggingface.co/microsoft/infoxlm-large) to evaluate its performance in comparison to our proposed approaches for Vietnamese fact-checking tasks. It is based on the paper [SemViQA: A Semantic Question Answering System for Vietnamese Information Fact-Checking](https://hf.co/papers/2503.00955).
22
+
23
+ **Abstract:**
24
+
25
+
26
 
27
  ## Using pre-trained model
28