Skip to content

Commit 853a768

Browse files
Merge pull request #7 from dattias:master
PiperOrigin-RevId: 267622470
2 parents 12fb6d3 + c230ce1 commit 853a768

File tree

1 file changed

+5
-5
lines changed
  • neural_structured_learning/research/gam

1 file changed

+5
-5
lines changed

neural_structured_learning/research/gam/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Neural structured learning methods such as Neural Graph Machines [1], Graph
22
Convolutional Networks [2] and their variants have successfully combined the
33
expressiveness of neural networks with graph structures to improve on learning
4-
tasks. Graph Agreement Models is a technique that can be applied to these
5-
methods to handle the noisy nature of real world graphs. Traditional graph-based
4+
tasks. Graph Agreement Models (GAM) is a technique that can be applied to these
5+
methods to handle the noisy nature of real-world graphs. Traditional graph-based
66
algorithms, such as label propagation, were designed with the underlying
77
assumption that the label of a node can be imputed from that of the neighboring
8-
nodes and edge weights. However, most real world graphs are either noisy or have
8+
nodes and edge weights. However, most real-world graphs are either noisy or have
99
edges that do not correspond to label agreement uniformly across the graph.
10-
Graph Agreement Models(GAM) introduce an auxiliary model that predicts the
10+
Graph Agreement Models introduce an auxiliary model that predicts the
1111
probability of two nodes sharing the same label as a learned function of their
1212
features. This agreement model is then used when training a node classification
1313
model by encouraging agreement only for those pairs of nodes that it deems
14-
likely to have the same label, thus guiding its parameters to better local
14+
likely to have the same label, thus guiding its parameters to a better local
1515
optima. The classification and agreement models are trained jointly in a
1616
co-training fashion.
1717

0 commit comments

Comments
 (0)