@InProceedings{oconnor-stewart-smith-13_extracting-intl-relations-from-political-context,
  author    = {O'Connor, Brendan  and  Stewart, Brandon M.  and  Smith, Noah A.},
  title     = {Learning to Extract International Relations from Political Context},
  booktitle = {Proc. 51st ACL (Long papers)},
  month     = {August},
  year      = {2013},
  pages     = {1094--1104},
  url       = {http://www.aclweb.org/anthology/P13-1108}
  annote    = {\section{Overview}

The paper talks about extracting information related to inter-nation talks between various countries of the world.It employs unsupervised learning techniques to gather information from a dataset containing 6.5 million news articles.

\section{Methodology}It makes use of dyads and temporal dependencies to calculate such inferences.Methods such as n-gram methods,filtering are also used.
\section{Proof of concept}The paper also covers two case studies one on conflicts between Palestine and Israel,and the war between USA and Iraq.It also gives the time frames for events and how these events affect the 'sentiments' over time of their reporting in news articles.
\section{Theory}The paper also covers two case studies one on conflicts between Palestine and Israel,and the war between USA and Iraq.It also gives the time frames for events and how these events affect the 'sentiments' over time of their reporting in news articles.
\section{References/Data source}Source of newsarticles: Gigaworld English edition + New York Times corpus.The country pairs are evaluated from a separate file,as do the type of relationship between parties in consideration ex: accuse,attack,etc.
\section{Mathematical Support}\hfill The sentences extracted are stored as tuple of the following form:\hfill	\textless S,R,T,W\textgreater \hfill where\\ S: Source of the topic(the party addressing in the sentence),\\R: the party being addressed,\\T: The timestamp of the sentence(date),\\W: The context,ex: accuse,fight,etc.\\W above can be a verb path.Also,as we are concerned only with events happening in the political arena only,we discard the events related sports and finance using filtering techniques.This led to a reduction in the dataset to be considered by around 10\%. Also,pairs containing the same source and receiver entities were removed.
\section{Model used}The model assumes that the tuple depicting relationships between pair of countries stays similar over a period of time,in the sense of topics involving them and a gradual shift between these contexts occur over a phase of time.The model of analysis involves vanilla modeling scheme and smoothing over frames.\\ 
\\
There are two models considered for analysis:\\	

\subsection{Context model}\label{sec:nothing}

Makes use of apriori information existing for each context.A context prior \begin{equation}\label{eq:context_prior}\theta_{k,s,r,t}  
\end{equation}
for each k: context,s: source,r: receiver,t: timestamp(defined above).

\subsection{Language Model}\label{sec:nothing2}
Contextual effects studies how events are manifested as textual predicate paths using the vanilla context model and smoothing across time frames.
A smoothed frame model proposes that for a given dyad the frame distribution comes from a latent parameter that varies over time.
\section{Results}Finally the paper presents us results with the help of case studies for relations between USA and Iraq,and between Palestine and Israel.It also features the impact events like peace treaties have the way they affect the use of words in the paper.For ex: Hostile words eventually get replaced with much more 'diplomatic' words in news articles.The following image shows the impact of a bombing operation 'Project Fox' by USA against Iraq and analysis of that bombing w.r.t. words referenced in news articles during that period using vanilla model and smoothing of frames(vertical line in the image).
\begin{figure}[ht!]
\centering
\includegraphics[width=90mm]{image.jpg}
\caption{USA to Iraq dyad model,smoothed frames and vanilla model,image}
\label{overflow}
\end{figure}
\pagebreak
\section{Future Work}
The work can be carried onto next stage by finding patterns from news records and predicting possible future extensions to them.For ex:Say,two countries have been deliberating over nuclear deal topic for some time now.The event occurs frequently with top leaders of the countries in frequent dialogue.Suddenly,a third nation pair start discussing over the topic.This can give a future insight onto a possible conflict in the international arena.Similarly,repeated warnings of attack by a country can also be used as a indicator of tension between the source(S above) and allies of receiver(R above) party.The work can be extended by including in more corpus data,perhaps some indicators from local news will be of help as they will help understand the mindset of people inside the involved countries.Same argument holds for local leaders,industries,bureaucrats,etc.This form of unsupervised semantic parsing and relation learning will help in understanding sociopolitical context and political behaviour.

\\ \large Review done by : Arpit Jain(10145)
}
}
