-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
32 lines (22 loc) · 1.43 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
-----------------------------------------------------------------------------
PERSON: Personalized Information Retrieval Evaluation Based on Citation Networks
Based on article [Shayan A. Tabrizi, Azadeh Shakery, Hamed Zamani, and Mohammad Ali Tavallaei,
"PERSON: Personalized Information Retrieval Evaluation Based on Citation Networks,"
Information Processing & Management (IP&M), 2018]
(https://www.sciencedirect.com/science/article/abs/pii/S0306457317307811)
Version: 1.1
-----------------------------------------------------------------------------
Code Author : S.A. Tabrizi
Email : shayantabrizi [at] gmail [D.o.T] com
University : University of Tehran, Iran
-----------------------------------------------------------------------------
Disclaimer:
We really appreciate bug reports and any suggestions for improving the algorithm. Please contact us via email at shayantabrizi [at] gmail [D.o.T] com.
Some codes related to the Social-Textual algorithm are based on the codes provided by Ali Khodaei to us.
The codes are dependent on retrieval-tools (https://github.com/shayantabrizi/retrieval-tools).
Usage:
See tutorial.pdf for the instructions on how to use the codes.
Change Log:
Release 1.1:
Improvements: The Social-Textual method is now based on a TFIDF-based method (ClassicSimilarity) instead of a language-modeling-based method. The previous implementation was probably inconsistent with the Social-Textual paper.
Release 1.0