Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- HarlynDN/WebCiteS
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
base_model: google/mt5-large
|
8 |
+
pipeline_tag: text2text-generation
|
9 |
+
---
|
10 |
+
|
11 |
+
This is the fine-tuned claim-split model based on mt5-large, described in the paper: [WebCiteS: Attributed Query-Focused Summarization on Chinese Web Search Results with Citations](https://aclanthology.org/2024.acl-long.806/)
|
12 |
+
|
13 |
+
The claim-split model receives a sentence and generates a list of its sub-claims. Please refer to the [GitHub repo](https://github.com/HarlynDN/WebCiteS) for exemplar usage.
|