-
-
Currently, the AttackGraph is generated using a lang dict and a model dict. The lang dict is the JSON representation of the mal spec as produced by the compiler. If, instead, the LanguageGraph object …
-
According to OData V4 spec:
11.4.2.2 Create Related Entities When Creating an Entity
A request to create an entity that includes related entities, represented using the appropriate inline representa…
-
I think Graph data structure, on its own, is too wide topic to cover in a couple of pages. As a rule, complexity of algorithms on graphs directly depends their [representation](https://en.wikipedia.or…
-
> Another area I started looking into (but haven't deeply explored yet) for both figuring out how to map variable names to sections of code in a 'smart' way, and potentially also for module identifica…
-
### 🚀 The feature, motivation and pitch
Paper: [Harnessing Explanations: LLM-to-LM Interpreter for Enhanced Text Attributed Graph Representation Learning](https://arxiv.org/pdf/2305.19523) (ICLR 20…
-
## 🚀 Feature
Support graph pooling operation on cliques.
## Motivation
Graph coarsening is common in tasks where we try to extract graph features from different scales. Usually, the input graph…
-
We should strive to avoid bloat like with GDA and possibly those microservices could be deployed separately.
```mermaid
graph TD
CLI[CLI Tool] -->|Submits jobs| A[FastAPI Frontend]
CLI …
-
**Is your feature request related to a problem? Please describe.**
Label studio doesn't have a way to draw lines of different types on the images. This would be very useful for things such annotati…
d4l3k updated
3 months ago
-
### Description
Learned Sparse Vectors claim to combine the benefits of sparse (i.e. lexical) and dense (i.e. vector) representations
From https://en.wikipedia.org/wiki/Learned_sparse_retrieval:…