-
- [ ] Clarify UI of the sort dropdown:
- Add "Sort by" in the same type style as the word "Similarity"
- Place it to the left of the sort dropdown, which you can move over to make spac…
-
Hi guys,
Can I ask you somethings about Word2vec model implementation?
Here are algorithm you introduced in paper:
![image](https://user-images.githubusercontent.com/23613535/38988266-e3fd40f6-4…
-
## 0. Paper
@inproceedings{vulic-mrksic-2018-specialising,
title = "Specialising Word Vectors for Lexical Entailment",
author = "Vuli{\'c}, Ivan and
Mrk{\v{s}}i{\'c}, Nikola",
…
a1da4 updated
3 years ago
-
## 0. Paper
@inproceedings{neelakantan-etal-2014-efficient,
title = "Efficient Non-parametric Estimation of Multiple Embeddings per Word in Vector Space",
author = "Neelakantan, Arvind and…
a1da4 updated
3 years ago
-
Hello,
If I am reading the code correctly, there is a mistake in the implementation of maximal marginal relevance (MMR) calculation.
Referring to the original publication https://doi.org/10.1145…
-
- [x] Extract just the finding and impression sections from the reports
- [x] Get an idea of distribution of length (number of words, sentences) of finding and impression section in different repo…
-
hello, please add
```python
ADDITIONAL_OPERATORS = {
"similarity": lambda f, v: f.op("")(v),
"word_similarity": lambda f, v: f.op(">")(v),
"like": lambda f, v: f.ilike(v),
"ilike…
-
Idea: upon loading the article, check if any link includes the upcoming article's name
If not, brute force search through every link (or have some word similarity heuristic to rank them by likeliho…
-
Hello! I'm looking for suggestions of using BERT (and BERT-as-service) in my case. Sorry if such is off-topic here. I'm building kind of information retrieval system and trying to use BERT as semantic…
-
I've created an issue to keep track of the implementation of STR. STR contains 3 steps, extraction, semantic mapping and similarity scoring.
- [x] Extraction (#4)
- Has been coded, for as far as…