Add acknowledgements
Browse files
README.md
CHANGED
@@ -6,7 +6,8 @@ pipeline_tag: text-classification
|
|
6 |
|
7 |
# Llama-3.1-Bespoke-MiniCheck-7B
|
8 |
|
9 |
-
This is a fact-checking model developed by [Bespoke Labs](https://bespokelabs.ai) and maintained by [Liyan Tang](https://www.tangliyan.com/) and Bespoke Labs.
|
|
|
10 |
|
11 |
📃 [**MiniCheck: Efficient Fact-Checking of LLMs on Grounding Documents**](https://arxiv.org/pdf/2404.10774.pdf)
|
12 |
|
@@ -124,7 +125,8 @@ result_df.round(1)
|
|
124 |
|
125 |
# License
|
126 |
|
127 |
-
Free for use for non-commercial purposes.
|
|
|
128 |
|
129 |
# Citation
|
130 |
|
@@ -137,4 +139,25 @@ Free for use for non-commercial purposes. For commercial licensing, please conta
|
|
137 |
archivePrefix={arXiv},
|
138 |
primaryClass={cs.CL}
|
139 |
}
|
140 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
# Llama-3.1-Bespoke-MiniCheck-7B
|
8 |
|
9 |
+
This is a fact-checking model developed by [Bespoke Labs](https://bespokelabs.ai) and maintained by [Liyan Tang](https://www.tangliyan.com/) and Bespoke Labs.
|
10 |
+
The model is an improvement of the MiniCheck model proposed in the following paper:
|
11 |
|
12 |
📃 [**MiniCheck: Efficient Fact-Checking of LLMs on Grounding Documents**](https://arxiv.org/pdf/2404.10774.pdf)
|
13 |
|
|
|
125 |
|
126 |
# License
|
127 |
|
128 |
+
Free for use for non-commercial purposes.
|
129 |
+
For commercial licensing, please contact company@bespokelabs.ai.
|
130 |
|
131 |
# Citation
|
132 |
|
|
|
139 |
archivePrefix={arXiv},
|
140 |
primaryClass={cs.CL}
|
141 |
}
|
142 |
+
|
143 |
+
@misc{tang2024bespokeminicheck,
|
144 |
+
title={Bespoke-Minicheck-7B},
|
145 |
+
author={Bespoke Labs},
|
146 |
+
year={2024},
|
147 |
+
url={huggingface.co/bespokelabs/Bespoke-MiniCheck-7B},
|
148 |
+
}
|
149 |
+
```
|
150 |
+
|
151 |
+
# Acknowledgements
|
152 |
+
|
153 |
+
Model perfected at [Bespoke Labs](https://www.bespokelabs.ai).
|
154 |
+
|
155 |
+
Team:
|
156 |
+
1. [Liyan Tang](https://tangliyan.com/)
|
157 |
+
2. [Negin Raoof](https://neginraoof.com/)
|
158 |
+
3. [Trung Vu](https://x.com/trungthvu)
|
159 |
+
4. [Greg Durrett](https://www.cs.utexas.edu/~gdurrett/)
|
160 |
+
5. [Alex Dimakis](https://users.ece.utexas.edu/~dimakis/)
|
161 |
+
6. [Mahesh Sathiamoorthy](https://smahesh.com)
|
162 |
+
|
163 |
+
We also thank Giannis Daras for feedback and Sarthak Malhotra for market research.
|