QinyuanWu commited on
Commit
2b8fa65
·
verified ·
1 Parent(s): 7f5049d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -5
README.md CHANGED
@@ -117,11 +117,35 @@ While we release this dataset under Alpaca, please consider citing the accompany
117
 
118
  **BiBTeX:**
119
  ```
120
- @article{wu2024towards,
121
- title={Towards Reliable Latent Knowledge Estimation in LLMs: In-Context Learning vs. Prompting Based Factual Knowledge Extraction},
122
- author={Wu, Qinyuan and Khan, Mohammad Aflah and Das, Soumi and Nanda, Vedant and Ghosh, Bishwamittra and Kolling, Camila and Speicher, Till and Bindschaedler, Laurent and Gummadi, Krishna P and Terzi, Evimaria},
123
- journal={arXiv preprint arXiv:2404.12957},
124
- year={2024}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  }
126
  ```
127
 
 
117
 
118
  **BiBTeX:**
119
  ```
120
+ @inproceedings{DBLP:conf/wsdm/WuKDNGKSBGT25,
121
+ author = {Qinyuan Wu and
122
+ Mohammad Aflah Khan and
123
+ Soumi Das and
124
+ Vedant Nanda and
125
+ Bishwamittra Ghosh and
126
+ Camila Kolling and
127
+ Till Speicher and
128
+ Laurent Bindschaedler and
129
+ Krishna P. Gummadi and
130
+ Evimaria Terzi},
131
+ editor = {Wolfgang Nejdl and
132
+ S{\"{o}}ren Auer and
133
+ Meeyoung Cha and
134
+ Marie{-}Francine Moens and
135
+ Marc Najork},
136
+ title = {Towards Reliable Latent Knowledge Estimation in LLMs: Zero-Prompt
137
+ Many-Shot Based Factual Knowledge Extraction},
138
+ booktitle = {Proceedings of the Eighteenth {ACM} International Conference on Web
139
+ Search and Data Mining, {WSDM} 2025, Hannover, Germany, March 10-14,
140
+ 2025},
141
+ pages = {754--763},
142
+ publisher = {{ACM}},
143
+ year = {2025},
144
+ url = {https://doi.org/10.1145/3701551.3703562},
145
+ doi = {10.1145/3701551.3703562},
146
+ timestamp = {Fri, 07 Mar 2025 18:29:45 +0100},
147
+ biburl = {https://dblp.org/rec/conf/wsdm/WuKDNGKSBGT25.bib},
148
+ bibsource = {dblp computer science bibliography, https://dblp.org}
149
  }
150
  ```
151