ecaplan commited on
Commit
ca4ae2e
·
verified ·
1 Parent(s): ad2339c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -10,4 +10,18 @@ pretty_name: ConceptCa
10
  size_categories:
11
  - 100M<n<1B
12
  ---
13
- The dataset described in the original ConceptCarve paper. The dataset contains both the Reddit community corpora and the labeled trend/evidence/posts. The original paper can be found at `https://arxiv.org/abs/2504.07228`.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  size_categories:
11
  - 100M<n<1B
12
  ---
13
+ The dataset described in the original ConceptCarve paper. The dataset contains both the Reddit community corpora and the labeled trend/evidence/posts. The original paper can be found at `https://arxiv.org/abs/2504.07228`.
14
+
15
+
16
+ If you use the dataset, please cite us:
17
+ ```
18
+ @misc{caplan2025conceptcarvedynamicrealizationevidence,
19
+ title={ConceptCarve: Dynamic Realization of Evidence},
20
+ author={Eylon Caplan and Dan Goldwasser},
21
+ year={2025},
22
+ eprint={2504.07228},
23
+ archivePrefix={arXiv},
24
+ primaryClass={cs.CL},
25
+ url={https://arxiv.org/abs/2504.07228},
26
+ }
27
+ ```