Reacubeth commited on
Commit
d13921b
·
1 Parent(s): 65477d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -2,6 +2,12 @@
2
  license: gpl-3.0
3
  ---
4
 
 
 
 
 
 
 
5
  ## Evolving Concept Co-occurrence Graph
6
 
7
  It is the official **Evolving Concept Co-occurrence Graph** dataset of paper *Exploring and Verbalizing Academic Ideas by Concept Co-occurrence*.
@@ -19,3 +25,19 @@ brew install git-lfs
19
  git lfs install
20
  git clone https://huggingface.co/datasets/Reacubeth/ConceptGraph
21
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: gpl-3.0
3
  ---
4
 
5
+ ## Homepage
6
+
7
+ Exploring and Verbalizing Academic Ideas by Concept Co-occurrence
8
+
9
+ [https://github.com/xyjigsaw/Kiscovery](https://github.com/xyjigsaw/Kiscovery)
10
+
11
  ## Evolving Concept Co-occurrence Graph
12
 
13
  It is the official **Evolving Concept Co-occurrence Graph** dataset of paper *Exploring and Verbalizing Academic Ideas by Concept Co-occurrence*.
 
25
  git lfs install
26
  git clone https://huggingface.co/datasets/Reacubeth/ConceptGraph
27
  ```
28
+
29
+ ## Citation
30
+
31
+ If you use our work in your research or publication, please cite us as follows:
32
+
33
+ ```
34
+ @inproceedings{xu2023exploring,
35
+ title={Exploring and Verbalizing Academic Ideas by Concept Co-occurrence},
36
+ author={Xu, Yi and Sheng, Shuqian and Xue, Bo and Fu, Luoyi and Wang, Xinbing and Zhou, Chenghu},
37
+ booktitle={Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (ACL)},
38
+ year={2023}
39
+ }
40
+ ```
41
+
42
+ Please let us know if you have any questions or feedback. Thank you for your interest in our work!
43
+