noystl commited on
Commit
b022487
·
verified ·
1 Parent(s): deff0ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -41
README.md CHANGED
@@ -8,68 +8,79 @@ tags:
8
  - loss:ContrastiveLoss
9
  base_model: sentence-transformers/all-mpnet-base-v2
10
  widget:
11
- - source_sentence: 'Background: The study addresses the need for effective tools that
12
- allow both novice and expert users to analyze the diversity of news coverage about
13
- events. It highlights the importance of tailoring the interface to accommodate
14
- non-expert users while also considering the insights of journalism-savvy users,
15
- indicating a gap in existing systems that cater to varying levels of expertise
16
- in news analysis.
17
-
18
- Contribution: Combine ''a coordinated visualization interface tailored for visualization
19
- non-expert users'' and '
 
20
  sentences:
21
  - a method considering lexical relationships
22
  - cross-modality self-supervised learning via masked visual language modeling
23
  - cognitive models of chaining
24
- - source_sentence: 'Background: Existing methods for anomaly detection on dynamic
25
- graphs struggle with capturing complex time information in graph structures and
26
- generating effective negative samples for unsupervised learning. These challenges
27
- highlight the need for improved methodologies that can address the limitations
28
- of current approaches in this field.
29
-
30
- Contribution: Combine ''a message-passing framework'' and '
 
31
  sentences:
32
  - the grouping task
33
  - a forecaster
34
  - the optimisation algorithm producing the learnable model
35
- - source_sentence: 'Background: The accuracy of pixel flows is crucial for achieving
36
- high-quality video enhancement, yet most prior works focus on estimating dense
37
- flows that are generally less robust and computationally expensive. This highlights
38
- a gap in existing methodologies that fail to prioritize accuracy over density,
39
- necessitating a more efficient approach to flow estimation for video enhancement
40
- tasks.
41
-
42
- Contribution: Combine ''sparse point cloud data'' and '
 
43
  sentences:
44
  - a deep CNN
45
  - a reinforcement learning view of the dialog generation task
46
  - graphical models
47
- - source_sentence: 'Background: The optimal robot assembly planning problem is challenging
48
- due to the necessity of finding the optimal solution amongst an exponentially
49
- vast number of possible plans while satisfying a selection of constraints. Traditional
50
- heuristic methods are limited as they are specific to a given objective structure
51
- or set of problem parameters, indicating a need for more versatile and effective
52
- approaches.
53
-
54
- Contribution: ''pos[e] assembly sequencing'' inspired by '
 
55
  sentences:
56
  - 3D geometric neural field representation
57
  - prompt learning
58
  - gestures
59
- - source_sentence: 'Background: Patients find it difficult to use dexterous prosthetic
60
- hands without a suitable control system, highlighting a need for improved grasp
61
- performance and ease of operation. Existing methods may not adequately address
62
- the challenges faced by users, particularly those with inferior myoelectric signals,
63
- in effectively controlling prosthetic devices.
64
-
65
- Contribution: Combine ''myoelectric signal'' and '
 
66
  sentences:
67
- - a unified framework for collaborative decoding between large and small language
68
- models (Large Language Models and small language models)
 
69
  - image understanding
70
  - joint biomedical entity linking and event extraction
71
  pipeline_tag: sentence-similarity
72
  library_name: sentence-transformers
 
 
 
 
 
73
  ---
74
 
75
  # SentenceTransformer based on sentence-transformers/all-mpnet-base-v2
 
8
  - loss:ContrastiveLoss
9
  base_model: sentence-transformers/all-mpnet-base-v2
10
  widget:
11
+ - source_sentence: >-
12
+ Background: The study addresses the need for effective tools that allow both
13
+ novice and expert users to analyze the diversity of news coverage about
14
+ events. It highlights the importance of tailoring the interface to
15
+ accommodate non-expert users while also considering the insights of
16
+ journalism-savvy users, indicating a gap in existing systems that cater to
17
+ varying levels of expertise in news analysis.
18
+
19
+ Contribution: Combine 'a coordinated visualization interface tailored for
20
+ visualization non-expert users' and
21
  sentences:
22
  - a method considering lexical relationships
23
  - cross-modality self-supervised learning via masked visual language modeling
24
  - cognitive models of chaining
25
+ - source_sentence: >-
26
+ Background: Existing methods for anomaly detection on dynamic graphs
27
+ struggle with capturing complex time information in graph structures and
28
+ generating effective negative samples for unsupervised learning. These
29
+ challenges highlight the need for improved methodologies that can address
30
+ the limitations of current approaches in this field.
31
+
32
+ Contribution: Combine 'a message-passing framework' and
33
  sentences:
34
  - the grouping task
35
  - a forecaster
36
  - the optimisation algorithm producing the learnable model
37
+ - source_sentence: >-
38
+ Background: The accuracy of pixel flows is crucial for achieving
39
+ high-quality video enhancement, yet most prior works focus on estimating
40
+ dense flows that are generally less robust and computationally expensive.
41
+ This highlights a gap in existing methodologies that fail to prioritize
42
+ accuracy over density, necessitating a more efficient approach to flow
43
+ estimation for video enhancement tasks.
44
+
45
+ Contribution: Combine 'sparse point cloud data' and
46
  sentences:
47
  - a deep CNN
48
  - a reinforcement learning view of the dialog generation task
49
  - graphical models
50
+ - source_sentence: >-
51
+ Background: The optimal robot assembly planning problem is challenging due
52
+ to the necessity of finding the optimal solution amongst an exponentially
53
+ vast number of possible plans while satisfying a selection of constraints.
54
+ Traditional heuristic methods are limited as they are specific to a given
55
+ objective structure or set of problem parameters, indicating a need for more
56
+ versatile and effective approaches.
57
+
58
+ Contribution: 'pos[e] assembly sequencing' inspired by
59
  sentences:
60
  - 3D geometric neural field representation
61
  - prompt learning
62
  - gestures
63
+ - source_sentence: >-
64
+ Background: Patients find it difficult to use dexterous prosthetic hands
65
+ without a suitable control system, highlighting a need for improved grasp
66
+ performance and ease of operation. Existing methods may not adequately
67
+ address the challenges faced by users, particularly those with inferior
68
+ myoelectric signals, in effectively controlling prosthetic devices.
69
+
70
+ Contribution: Combine 'myoelectric signal' and
71
  sentences:
72
+ - >-
73
+ a unified framework for collaborative decoding between large and small
74
+ language models (Large Language Models and small language models)
75
  - image understanding
76
  - joint biomedical entity linking and event extraction
77
  pipeline_tag: sentence-similarity
78
  library_name: sentence-transformers
79
+ license: mit
80
+ datasets:
81
+ - noystl/Recombination-Pred
82
+ language:
83
+ - en
84
  ---
85
 
86
  # SentenceTransformer based on sentence-transformers/all-mpnet-base-v2