Skip to content

Commit 3fc51ac

Browse files
committed
update docs
1 parent 76b2281 commit 3fc51ac

File tree

4 files changed

+28
-179
lines changed

4 files changed

+28
-179
lines changed

docs/css/extra.css

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#main_title {
1+
h1 {
22
font-family: 'Raleway', sans-serif;
33
font-weight: 500;
44
}
@@ -8,46 +8,3 @@
88
font-size: 18px;
99
font-weight: 400;
1010
}
11-
12-
pre code {
13-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
14-
}
15-
16-
code.no-highlight {
17-
color: black;
18-
}
19-
20-
div.col-md-9 h1:first-of-type .headerlink {
21-
display: none;
22-
}
23-
24-
div.col-md-9 h1:first-of-type {
25-
font-size: 40px;
26-
font-weight: 300;
27-
}
28-
29-
@media screen and (min-width: 768px) and (max-width: 999px) {
30-
.nav>li>a {
31-
padding-left: 15px;
32-
padding-right: 15px;
33-
}
34-
}
35-
36-
@media screen and (min-width: 768px) and (max-width: 991px) {
37-
.nav>li>a[href="#"] {
38-
display: none;
39-
}
40-
}
41-
42-
@media screen and (min-width: 768px) and (max-width: 1199px) {
43-
.nav>li>a[href^="https://github.com/"] {
44-
display: none;
45-
}
46-
.nav>li>a[rel="prev"] {
47-
display: none;
48-
}
49-
50-
.nav>li>a[rel="next"] {
51-
display: none;
52-
}
53-
}

docs/custom_theme/nav.html

Lines changed: 0 additions & 110 deletions
This file was deleted.

docs/index.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<h1 id="main_title">Wikipedia2Vec</h1>
1+
# Wikipedia2Vec
2+
23
---
34

45
<a class="github-button" href="https://github.com/wikipedia2vec/wikipedia2vec" data-size="large" data-show-count="true" aria-label="Star wikipedia2vec/wikipedia2vec on GitHub">Star</a>
56

6-
### Introduction
7+
## Introduction
78

89
Wikipedia2Vec is a tool used for obtaining embeddings (or vector representations) of words and entities (i.e., concepts that have corresponding pages in Wikipedia) from Wikipedia.
910
It is developed and maintained by [Studio Ousia](http://www.ousia.jp).
@@ -15,31 +16,31 @@ This tool implements the [conventional skip-gram model](https://en.wikipedia.org
1516

1617
An empirical comparison between Wikipedia2Vec and existing embedding tools (i.e., FastText, Gensim, RDF2Vec, and Wiki2vec) is available [here](https://arxiv.org/abs/1812.06280).
1718

18-
### Pretrained Embeddings
19+
## Pretrained Embeddings
1920

2021
Pretrained embeddings for 12 languages (i.e., English, Arabic, Chinese, Dutch, French, German, Italian, Japanese, Polish, Portuguese, Russian, and Spanish) can be downloaded from [this page](pretrained.md).
2122

22-
### Use Cases
23+
## Use Cases
2324

2425
Wikipedia2Vec has been applied to the following tasks:
2526

26-
* Entity linking: [Yamada et al., 2016](https://arxiv.org/abs/1601.01343), [Eshel et al., 2017](https://arxiv.org/abs/1706.09147), [Chen et al., 2019](https://arxiv.org/abs/1911.03834), [Poerner et al., 2020](https://arxiv.org/abs/1911.03681), [van Hulst et al., 2020](https://arxiv.org/abs/2006.01969).
27-
* Named entity recognition: [Sato et al., 2017](http://www.aclweb.org/anthology/I17-2017), [Lara-Clares and Garcia-Serrano, 2019](http://ceur-ws.org/Vol-2421/eHealth-KD_paper_6.pdf).
28-
* Question answering: [Yamada et al., 2017](https://arxiv.org/abs/1803.08652), [Poerner et al., 2020](https://arxiv.org/abs/1911.03681).
29-
* Entity typing: [Yamada et al., 2018](https://arxiv.org/abs/1806.02960).
30-
* Text classification: [Yamada et al., 2018](https://arxiv.org/abs/1806.02960), [Yamada and Shindo, 2019](https://arxiv.org/abs/1909.01259), [Alam et al., 2020](https://link.springer.com/chapter/10.1007/978-3-030-61244-3_9).
31-
* Relation classification: [Poerner et al., 2020](https://arxiv.org/abs/1911.03681).
32-
* Paraphrase detection: [Duong et al., 2018](https://ieeexplore.ieee.org/abstract/document/8606845).
33-
* Knowledge graph completion: [Shah et al., 2019](https://aaai.org/ojs/index.php/AAAI/article/view/4162), [Shah et al., 2020](https://www.aclweb.org/anthology/2020.textgraphs-1.9/).
34-
* Fake news detection: [Singh et al., 2019](https://arxiv.org/abs/1906.11126), [Ghosal et al., 2020](https://arxiv.org/abs/2010.10836).
35-
* Plot analysis of movies: [Papalampidi et al., 2019](https://arxiv.org/abs/1908.10328).
36-
* Novel entity discovery: [Zhang et al., 2020](https://arxiv.org/abs/2002.00206).
37-
* Entity retrieval: [Gerritse et al., 2020](https://link.springer.com/chapter/10.1007%2F978-3-030-45439-5_7).
38-
* Deepfake detection: [Zhong et al., 2020](https://arxiv.org/abs/2010.07475).
39-
* Conversational information seeking: [Rodriguez et al., 2020](https://arxiv.org/abs/2005.00172).
40-
* Query expansion: [Rosin et al., 2020](https://arxiv.org/abs/2012.12065).
41-
42-
### References
27+
- Entity linking: [Yamada et al., 2016](https://arxiv.org/abs/1601.01343), [Eshel et al., 2017](https://arxiv.org/abs/1706.09147), [Chen et al., 2019](https://arxiv.org/abs/1911.03834), [Poerner et al., 2020](https://arxiv.org/abs/1911.03681), [van Hulst et al., 2020](https://arxiv.org/abs/2006.01969).
28+
- Named entity recognition: [Sato et al., 2017](http://www.aclweb.org/anthology/I17-2017), [Lara-Clares and Garcia-Serrano, 2019](http://ceur-ws.org/Vol-2421/eHealth-KD_paper_6.pdf).
29+
- Question answering: [Yamada et al., 2017](https://arxiv.org/abs/1803.08652), [Poerner et al., 2020](https://arxiv.org/abs/1911.03681).
30+
- Entity typing: [Yamada et al., 2018](https://arxiv.org/abs/1806.02960).
31+
- Text classification: [Yamada et al., 2018](https://arxiv.org/abs/1806.02960), [Yamada and Shindo, 2019](https://arxiv.org/abs/1909.01259), [Alam et al., 2020](https://link.springer.com/chapter/10.1007/978-3-030-61244-3_9).
32+
- Relation classification: [Poerner et al., 2020](https://arxiv.org/abs/1911.03681).
33+
- Paraphrase detection: [Duong et al., 2018](https://ieeexplore.ieee.org/abstract/document/8606845).
34+
- Knowledge graph completion: [Shah et al., 2019](https://aaai.org/ojs/index.php/AAAI/article/view/4162), [Shah et al., 2020](https://www.aclweb.org/anthology/2020.textgraphs-1.9/).
35+
- Fake news detection: [Singh et al., 2019](https://arxiv.org/abs/1906.11126), [Ghosal et al., 2020](https://arxiv.org/abs/2010.10836).
36+
- Plot analysis of movies: [Papalampidi et al., 2019](https://arxiv.org/abs/1908.10328).
37+
- Novel entity discovery: [Zhang et al., 2020](https://arxiv.org/abs/2002.00206).
38+
- Entity retrieval: [Gerritse et al., 2020](https://link.springer.com/chapter/10.1007%2F978-3-030-45439-5_7).
39+
- Deepfake detection: [Zhong et al., 2020](https://arxiv.org/abs/2010.07475).
40+
- Conversational information seeking: [Rodriguez et al., 2020](https://arxiv.org/abs/2005.00172).
41+
- Query expansion: [Rosin et al., 2020](https://arxiv.org/abs/2012.12065).
42+
43+
## References
4344

4445
If you use Wikipedia2Vec in a scientific publication, please cite the following paper:
4546

@@ -86,6 +87,6 @@ Ikuya Yamada, Hiroyuki Shindo, [Neural Attentive Bag-of-Entities Model for Text
8687
}
8788
```
8889

89-
### License
90+
## License
9091

9192
[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@ site_description: Wikipedia2Vec is a tool used for obtaining embeddings (vector
33
repo_url: https://github.com/wikipedia2vec/wikipedia2vec
44
edit_uri: ""
55
site_author: Studio Ousia
6-
pages:
6+
nav:
77
- Home: index.md
88
- Introduction: intro.md
99
- User Guide:
1010
- Installation: install.md
1111
- Learning Embeddings: commands.md
1212
- API Usage: usage.md
13-
- Pretrained Embeddings: pretrained.md
13+
- Embeddings: pretrained.md
14+
- Demo: "https://wikipedia2vec.github.io/demo/"
1415
extra_css:
1516
- css/extra.css
1617
theme:
1718
name: mkdocs
1819
custom_dir: docs/custom_theme
1920
markdown_extensions:
2021
- toc:
21-
permalink:
22+
permalink: "#"

0 commit comments

Comments
 (0)