-
Notifications
You must be signed in to change notification settings - Fork 14
/
tree.txt
129 lines (129 loc) · 3.75 KB
/
tree.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
+---anserini
| +---eval
| | \---trec_eval.9.0.4
| \---target
| +---appassembler
| | +---bin
+---pygaggle
+---ds
| +---robust04
| | # qrels.robust04.txt
| | # topics.robust04.txt
| \---lucene-index.robust04.pos+docvectors+rawdocs
| +---clueweb09b
| | # qrels.web.1-50.txt
| | # qrels.web.51-100.txt
| | # qrels.web.101-150.txt
| | # qrels.web.150-200.txt
| | # topics.web.1-50.txt
| | # topics.web.51-100.txt
| | # topics.web.101-150.txt
| | # topics.web.150-200.txt
| \---lucene-index.clueweb09b.pos+docvectors+rawdocs
| +---clueweb12b13
| | # qrels.web.201-250.txt
| | # qrels.web.251-300.txt
| | # topics.web.201-250.txt
| | # topics.web.251-300.txt
| \---lucene-index.clueweb12b13.pos+docvectors+rawdocs
| +---gov2
| | # qrels.terabyte04.701-750.txt
| | # qrels.terabyte05.751-800.txt
| | # qrels.terabyte06.801-850.txt
| | # topics.terabyte04.701-750.txt
| | # topics.terabyte05.751-800.txt
| | # topics.terabyte06.801-850.txt
| \---lucene-index.gov2.pos+docvectors+rawdocs
| +---antique
| | # qrels.antique.txt
| | # topics.antique.txt
| \---lucene-index.antique
| +---dbpedia
| | # qrels.dbpedia.txt
| | # topics.dbpedia.txt
| \---lucene-index.dbpedia
+---pre
| # anchor_text_en.ttl
| # gitkeep
| # glove.6B.300d.txt
| # temp_model_Wiki
| # temp_model_Wiki.vectors.npy
| # wiki-anchor-text-en-ttl-300d.vec
| # wiki-anchor-text-en-ttl-300d.vec.vectors.npy
| # wiki-news-300d-1M.vec
+---qe
| | main.py
| +---cmn
| | expander_factory.py
| | param.py
| | utils.py
| +---eval
| | stat.py
| +---expanders
| | abstractqexpander.py
| | adaponfields.py
| | anchor.py
| | bertqe.py
| | conceptluster.py
| | conceptnet.py
| | docluster.py
| | glove.py
| | onfields.py
| | relevancefeedback.py
| | rm3.py
| | sensedisambiguation.py
| | stem.py
| | tagmee.py
| | termluster.py
| | thesaurus.py
| | wiki.py
| | word2vec.py
| | wordnet.py
| \---stemmers
| | abstractstemmer.py
| | krovetz.py
| | kstem-3.4.jar
| | lovins.py
| | lovinsstemmer.py
| | nostemmer.py
| | paicehusk.py
| | paicehuskstemmer.py
| | porter.py
| | porter2.py
| | porter2stemmer.py
| | porterstemmer.py
| | sstemmer.py
| | trunc4.py
| | trunc5.py
| \---output
| +---robust04
| | topics.robust04.bm25.map.dataset.csv
| | topics.robust04.qld.map.dataset.csv
| +---clueweb09b
| | topics.clueweb09b.1-200.bm25.map.dataset.csv
| | topics.clueweb09b.1-200.qld.map.dataset.csv
| +---clueweb12b13
| | topics.clueweb12b13.201-300.bm25.map.dataset.csv
| | topics.clueweb12b13.201-300.qld.map.dataset.csv
| +---gov2
| | topics.gov2.701-850.bm25.map.dataset.csv
| | topics.gov2.701-850.qld.map.dataset.csv
| |---antique
| | topics.antique.bm25.map.dataset.csv
| | topics.antique.qld.map.dataset.csv
| |---dbpedia
| | topics.dbpedia.bm25.map.dataset.csv
| | topics.dbpedia.qld.map.dataset.csv
| \---eval
| overall.stat.csv
\---qs
| main.py
+---cair
\---ouput
all.topn5
robust04.topn5
clueweb09b.topn5
clueweb12b13.topn5
gov2.topn5
antique.topn5
dbpedia.topn5