lj408 commited on
Commit
746b587
1 Parent(s): 75934ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -3
README.md CHANGED
@@ -1,3 +1,50 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - legal
9
+ - patent
10
+ size_categories:
11
+ - 10K<n<100K
12
+ ---
13
+ # Dataset Card for Patent-CR (Patent Claim Revision)
14
+
15
+ <!-- Provide a quick summary of the dataset. -->
16
+
17
+ This dataset is used to develop automated systems for revising patent claims.
18
+
19
+ ## Dataset Information
20
+
21
+ <!-- Provide a longer summary of what this dataset is. -->
22
+
23
+ - **Repository:** https://github.com/scylj1/Patent-CR
24
+ - **Paper:** https://arxiv.org/abs/2412.02549
25
+
26
+
27
+
28
+ ## Dataset Structure
29
+
30
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
31
+
32
+ This dataset comprises 22,606 patent claim pairs of the initial application version (rejected by patent examiners) and the final granted versions of European patents from January 2024 to June 2024.
33
+
34
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
35
+ The data is collected from the [European Patent Office](https://www.epo.org/en).
36
+
37
+
38
+
39
+ ## Citation
40
+
41
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
42
+
43
+ ```
44
+ @article{jiang2024patent,
45
+ title={Patent-CR: A Dataset for Patent Claim Revision},
46
+ author={Jiang, Lekang and Scherz, Pascal A and Goetz, Stephan},
47
+ journal={arXiv preprint arXiv:2412.02549},
48
+ year={2024}
49
+ }
50
+ ```