You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-If you think they are not appropriate for full width, use [wrapfig and wraptable](https://www.overleaf.com/learn/latex/Positioning_images_and_tables).
42
-
-**Bibliography:**
43
-
44
-
- Don't just copy-paste from Google Scholar! Always recheck & edit!
45
-
- E.g. make sure the proper capitalization:
46
-
- Instead of: `title={Introduction to Bayesian optimization}`
47
-
- Write this: `title={Introduction to {B}ayesian optimization}`
48
-
- I.e., always surround the character that needs to be capitalized
49
-
with `{ }`
50
-
- Venue precedence if a publication appears in multiple venues
51
-
(top = most prioritized):
52
-
1. Journal
53
-
2. Conference
54
-
3. Workshop/symposium
55
-
4. ArXiv/preprint
56
-
-For well-known ML conferences, simply use their abbreviations.
57
-
- E.g. "Advances in Neural Information Processing Systems 35" -> "NeurIPS".
58
-
- For conference, use `@inproceedings`.
59
-
- The only fields needed are `title`, `author`, `booktitle`, and `year`.
60
-
- No need for other things like `page`, `editor`, etc.
61
-
- For journal/ArXiv, use `@article`.
62
-
- Use `journal` instead of `booktitle`.
63
-
- Additionally, `volume` and `number` must be included.
64
-
-**Example:**
65
-
66
-
```bibtex
67
-
@inproceedings{kristiadi2024sober,
68
-
title={A Sober Look at {LLMs} for Material Discovery: {A}re They Actually Good for {B}ayesian Optimization Over Molecules?},
69
-
author={Kristiadi, Agustinus and Strieth-Kalthoff, Felix and Skreta, Marta and Poupart, Pascal and Aspuru-Guzik, Al\'{a}n and Pleiss, Geoff},
70
-
booktitle={ICML},
71
-
year={2024}
72
-
}
73
-
```
76
+
77
+
#### References / bibtex
78
+
79
+
-**Rule to live by:** Dirty, inconsistent, low-effort reference list signals
80
+
to the reader that you don't care. Why should they care about your work?
81
+
- Don't just copy-paste from Google Scholar! Always recheck & edit!
82
+
- E.g. make sure the proper capitalization:
83
+
- Instead of: `title={Introduction to Bayesian optimization}`
84
+
-Write this: `title={Introduction to {B}ayesian optimization}`
85
+
- I.e., always surround the character that needs to be capitalized
86
+
with `{ }`
87
+
- Venue precedence if a publication appears in multiple venues
88
+
(top = most prioritized):
89
+
1. Journal
90
+
2. Conference
91
+
3. Workshop/symposium
92
+
4. ArXiv/preprint
93
+
- For well-known ML conferences, simply use their abbreviations.
94
+
- E.g. "Advances in Neural Information Processing Systems 35" -> "NeurIPS".
95
+
- For conference, use `@inproceedings`.
96
+
- The only fields needed are `title`, `author`, `booktitle`, and `year`.
97
+
- No need for other things like `page`, `editor`, etc.
98
+
- For journal/ArXiv, use `@article`.
99
+
-Use `journal` instead of `booktitle`.
100
+
- Additionally, `volume` and `number` must be included.
101
+
-**Example:**
102
+
103
+
```bibtex
104
+
@inproceedings{kristiadi2024sober,
105
+
title={
106
+
A Sober Look at {LLMs} for Material Discovery:
107
+
{A}re They Actually Good for {B}ayesian Optimization Over Molecules?
108
+
},
109
+
author={
110
+
Kristiadi, Agustinus and Strieth-Kalthoff, Felix and Skreta, Marta
111
+
and Poupart, Pascal and Aspuru-Guzik, Al\'{a}n and Pleiss, Geoff
0 commit comments