lytang commited on
Commit
2f2d01a
•
1 Parent(s): 1c9a0bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ license: mit
10
 
11
  This is a fact-checking model from our work:
12
 
13
- 📃 [**MiniCheck: Efficient Fact-Checking of LLMs on Grounding Documents**](https://arxiv.org/pdf/2404.10774.pdf) ([GitHub Repo](https://github.com/Liyan06/MiniCheck))
14
 
15
  The model is based on DeBERTa-v3-Large that predicts a binary label - 1 for supported and 0 for unsupported.
16
  The model is doing predictions on the *sentence-level*. It takes as input a document and a sentence and determine
 
10
 
11
  This is a fact-checking model from our work:
12
 
13
+ 📃 [**MiniCheck: Efficient Fact-Checking of LLMs on Grounding Documents**](https://arxiv.org/pdf/2404.10774.pdf) (EMNLP 2024, [GitHub Repo](https://github.com/Liyan06/MiniCheck))
14
 
15
  The model is based on DeBERTa-v3-Large that predicts a binary label - 1 for supported and 0 for unsupported.
16
  The model is doing predictions on the *sentence-level*. It takes as input a document and a sentence and determine