Skip to content

Commit f4235cd

Browse files
committed
PVLDB reproducibility review
- Update README.md
1 parent 660dbd9 commit f4235cd

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,22 @@
33
- The source code, data, and/or other artifacts are available at GitHub: https://github.com/qzc438/ontology-llm
44

55
## News:
6-
- This paper has been accepted by PVLDB 2025 (https://vldb.org/2025/).
6+
- This paper has been accepted by PVLDB 2025: https://dl.acm.org/doi/10.14778/3712221.3712222
77
- A production version linked to the PVLDB 2025 paper can be found in the `Releases` section.
88
- The slide presentation can be found in the `slide_presentation` folder.
99

10-
1110
## Important Notice:
1211
- For technical inquiries, please submit a GitHub issue.
1312
- For feature discussion or potential extensions, please join our foundation model discussion group: https://groups.google.com/g/agent-om
1413
- To track the continuous development of LLMs, we propose to use the benchmark with a timestamp tag.
1514

1615
## Instructions:
17-
1816
- Our experiment was run on a Dell Alienware Aurora R15.
19-
- Memory: 64.0 GiB
20-
- Processor: 13th Gen Intel® Core™ i9-13900KF × 32
21-
- Graphics: NVIDIA GeForce RTX™ 4090
17+
- Memory: 64.0 GiB
18+
- Processor: 13th Gen Intel® Core™ i9-13900KF × 32
19+
- Graphics: NVIDIA GeForce RTX™ 4090
2220
- Disk Capacity: 6.1 TB
23-
- The operating system is Ubuntu 24.04.1 LTS.
21+
- The operating system is Ubuntu 24.04.1 LTS.
2422
- The CUDA version is 12.2.
2523

2624
### 1. Install PostgreSQL Database:
@@ -79,7 +77,7 @@ pip install ipyparallel
7977
```
8078
- Deal with the blank page: https://stackoverflow.com/questions/55152948/juypter-notebook-shows-blank-page
8179

82-
**Author Note**: There is a known issue with the `Enchant` and `PyEnchant` libraries, we suggest using the `hunspell` and `pyhunspell` libraries instead in the `util.py`:
80+
**Author Note**: There is a known issue with the `Enchant` and `PyEnchant` libraries, we suggest using the `hunspell` and `pyhunspell` libraries instead in the `util.py`.
8381
```
8482
pip install hunspell == 0.5.5
8583
sudo apt install hunspell-en-gb hunspell-en-us
@@ -211,7 +209,7 @@ vector_length = 1536
211209
embeddings_service = OpenAIEmbeddings(model="text-embedding-3-large")
212210
vector_length = 3072
213211
```
214-
**Author Note**: It is possible to use embedding models other than OpenAI. For example, the following works for Llama 3 embedding models:
212+
**Author Note**: It is possible to use embedding models other than OpenAI. For example, the following works for Llama 3 embedding models.
215213
```
216214
pip install langchain-ollama == 0.2.2
217215
```

0 commit comments

Comments
 (0)