Commit 0a550663 by Zidong Du

~

parent 24facde9
......@@ -15,7 +15,7 @@
% \usepackage[final]{neurips_2020}
% to avoid loading the natbib package, add option nonatbib:
\usepackage[nonatbib]{neurips_2020}
\usepackage[nonatbib]{neurips_2020}
\usepackage[utf8]{inputenc} % allow utf-8 input
\usepackage[T1]{fontenc} % use 8-bit T1 fonts
......@@ -26,7 +26,52 @@
\usepackage{nicefrac} % compact symbols for 1/2, etc.
\usepackage{microtype} % microtypography
\title{Formatting Instructions For NeurIPS 2020}
%%Added by Du, Zidong
\usepackage{ifthen}
\usepackage{color}
%\definecolor{alizarin}{rgb}{0.82, 0.1, 0.26}
\ifthenelse{\equal{\submitmode}{true}}
{
%%submission mode
\newcommand{\rmk}[1]{}
\newcommand{\rmkdone}[1]{}
\newcommand{\del}[1]{}
\newcommand{\add}[1]{#1}
\newcommand{\zdel}[1]{}
\newcommand{\zadd}[1]{#1}
\newcommand{\note}[1]{#1}
\newcommand{\lnote}[1]{#1}
\newcommand{\main}[1]{#1}
\newcommand{\para}[2]{#1#2}
\newcommand{\ladd}[1]{#1}
\newcommand{\lanadd}[1]{#1}
\newcommand{\uw}[1]{#1}
\newcommand{\doubt}[1]{#1}
}
{
%%writing mode
\newcommand{\rmk}[1]{\textcolor{alizarin}{--[#1]--}}%%communication and remarks
\newcommand{\del}[1]{\textcolor{gray}{\sout{#1}}}%%delete the text
\newcommand{\rmkdone}[1]{\textcolor{gray}{--[#1]--}}%%done for remarks
\newcommand{\add}[1]{\textcolor{PineGreen}{#1}}%%add
\newcommand{\zdel}[1]{\textcolor{gray}{\sout{#1}}}%%used by Zidong
\newcommand{\zadd}[1]{\textcolor{teal}{#1}}%%used by Zidong
% \newcommand{\ladd}[1]{\textcolor{BlueViolet}{#1}}
\newcommand{\ladd}[1]{#1}
\newcommand{\note}[1]{\textcolor{red}{#1}}%%in the text, need to be checked or filled
% added by lanhuiying
% uncertain word
\newcommand{\uw}[1]{\textcolor{gray}{#1}}
\newcommand{\lanadd}[1]{\textcolor{cyan}{#1}}
\newcommand{\doubt}[1]{\textcolor{teal}{#1}}
}
\title{The Natural Emergence of Symbolic Language through a Language Game among
Individual Agents}
% The \author macro works with any number of authors. There are two commands
% used to separate the names and addresses of multiple authors: \And and \AND.
......@@ -37,13 +82,13 @@
% \AND instead of \And before the third author name.
\author{%
David S.~Hippocampus\thanks{Use footnote for providing further information
about author (webpage, alternative address)---\emph{not} for acknowledging
funding agencies.} \\
Department of Computer Science\\
Cranberry-Lemon University\\
Pittsburgh, PA 15213 \\
\texttt{hippo@cs.cranberry-lemon.edu} \\
%% David S.~Hippocampus\thanks{Use footnote for providing further information
%% about author (webpage, alternative address)---\emph{not} for acknowledging
%% funding agencies.} \\
%% Department of Computer Science\\
%% Cranberry-Lemon University\\
%% Pittsburgh, PA 15213 \\
%% \texttt{hippo@cs.cranberry-lemon.edu} \\
% examples of more authors
% \And
% Coauthor \\
......@@ -72,13 +117,58 @@
\maketitle
\begin{abstract}
The abstract paragraph should be indented \nicefrac{1}{2}~inch (3~picas) on
both the left- and right-hand margins. Use 10~point type, with a vertical
spacing (leading) of 11~points. The word \textbf{Abstract} must be centered,
bold, and in point size 12. Two line spaces precede the abstract. The abstract
must be limited to one paragraph.
Symbolic language, a language using symbols and characters to represent concepts
for communication, is widely taken as the key factor for the emergence and
evolution of human intelligence. Its emergence among our pre-human ancestors is
still a mystery accompanied with many controversial theories and
hypothesis. Recently, efforts about the symbolic language have been made by
computer scientists in the neural network based multi-agent systems.
%, trying to understand the emergence of symbolic language.
\note{However, even using the multi-agent systems, previous works at root are
training one brain for communicating among connected sensors, as they combine
the neural networks of all agents in training process.} As a result, such works did not
involve the emergence of symbolic language.
Here, we introduce a novel mechanism with
\emph{Self-grounding-Introspection-Cooperation} model that enables the natural
emergence of symbolic language among individual agents. Experimental results
show that \note{xxxx}
To the best of our knowledge, we are the first to \note{xxx}
This work presents a trial to shed some lights on the origin of human language
and the emergence of intelligence in individual human.
\end{abstract}
\section{Introduction}
%Symbolic Language is important
%
\section{Symbolic Language}
\section{The Self-grounding-Introspection-Cooperation Model}
\section{Experiments}
\subsection{Methodology}
\subsection{Experimental Results}
\section{Related Work}
\section{Conclusions}
\clearpage
\newpage
\section{Submission of papers to NeurIPS 2020}
NeurIPS requires electronic submissions. The electronic submission site is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment