nielsr HF staff commited on
Commit
78bf00d
·
verified ·
1 Parent(s): 77b4582

Add link to paper and code

Browse files

This PR adds a link to the paper on Hugging Face and link to the Github repository.

Files changed (1) hide show
  1. README.md +7 -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)
@@ -53,4 +54,7 @@ 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:** [InfoXLM](https://huggingface.co/microsoft/infoxlm-large)
 
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
+ ## Paper
60
+ The SemViQA model is described in the paper: [SemViQA: A Semantic Question Answering System for Vietnamese Information Fact-Checking](https://huggingface.co/papers/2503.00955)