parquet-converter commited on
Commit
3c51c2a
·
1 Parent(s): ea2a5bd

Update parquet files

Browse files
README.md DELETED
@@ -1,76 +0,0 @@
1
- ---
2
- annotations_creators:
3
- - expert-generated
4
- language:
5
- - en
6
- language_creators:
7
- - found
8
- license:
9
- - cc-by-nc-4.0
10
- multilinguality:
11
- - monolingual
12
- paperswithcode_id: citeworth
13
- pretty_name: CiteWorth
14
- size_categories:
15
- - 1M<n<10M
16
- source_datasets:
17
- - extended|s2orc
18
- tags:
19
- - citation detection
20
- - citation
21
- - science
22
- - scholarly documents
23
- - bio
24
- - medicine
25
- - computer science
26
- - citeworthiness
27
- task_categories:
28
- - text-classification
29
- task_ids: []
30
- ---
31
-
32
- # Dataset Card for CiteWorth
33
-
34
- ## Dataset Description
35
-
36
- - **Repo** https://github.com/copenlu/cite-worth
37
- - **Paper** https://aclanthology.org/2021.findings-acl.157.pdf
38
-
39
- ### Dataset Summary
40
-
41
- Scientific document understanding is challenging as the data is highly domain specific and diverse. However, datasets for tasks with scientific text require expensive manual annotation and tend to be small and limited to only one or a few fields. At the same time, scientific documents contain many potential training signals, such as citations, which can be used to build large labelled datasets. Given this, we present an in-depth study of cite-worthiness detection in English, where a sentence is labelled for whether or not it cites an external source. To accomplish this, we introduce CiteWorth, a large, contextualized, rigorously cleaned labelled dataset for cite-worthiness detection built from a massive corpus of extracted plain-text scientific documents. We show that CiteWorth is high-quality, challenging, and suitable for studying problems such as domain adaptation. Our best performing cite-worthiness detection model is a paragraph-level contextualized sentence labelling model based on Longformer, exhibiting a 5 F1 point improvement over SciBERT which considers only individual sentences. Finally, we demonstrate that language model fine-tuning with cite-worthiness as a secondary task leads to improved performance on downstream scientific document understanding tasks.
42
-
43
- ## Dataset Structure
44
-
45
- The data is structured as follows
46
- - `paper_id`: The S2ORC paper ID where the paragraph comes from
47
- - `section_idx`: An index into the section array in the original S2ORC data
48
- - `file_index`: The volume in the S2ORC dataset that the paper belongs to
49
- - `file_offset`: Byte offset to the start of the paper json in the S2ORC paper PDF file
50
- - `mag_field_of_study`: The field of study to which a paper belongs (an array, but each paper belongs to a single field)
51
- - `original_text`: The original text of the paragraph
52
- - `section_title`: Title of the section to which the paragraph belongs
53
- - `samples`: An array containing dicts of the cleaned sentences for the paragraph, in order. The fields for each dict are as follows
54
- - `text`: The cleaned text for the sentence
55
- - `label`: Label for the sentence, either `check-worthy` for cite-worthy sentences or `non-check-worthy` non-cite-worthy sentences
56
- - `original_text`: The original sentence text
57
- - `ref_ids`: List of the reference IDs in the S2ORC dataset for papers cited in this sentence
58
- - `citation_text`: List of all citation text in this sentence
59
-
60
- ## Dataset Creation
61
-
62
- The data is derived from the [S2ORC dataset](https://github.com/allenai/s2orc), specifically the 20200705v1 release of the data. It is licensed under the [CC By-NC 2.0](https://creativecommons.org/licenses/by-nc/2.0/) license. For details on the dataset creation process, see section 3 of our [paper](https://aclanthology.org/2021.findings-acl.157.pdf)
63
- .
64
-
65
- ## Citing
66
- Please use the following citation when referencing this work or using the data:
67
-
68
- ```
69
- @inproceedings{wright2021citeworth,
70
- title={{CiteWorth: Cite-Worthiness Detection for Improved Scientific Document Understanding}},
71
- author={Dustin Wright and Isabelle Augenstein},
72
- booktitle = {Findings of ACL-IJCNLP},
73
- publisher = {Association for Computational Linguistics},
74
- year = 2021
75
- }
76
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dev.jsonl → copenlu--citeworth/json-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a56bf2ce7846f3665c1a37017f8d343a86e7ed447ce7d349987ecbff6a15ae29
3
- size 70849266
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6a7810877ff69a323ede73202e39cd3f693519e779075c929c2de1c21c76be8
3
+ size 34462311
train.jsonl → copenlu--citeworth/json-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9b118337a8caa476f48b048628f0772691cb4491023f756c940ae5d773f8f51
3
- size 567698454
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28765f204722f96a67a4e94c4aa011eb2c87b58b97c10f6a50fa912937c5db43
3
+ size 275860888
test.jsonl → copenlu--citeworth/json-validation.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ce2cfda780586406affa085150f900eba73a4300877978dfa96429e1dc68ade
3
- size 71026008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f6554720c50c8453ba77b2c7aa173e2de990feea9db07e51eb148030a769abe
3
+ size 34453375