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
26ccb660
Commit
26ccb660
authored
Sep 09, 2020
by
Qi Guo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
e1ef3584
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
26 deletions
+38
-26
AAAI2021/paper.tex
+3
-3
AAAI2021/tex/introduction.tex
+35
-23
No files found.
AAAI2021/paper.tex
View file @
26ccb660
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
% articles, conjunctions, and prepositions are lower case unless they
% articles, conjunctions, and prepositions are lower case unless they
% directly follow a colon or long dash
% directly follow a colon or long dash
\title
{
Revisiting the Natural Emergence of Symbolic Language with Agent Capacity
}
\title
{
Enabling the Emergence of Symbolic Language without Handcrafted Inductions
}
\author
{
\author
{
%Authors
%Authors
% All authors must be in the same font size and format.
% All authors must be in the same font size and format.
...
@@ -177,7 +177,7 @@
...
@@ -177,7 +177,7 @@
inductions.
inductions.
In this paper, we are the first to successfully achieve high compositional symbolic
In this paper, we are the first to successfully achieve high compositional symbolic
language in a
purely
\emph
{
natural
}
manner
.
language in a
\emph
{
natural
}
manner without handcrafted inductions
.
Initially, by thoroughly investigating the compositionality of emerged symbolic
Initially, by thoroughly investigating the compositionality of emerged symbolic
language after removing the
\emph
{
deliberately handcrafted
}
language after removing the
\emph
{
deliberately handcrafted
}
inductions, we observe that the agent capacity plays a key role in
inductions, we observe that the agent capacity plays a key role in
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
experimental results lead to a counter-intuitive conclusion that lower agent
experimental results lead to a counter-intuitive conclusion that lower agent
capacity facilitates the emergence of symbolic language with higher
capacity facilitates the emergence of symbolic language with higher
compositionality.
\note
{
Based on our conclusion, we can generate higher
compositionality.
\note
{
Based on our conclusion, we can generate higher
compositional symbolic language with a high probability.
}
compositional symbolic language with a high
er
probability.
}
% The natural emergence of symbolic languages with high compositionality has
% The natural emergence of symbolic languages with high compositionality has
...
...
AAAI2021/tex/introduction.tex
View file @
26ccb660
\section
{
Introduction
}
\section
{
Introduction
}
\label
{
sec:introduction
}
\label
{
sec:introduction
}
The emergence of symbolic language has always been an important
and controversial
The emergence of symbolic language has always been an important
issue,
issue. This problem
attracts attentions from a broad range of communities,
which
attracts attentions from a broad range of communities,
including philology~
\cite
{}
, biology~
\cite
{}
, and computer
including philology~
\cite
{}
, biology~
\cite
{}
, and computer
science~
\cite
{}
. Especially in computer science, efforts in recent years try to explore
science~
\cite
{}
. Especially in computer science, efforts in recent years try to explore
the emergence of symbolic language in virtual
,
multi-agent environments, where
the emergence of symbolic language in virtual multi-agent environments, where
agents are trained to communicate with neural network based method
, i.e.,
deep
agents are trained to communicate with neural network based method
s such as
deep
reinforcement learning~
\cite
{}
.
For example,
\note
{
XXXX
}
reinforcement learning~
\cite
{}
.
%Such works can be roughly classified into two categories,
%Such works can be roughly classified into two categories,
%referential game~\cite{} and multi-agent reinforcement learning (MARL)~\cite{}, based on
%referential game~\cite{} and multi-agent reinforcement learning (MARL)~\cite{}, based on
%the environment setting.
%the environment setting.
Compositionality is widely used and
The quality of emergent symbolic language is typically measured by its
\emph
{
compositionality
}
.
taken as an important metric to evaluate the emerged symbolic language.
Compositionality is a principle that determines
Originally, compositionality is a principle that
whether the meaning of a complex expression (e.g, phrase), which is assembled out of a
whether the meaning of a complex expression (e.g, phase), which is assembled out of the
given set of simple components (e.g., symbols), can be determined by its
given set of simple components (e.g., symbols), can be determined by its
constituent components and the rules that combines them~
\cite
{}
.
constituent components and the rules that combines them~
\cite
{}
.
\note
{
For example, the expression "AAAI is a conference'' consists of two
\note
{
For example, the expression "AAAI is a conference'' consists of two
meaningful words ``AAAI'' and ``conference'', and a rule for definition (``is'').
}
meaningful words ``AAAI'' and ``conference'', and a rule for definition (``is'').
More recently, measuring the compositionality
\note
{
xxxxx
}
.
More recently, measuring the compositionality
\note
{
xxxxx
}
.
}
%It
%It
...
@@ -41,28 +40,41 @@ More recently, measuring the compositionality \note{xxxxx}.
...
@@ -41,28 +40,41 @@ More recently, measuring the compositionality \note{xxxxx}.
\label
{
fig:symbols
}
\label
{
fig:symbols
}
\end{figure}
\end{figure}
Prior studies focus on achieving high compositional
ity
Prior studies focus on achieving high compositional
symbolic language
through
\emph
{
deliberately handcrafted
}
inductions, e.g., small vocabulary
through
\emph
{
deliberately handcrafted
}
inductions, e.g., small vocabulary
sizes~
\cite
{}
, memoryless~
\cite
{}
, carefully constructed rewards~
\cite
{}
, and
sizes~
\cite
{}
, memoryless~
\cite
{}
, carefully constructed rewards~
\cite
{}
, and
ease-of-teaching~
\cite
{}
.
\note
{
xxxxxxx
}
ease-of-teaching~
\cite
{}
.
\note
{
The basic intuition is that high compositional symbolic
However, these unnatural inductions prevent us from better understanding the mystery of
language cannot emerge without induction in existing multi-agent environment.
}
Figure~
\ref
{
fig:xx
}
reports the compositionality when training two agents in the widely-used
listener-speaker referential game, and it can be observed that
\note
{
the compositionality
of emerged symbolic language is extremely low
}
.
Though such unnatural inductions are crucial, they prevent us from better understanding the mystery of
the emergence of language and even intelligence among our pre-human ancestors.
the emergence of language and even intelligence among our pre-human ancestors.
Yet, few works investigate the emergence of high compositional symbolic language
Yet, few works investigate the emergence of high compositional symbolic language
\emph
{
naturally
}
, i.e., without
\emph
{
deliberately
\emph
{
naturally
}
, i.e., without handcrafted inductions.
handcrafted
}
inductions.
In other words, it is never clear whether
\emph
{
natural
}
As a results, it is never clear whether
\emph
{
natural
}
environment and agents are sufficient for achieving high compositionality.
environment and agent are sufficient for compositionality.
In this work, we are the first to achieve high compositional
In this work, we focus on the natural emergence of high compositional symbolic language
symbolic language without any handcrafted induction. Concretely, we first
naturally without any handcrafted induction.
thoroughly analyze the compositionality of emerged symbolic
Initially, we thoroughly analyze the compositionality of emerged symbolic
language by removing the
\emph
{
deliberately handcrafted
}
language after removing the
\emph
{
deliberately handcrafted
}
inductions. Figure~
\ref
{
fig:comp
}
reports the compositionality when train two
inductions. Figure~
\ref
{
fig:comp
}
reports the compositionality when train two
agents in a listener-speaker referential game. It can be observed that
\note
{
it
agents in a listener-speaker referential game. It can be observed that
\note
{
it
is challenging to achieve high compositionality without induction as
is challenging to achieve high compositionality without induction as
xxxxxx
}
. Moreover, we observe that the agent capacity plays a key role in
xxxxxx
}
. Moreover, we observe that the agent capacity plays a key role in
compositionality, see Figure xxx.
compositionality, see Figure xxx.
%focus on the natural emergence of high compositional symbolic language
%naturally without any handcrafted induction.
%Initially, we thoroughly analyze the compositionality of emerged symbolic
%language after removing the \emph{deliberately handcrafted}
%inductions. Figure~\ref{fig:comp} reports the compositionality when train two
%agents in a listener-speaker referential game. It can be observed that \note{it
% is challenging to achieve high compositionality without induction as
% xxxxxx}. Moreover, we observe that the agent capacity plays a key role in
%compositionality, see Figure xxx.
We reveal and characterize the quantitative relationship
We reveal and characterize the quantitative relationship
between the agent capacity and the compositionality of symbolic language both
between the agent capacity and the compositionality of symbolic language both
theoretically and experimentally.
theoretically and experimentally.
...
...
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