rochanaro commited on
Commit
efbc27e
·
verified ·
1 Parent(s): c01f394

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -2
README.md CHANGED
@@ -8,7 +8,7 @@ The CC30k dataset consists of labeled citation contexts obtained through crowdso
8
 
9
  ## Dataset Description
10
 
11
- The CC30k dataset is unique in its focus on **reproducibility-oriented sentiments (ROS)** within scientific literature. This introduces a novel approach to studying computational reproducibility by leveraging citation contexts, which are textual fragments in scientific papers that reference prior work. This dataset comprises 30,734 labeled citation contexts from scientific literature published at AI venues, each annotated with one of three ROS labels: `positive`, `negative`, or `neutral`. These labels reflect the cited work's perceived reproducibility. The dataset contains ROS labeled contexts along with metadata about the workers, reproducibility study, related original paper, and citing paper, and the final aggregated labels. The columns in the dataset are detailed in the table below: The columns in the dataset are detailed in the table below:
12
 
13
 
14
  | **Column Name** | **Description** |
@@ -57,4 +57,23 @@ The CC30k dataset is unique in its focus on **reproducibility-oriented sentiment
57
 
58
  ## GitHub Repository
59
  The dataset and additional resources are available on GitHub:
60
- https://github.com/lamps-lab/CC30k/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  ## Dataset Description
10
 
11
+ The CC30k dataset is unique in its focus on **reproducibility-oriented sentiments (ROS)** within scientific literature. This introduces a novel approach to studying computational reproducibility by leveraging citation contexts, which are textual fragments in scientific papers that reference prior work. This dataset comprises 30,734 labeled citation contexts from scientific literature published at AI venues, each annotated with one of three ROS labels: `Positive`, `Negative`, or `Neutral`. These labels reflect the cited work's perceived reproducibility. The dataset contains ROS labeled contexts along with metadata about the workers, reproducibility study, related original paper, and citing paper, and the final aggregated labels. The columns in the dataset are detailed in the table below: The columns in the dataset are detailed in the table below:
12
 
13
 
14
  | **Column Name** | **Description** |
 
57
 
58
  ## GitHub Repository
59
  The dataset and additional resources are available on GitHub:
60
+ https://github.com/lamps-lab/CC30k/
61
+
62
+ ## Citation ##
63
+
64
+ ```BibTeX
65
+ @misc{obadage2025cc30kcitationcontextsdataset,
66
+ title={CC30k: A Citation Contexts Dataset for Reproducibility-Oriented Sentiment Analysis},
67
+ author={Rochana R. Obadage and Sarah M. Rajtmajer and Jian Wu},
68
+ year={2025},
69
+ eprint={2511.07790},
70
+ archivePrefix={arXiv},
71
+ primaryClass={cs.DL},
72
+ url={https://arxiv.org/abs/2511.07790},
73
+ }
74
+ ```
75
+
76
+ ```
77
+ Rochana R. Obadage
78
+ 11/10/2025
79
+ ```