Update README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,9 @@ The model is an improvement of the MiniCheck model proposed in the following pap
|
|
15 |
|
16 |
[GitHub Repo](https://github.com/Liyan06/MiniCheck)
|
17 |
|
18 |
-
The model takes as input a document and a sentence and determines whether the sentence is supported by the document: **MiniCheck-Model(document, claim) -> {0, 1}**
|
19 |
|
20 |
-
In order to fact-check a multi-sentence claim, the claim should first be broken up into sentences
|
21 |
|
22 |
`Llama-3.1-Bespoke-MiniCheck-7B` is finetuned from `internlm/internlm2_5-7b-chat` ([Cai et al., 2024](https://arxiv.org/pdf/2403.17297))
|
23 |
on the combination of 35K data points only:
|
|
|
15 |
|
16 |
[GitHub Repo](https://github.com/Liyan06/MiniCheck)
|
17 |
|
18 |
+
The model takes as input a document and **a sentence** and determines whether the sentence is supported by the document: **MiniCheck-Model(document, claim) -> {0, 1}**
|
19 |
|
20 |
+
**In order to fact-check a multi-sentence claim, the claim should first be broken up into sentences.** The document does not need to be chunked unless it exceeds `32K` tokens.
|
21 |
|
22 |
`Llama-3.1-Bespoke-MiniCheck-7B` is finetuned from `internlm/internlm2_5-7b-chat` ([Cai et al., 2024](https://arxiv.org/pdf/2403.17297))
|
23 |
on the combination of 35K data points only:
|