Skip to content

Commit 050684a

Browse files
committed
PVLDB reproducibility review
- Update README.md - Test cmt-confof alignment
1 parent f4235cd commit 050684a

15 files changed

+2574
-759
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pip install ipyparallel
7979

8080
**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`.
8181
```
82-
pip install hunspell == 0.5.5
82+
pip install hunspell==0.5.5
8383
sudo apt install hunspell-en-gb hunspell-en-us
8484
```
8585
```
@@ -211,7 +211,7 @@ vector_length = 3072
211211
```
212212
**Author Note**: It is possible to use embedding models other than OpenAI. For example, the following works for Llama 3 embedding models.
213213
```
214-
pip install langchain-ollama == 0.2.2
214+
pip install langchain-ollama==0.1.0
215215
```
216216
```
217217
from langchain_ollama import OllamaEmbeddings

alignment/conference/cmt-confof/component/agent.txt renamed to alignment/conference/cmt-confof-example/component/agent.txt

File renamed without changes.

alignment/conference/cmt-confof/component/embedding_lexical_matching.csv renamed to alignment/conference/cmt-confof-example/component/embedding_lexical_matching.csv

File renamed without changes.

alignment/conference/cmt-confof/component/embedding_semantic_matching.csv renamed to alignment/conference/cmt-confof-example/component/embedding_semantic_matching.csv

File renamed without changes.

alignment/conference/cmt-confof/component/embedding_syntactic_matching.csv renamed to alignment/conference/cmt-confof-example/component/embedding_syntactic_matching.csv

File renamed without changes.

alignment/conference/cmt-confof/component/llm_only.csv renamed to alignment/conference/cmt-confof-example/component/llm_only.csv

File renamed without changes.

alignment/conference/cmt-confof/component/llm_with_context.csv renamed to alignment/conference/cmt-confof-example/component/llm_with_context.csv

File renamed without changes.

alignment/conference/cmt-confof/component/ontology_matching.csv

Lines changed: 2349 additions & 655 deletions
Large diffs are not rendered by default.

alignment/conference/cmt-confof/component/predict.csv

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ http://cmt#Author,http://confOf#Author
44
http://cmt#Conference,http://confOf#Conference
55
http://cmt#Paper,http://confOf#Paper
66
http://cmt#Person,http://confOf#Person
7-
http://cmt#ProgramCommitteeChair,http://confOf#Chair_PC
8-
http://cmt#ProgramCommitteeMember,http://confOf#Member_PC
9-
http://cmt#email,http://confOf#contactEmail
10-
http://cmt#writtenBy,http://confOf#writtenBy
7+
http://cmt#hasAuthor,http://confOf#writtenBy
8+
http://cmt#hasCo-author,http://confOf#employedBy
9+
http://cmt#paperID,http://confOf#defaultChoice
Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
Entity1,Entity2
22
http://cmt#Administrator,http://confOf#Administrator
3+
http://cmt#AssociatedChair,http://confOf#Participant
34
http://cmt#Author,http://confOf#Author
4-
http://cmt#Chairman,http://confOf#Chair_PC
5+
http://cmt#Chairman,http://confOf#Assistant
56
http://cmt#Conference,http://confOf#Conference
7+
http://cmt#ConferenceChair,http://confOf#Paper
8+
http://cmt#ExternalReviewer,http://confOf#Country
9+
http://cmt#Meta-Reviewer,http://confOf#Member_PC
610
http://cmt#Paper,http://confOf#Paper
11+
http://cmt#PaperAbstract,http://confOf#Chair_PC
712
http://cmt#Person,http://confOf#Person
8-
http://cmt#ProgramCommitteeChair,http://confOf#Chair_PC
9-
http://cmt#ProgramCommitteeChair,http://confOf#Member_PC
10-
http://cmt#ProgramCommitteeMember,http://confOf#Member_PC
11-
http://cmt#Rejection,http://confOf#Banquet
12-
http://cmt#Review,http://confOf#Reviewing_event
13+
http://cmt#ProgramCommittee,http://confOf#City
14+
http://cmt#User,http://confOf#Scholar
15+
http://cmt#assignedByReviewer,http://confOf#follows
1316
http://cmt#co-writePaper,http://confOf#writes
14-
http://cmt#email,http://confOf#contactEmail
17+
http://cmt#detailsEnteredBy,http://confOf#parallel_with
18+
http://cmt#enableVirtualMeeting,http://confOf#studyAt
19+
http://cmt#endReview,http://confOf#hasCity
20+
http://cmt#hardcopyMailingManifestsPrintedBy,http://confOf#earlyRegistration
21+
http://cmt#hasAuthor,http://confOf#writtenBy
22+
http://cmt#hasCo-author,http://confOf#employedBy
23+
http://cmt#hasConflictOfInterest,http://confOf#hasAdministrativeEvent
1524
http://cmt#hasSubjectArea,http://confOf#hasTopic
16-
http://cmt#name,http://confOf#has_title
17-
http://cmt#writeReview,http://confOf#reviewes
18-
http://cmt#writtenBy,http://confOf#writtenBy
25+
http://cmt#memberOfConference,http://confOf#studyAt
26+
http://cmt#name,http://confOf#location
27+
http://cmt#startReviewerBidding,http://confOf#reviewes
28+
http://cmt#title,http://confOf#hasSurname

0 commit comments

Comments
 (0)