Link to paper page

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +22 -4
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:** [ViMRC](https://huggingface.co/nguyenvulebinh/vi-mrc-large)
@@ -17,7 +18,7 @@ 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 [ViMRC](https://huggingface.co/nguyenvulebinh/vi-mrc-large) to evaluate its performance in comparison to our proposed approaches for Vietnamese fact-checking tasks.
21
 
22
  ## Using pre-trained model
23
 
@@ -53,4 +54,21 @@ print(evidence)
53
  *Built by Dien X. Tran*
54
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-Profile-blue?logo=linkedin)](https://www.linkedin.com/in/xndien2004/)
55
  For more details, visit the project repository.
56
- [![GitHub stars](https://img.shields.io/github/stars/DAVID-NGUYEN-S16/SemViQA?style=social)](https://github.com/DAVID-NGUYEN-S16/SemViQA)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:** [ViMRC](https://huggingface.co/nguyenvulebinh/vi-mrc-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 [ViMRC](https://huggingface.co/nguyenvulebinh/vi-mrc-large) to evaluate its performance in comparison to our proposed approaches for Vietnamese fact-checking tasks. For more details, see the [paper page](https://hf.co/papers/2503.00955).
22
 
23
  ## Using pre-trained model
24
 
 
54
  *Built by Dien X. Tran*
55
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-Profile-blue?logo=linkedin)](https://www.linkedin.com/in/xndien2004/)
56
  For more details, visit the project repository.
57
+ [![GitHub stars](https://img.shields.io/github/stars/DAVID-NGUYEN-S16/SemViQA?style=social)](https://github.com/DAVID-NGUYEN-S16/SemViQA)
58
+
59
+
60
+ ## Citation
61
+
62
+ If you use **SemViQA** in your research, please cite our work:
63
+
64
+ ```bibtex
65
+ @misc{nguyen2025semviqasemanticquestionanswering,
66
+ title={SemViQA: A Semantic Question Answering System for Vietnamese Information Fact-Checking},
67
+ author={Nam V. Nguyen and Dien X. Tran and Thanh T. Tran and Anh T. Hoang and Tai V. Duong and Di T. Le and Phuc-Lu Le},
68
+ year={2025},
69
+ eprint={2503.00955},
70
+ archivePrefix={arXiv},
71
+ primaryClass={cs.CL},
72
+ url={https://hf.co/papers/2503.00955},
73
+ }
74
+ ```