Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AAAI21_Emergent_language
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoyifan
AAAI21_Emergent_language
Commits
86eb1a7e
Commit
86eb1a7e
authored
Sep 10, 2020
by
Zidong Du
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~
parent
bfc96b16
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
AAAI2021/tex/experiments.tex
+4
-4
AAAI2021/tex/theory.tex
+1
-3
No files found.
AAAI2021/tex/experiments.tex
View file @
86eb1a7e
...
@@ -109,11 +109,11 @@ Figure~\ref{fig:exp3} (a) shows that when $h_{size}$ equals to 1, the agent capa
...
@@ -109,11 +109,11 @@ Figure~\ref{fig:exp3} (a) shows that when $h_{size}$ equals to 1, the agent capa
too low to handle languages. Figure~
\ref
{
fig:exp3
}
(b) shows that when
$
h
_{
size
}$
too low to handle languages. Figure~
\ref
{
fig:exp3
}
(b) shows that when
$
h
_{
size
}$
equals to 2, agent can only learn
$
LA
$
whose compositionality (i.e.
\emph
{
MIS
}
)
equals to 2, agent can only learn
$
LA
$
whose compositionality (i.e.
\emph
{
MIS
}
)
is highest in all three languages. Combing these two observations, we can infer that
is highest in all three languages. Combing these two observations, we can infer that
language with lower compositionality requires higher agent capacity to ensure communicating
language with lower compositionality requires higher agent capacity to ensure
successfully (i.e.,
$
h
_{
size
}$
). Figure~
\ref
{
fig:exp3
}
(c) to (h) show that the
communicating successfully (i.e.,
$
h
_{
size
}$
).
Additionally, Figure~
\ref
{
fig:exp3
}
(c)
$
\sim
$
(h) show that the
higher agent capacity causes a faster training process for all three languages, but the
higher agent capacity causes a faster training process for all three languages, but the
improvement for different languages is quite different.
improvement for different languages is quite different. It is obvious that language with lower compositionality also requires higher agent
It is obvious that language with lower compositionality also requires higher agent
capacity to train faster.
capacity to train faster.
...
...
AAAI2021/tex/theory.tex
View file @
86eb1a7e
...
@@ -40,9 +40,7 @@ from $V$. The Listener $L$ receives $s$ and output predicted result $\hat{t}$,
...
@@ -40,9 +40,7 @@ from $V$. The Listener $L$ receives $s$ and output predicted result $\hat{t}$,
a single word (one-hot vector) selected from the Cartesian product of set two
$
V
$
s
a single word (one-hot vector) selected from the Cartesian product of set two
$
V
$
s
(
$
V
\times
V
$
), which representing all the meanings of two combined words from
$
V
$
.
(
$
V
\times
V
$
), which representing all the meanings of two combined words from
$
V
$
.
Please note that since
$
t
$
and
$
\hat
{
t
}$
have different length, we say
Please note that since
$
t
$
and
$
\hat
{
t
}$
have different length, we say
$
t
=
\hat
{
t
}$
if
$
t
$
expresses the same meaning as
$
\hat
{
t
}$
, e.g.,
$
t
=
\hat
{
t
}$
if
$
t
$
expresses the same meaning as
$
\hat
{
t
}$
, e.g., ``red circle''.
$
t
=
{
[
0
,
0
,
1
]
,
[
0
,
1
,
0
]
}$
would be equal to
$
\hat
{
t
}
=[
0
,
0
,
0
,
0
,
0
,
1
]
$
if they both mean ``red
circle''.
\begin{figure*}
[t]
\begin{figure*}
[t]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment