dibyaaaaax
commited on
Commit
•
fcb4d73
1
Parent(s):
e0c986f
Update README.md
Browse files
README.md
CHANGED
@@ -39,6 +39,10 @@ from datasets import load_dataset
|
|
39 |
dataset = load_dataset("midas/ldkp3k", "small")
|
40 |
|
41 |
def order_sections(sample):
|
|
|
|
|
|
|
|
|
42 |
sections = []
|
43 |
sec_text = []
|
44 |
sec_bio_tags = []
|
|
|
39 |
dataset = load_dataset("midas/ldkp3k", "small")
|
40 |
|
41 |
def order_sections(sample):
|
42 |
+
"""
|
43 |
+
corrects the order in which different sections appear in the document.
|
44 |
+
resulting order is: title, abstract, other sections in the body
|
45 |
+
"""
|
46 |
sections = []
|
47 |
sec_text = []
|
48 |
sec_bio_tags = []
|