Skip to content

Commit 0d9d93e

Browse files
committed
fix reference links for graph-based scorers
1 parent ae245fa commit 0d9d93e

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

docs/source/_notebooks/examples/long_text_graph_demo.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
" of how to use these methods with <code>uqlm</code>. The available scorers and papers from which they are adapted are below:\n",
1313
" </p>\n",
1414
" \n",
15-
"* Long-text Uncertainty Quantification (LUQ) ([Zhang et al., 2024](https://arxiv.org/abs/2403.20279))\n",
16-
"* LUQ-Atomic ([Zhang et al., 2024](https://arxiv.org/abs/2403.20279))\n",
17-
"* LUQ-pair ([Zhang et al., 2024](https://arxiv.org/abs/2403.20279))\n",
18-
"* Generalized LUQ-pair ([Zhang et al., 2024](https://arxiv.org/abs/2403.20279))\n",
15+
"* Closeness Centrality ([Jiang et al., 2024](https://arxiv.org/abs/2410.20783))\n",
16+
"* Betweenness Centrality ([Jiang et al., 2024](https://arxiv.org/abs/2410.20783))\n",
17+
"* PageRank ([Jiang et al., 2024](https://arxiv.org/abs/2410.20783))\n",
18+
"* Degree Centrality ([Zhang et al., 2024](https://arxiv.org/abs/2403.20279))\n",
19+
"* Harmonic Centrality\n",
20+
"* Laplacian Centrality\n",
1921
"\n",
2022
"</div>\n",
2123
"\n",

examples/long_text_graph_demo.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
" of how to use these methods with <code>uqlm</code>. The available scorers and papers from which they are adapted are below:\n",
1313
" </p>\n",
1414
" \n",
15-
"* Long-text Uncertainty Quantification (LUQ) ([Zhang et al., 2024](https://arxiv.org/abs/2403.20279))\n",
16-
"* LUQ-Atomic ([Zhang et al., 2024](https://arxiv.org/abs/2403.20279))\n",
17-
"* LUQ-pair ([Zhang et al., 2024](https://arxiv.org/abs/2403.20279))\n",
18-
"* Generalized LUQ-pair ([Zhang et al., 2024](https://arxiv.org/abs/2403.20279))\n",
15+
"* Closeness Centrality ([Jiang et al., 2024](https://arxiv.org/abs/2410.20783))\n",
16+
"* Betweenness Centrality ([Jiang et al., 2024](https://arxiv.org/abs/2410.20783))\n",
17+
"* PageRank ([Jiang et al., 2024](https://arxiv.org/abs/2410.20783))\n",
18+
"* Degree Centrality ([Zhang et al., 2024](https://arxiv.org/abs/2403.20279))\n",
19+
"* Harmonic Centrality\n",
20+
"* Laplacian Centrality\n",
1921
"\n",
2022
"</div>\n",
2123
"\n",

0 commit comments

Comments
 (0)