-
## Problem
Current search only searches by strictly equal words, we want to improve search so it performs a similarity search and returns relevant items.
The idea is to use an embedding model ru…
-
Timely dataflow exclusively moves *owned* data around. Although operators are defined on `&Stream` references, the closures and such they take as arguments can rely on getting buffers of owned data. T…
-
Why does the language encoder not use bert like grounding DINO, but use CLIP?
My question is, why not implement T-Rex2 along the lines of grounding DINO?
-
Dear all,
with non-literary historical language data we often have to make do with what we have, and what we have may sometimes be rather ungrammatical in terms of ill-formed sentences. The UD fram…
-
In this issue you can either:
- **Add papers** that you think are interesting to read and discuss (please stick to the format).
- **vote**: should be done using :+1: on comments
-
**Working title**: Project *Noodles*
A draft for layers for the accountability tools for the next generation applications.
This is semi-layered architecture draft for better understanding of the …
-
Currently, the best "native" small caps syntax is `[Small caps]{.smallcaps}`.
By "native syntax", it means a more markdown-ish syntax, such as `^^Small caps^^` or `****Small caps****`.
c.f. [pan…
-
Utilizing the fuzzy meaning algorithm in Lalita, a word connection network can be generated. The idea would be to do the following,
- From a starting word (e.g. move), map the meaning to the related…
-
**Edit:** `s/token.try/token.run/g`, clarify that method's return semantics, remove language about an obvious optimization
**Edit 2:** Clarify what happens after you run a token, add `token.active`
…
-
### Description
If RadioButton uses a ControlTemplate, it works on Android in the debug mode. However, running the app in the release mode causes an instant crash when the page with the RadioButtons …