query
stringlengths
24
325
positive
stringlengths
1
580
negative
stringlengths
1
580
Identify by conference full name all papers in which a journal was not published but a conference.
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
journal "Concepts in Magnetic Resonance Part A" refers to FullName = 'Concepts in Magnetic Resonance Part A'; in 2018 refers to Year = 2018
Identify by conference full name all papers in which a journal was not published but a conference.
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
paper refers to paper.Id; paper with the most authors refers to MAX(PaperAuthor.PaperId)
Identify by conference full name all papers in which a journal was not published but a conference.
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
'ICCI' is the ShortName of conference; URL refer to HomePage
Identify by conference full name all papers in which a journal was not published but a conference.
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
published between 2000 and 2005 refers to Year BETWEEN 2000 AND 2005; include the topic optical properties refers to Keyword LIKE '%optical properties%'
Identify by conference full name all papers in which a journal was not published but a conference.
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
"University of Oulu" is the Affiliation Organization
Identify by conference full name all papers in which a journal was not published but a conference.
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
full name includes the word Workshop refers to FullName LIKE '%Workshop%'
Identify by conference full name all papers in which a journal was not published but a conference.
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
'Increasing the Concurrency in Estelle' is the Title of the paper; home page of the conference refers to HomePage;
Identify by conference full name all papers in which a journal was not published but a conference.
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
Identify by conference full name all papers in which a journal was not published but a conference.
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
Year = 0 means this paper is preprint, or not published
Identify by conference full name all papers in which a journal was not published but a conference.
journal was not published but a conference refers to ConferenceId ! = 0 And JournalId = 0 Year ! = 0
from the 60’s refer to Year 1960 BETWEEN 1970
What percentage of papers were preprinted after the year 2000?
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
"IWC" is the ShortName of journal;  '2000' and '2010' are Year;  Difference = Subtract(Count(Paper.Id(Year = 2000)), Count(Paper.Id(Year = 2010)))
What percentage of papers were preprinted after the year 2000?
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
"International Symposium of Robotics Research" is the FullName of conference;
What percentage of papers were preprinted after the year 2000?
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
authors refers to AuthorId; 'An Improved Active Suspension Model for Attitude Control of Electric Vehicles' is the Title of a paper; A paper can have more than one author. Co-authorship can be derived from (paper ID, author ID) pair.
What percentage of papers were preprinted after the year 2000?
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
"FIBER: A Generalized Framework for Auto-tuning Software" is the Title of paper; affiliated refers to Affiliation;  University of Tokyo is the affiliation organization
What percentage of papers were preprinted after the year 2000?
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
published in the World Computer Congress refers to FullName = 'World Computer Congress'; average refers to DIVIDE(COUNT(FullName = 'World Computer Congress'), COUNT(Id))
What percentage of papers were preprinted after the year 2000?
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
paper titled 'Particle identification using the time-over-threshold method in the ATLAS Transition Radiation Tracker' refers to Title = 'Particle identification using the time-over-threshold method in the ATLAS Transition Radiation Tracker'
What percentage of papers were preprinted after the year 2000?
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
articles that are preprinted but not published refers to Year = 0
What percentage of papers were preprinted after the year 2000?
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
topic is Sustainability refers to Keyword = 'Sustainability'
What percentage of papers were preprinted after the year 2000?
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
full name includes the word Workshop refers to FullName LIKE '%Workshop%'
What percentage of papers were preprinted after the year 2000?
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
author ID of under 100 refers to AuthorId < 100; 'Zurich, ETH' is the Affiliation
List the title of papers with a conference ID from 160 to 170, include their conference short name.
conference ID from 160 to 170 refers to ConferenceId BETWEEN 160 AND 170
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
List the title of papers with a conference ID from 160 to 170, include their conference short name.
conference ID from 160 to 170 refers to ConferenceId BETWEEN 160 AND 170
paper refers to paper.Id; paper with the most authors refers to MAX(PaperAuthor.PaperId)
List the title of papers with a conference ID from 160 to 170, include their conference short name.
conference ID from 160 to 170 refers to ConferenceId BETWEEN 160 AND 170
journal "Iet Software/iee Proceedings - Software" refers to FullName = 'Iet Software/iee Proceedings - Software'; papers refers to COUNT(JournalId)
List the title of papers with a conference ID from 160 to 170, include their conference short name.
conference ID from 160 to 170 refers to ConferenceId BETWEEN 160 AND 170
"MICRO" is the ShortName of conference; in 1971 to 1980 refers to Year BETWEEN '1971' AND '1980'; in 1991 to 2000 refers to Year BETWEEN '1991' AND '2000': Average needed paper = Subtract (Count(PaperId(Year BETWEEN '1991' AND '2000')), Count(PaperId(Year BETWEEN '1971' AND '1980')))/10
List the title of papers with a conference ID from 160 to 170, include their conference short name.
conference ID from 160 to 170 refers to ConferenceId BETWEEN 160 AND 170
'Modeling Identification and Control' is the FullName of the journal; 1994 refers to Year = '1994'; if the year is "0", it means this paper is preprint, or not published
List the title of papers with a conference ID from 160 to 170, include their conference short name.
conference ID from 160 to 170 refers to ConferenceId BETWEEN 160 AND 170
papers that are either preprinted or unpublished along refers to Year = 0
List the title of papers with a conference ID from 160 to 170, include their conference short name.
conference ID from 160 to 170 refers to ConferenceId BETWEEN 160 AND 170
Mark A. Musen refer to Author.Name;
List the title of papers with a conference ID from 160 to 170, include their conference short name.
conference ID from 160 to 170 refers to ConferenceId BETWEEN 160 AND 170
"Cases Journal" and "Molecular Brain" are FullName of journal; more paper in percentage = Subtract(Count(Id(FullName = 'Cases Journal')), Count(Id(FullName = 'Molecular Brain')))/ Count(Id(FullNmae = 'Molecular Brain')) * 100
List the title of papers with a conference ID from 160 to 170, include their conference short name.
conference ID from 160 to 170 refers to ConferenceId BETWEEN 160 AND 170
'Academic Medicine' is the FullName of journal; between 2005 and 2010 refer to Year 2005 BETWEEN 2010
List the title of papers with a conference ID from 160 to 170, include their conference short name.
conference ID from 160 to 170 refers to ConferenceId BETWEEN 160 AND 170
A Case of Unilateral Ashy Dermatosis refer to Title
Who are the authors of the paper "Determination of Planetary Meteorology from Aerobot Flight Sensors"?
'Determination of Planetary Meteorology from Aerobot Flight Sensors' refer to title of the paper
'University of Illinois Chicago' is an affiliation
Who are the authors of the paper "Determination of Planetary Meteorology from Aerobot Flight Sensors"?
'Determination of Planetary Meteorology from Aerobot Flight Sensors' refer to title of the paper
NASA Langley Research Center is the Affiliation
Who are the authors of the paper "Determination of Planetary Meteorology from Aerobot Flight Sensors"?
'Determination of Planetary Meteorology from Aerobot Flight Sensors' refer to title of the paper
in 2000 to 2005 refers to Year BETWEEN 2000 AND 2005; a word "social" in its title refers to Title = '%SOCIAL%'
Who are the authors of the paper "Determination of Planetary Meteorology from Aerobot Flight Sensors"?
'Determination of Planetary Meteorology from Aerobot Flight Sensors' refer to title of the paper
do not have a website refers to HomePage = ''
Who are the authors of the paper "Determination of Planetary Meteorology from Aerobot Flight Sensors"?
'Determination of Planetary Meteorology from Aerobot Flight Sensors' refer to title of the paper
"Molecular Brain" is the FullName of journal; year from 2008 to 2011 refers to Year BETWEEN 2008 AND 2011; average = Divide (Count(Id),4)
Who are the authors of the paper "Determination of Planetary Meteorology from Aerobot Flight Sensors"?
'Determination of Planetary Meteorology from Aerobot Flight Sensors' refer to title of the paper
written by Andrew Cain refers to Name = 'Andrew Cain'
Who are the authors of the paper "Determination of Planetary Meteorology from Aerobot Flight Sensors"?
'Determination of Planetary Meteorology from Aerobot Flight Sensors' refer to title of the paper
Shueh-Lin Yau is the name of author;
Who are the authors of the paper "Determination of Planetary Meteorology from Aerobot Flight Sensors"?
'Determination of Planetary Meteorology from Aerobot Flight Sensors' refer to title of the paper
journal "Concepts in Magnetic Resonance Part A" refers to FullName = 'Concepts in Magnetic Resonance Part A'; in 2018 refers to Year = 2018
Who are the authors of the paper "Determination of Planetary Meteorology from Aerobot Flight Sensors"?
'Determination of Planetary Meteorology from Aerobot Flight Sensors' refer to title of the paper
Ibm Journal of Research and Development refer to FullName 'Ibm Journal of Research and Development' is the full name of paper
Who are the authors of the paper "Determination of Planetary Meteorology from Aerobot Flight Sensors"?
'Determination of Planetary Meteorology from Aerobot Flight Sensors' refer to title of the paper
'Mathematics of Program Construction' is the FullName of conference
What is the url of the journal in which the paper "Area Effects in Cepaea" was published?
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
years 1990 and 2000 refers to Year BETWEEN '1990' AND '2000'; papers refers to COUNT(id)
What is the url of the journal in which the paper "Area Effects in Cepaea" was published?
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
'Howard F. Lipson' is the name of author
What is the url of the journal in which the paper "Area Effects in Cepaea" was published?
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
"FIBER: A Generalized Framework for Auto-tuning Software" is the Title of paper; affiliated refers to Affiliation;  University of Tokyo is the affiliation organization
What is the url of the journal in which the paper "Area Effects in Cepaea" was published?
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
authors refers to AuthorId; 'An Improved Active Suspension Model for Attitude Control of Electric Vehicles' is the Title of a paper; A paper can have more than one author. Co-authorship can be derived from (paper ID, author ID) pair.
What is the url of the journal in which the paper "Area Effects in Cepaea" was published?
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
topic is Sustainability refers to Keyword = 'Sustainability'
What is the url of the journal in which the paper "Area Effects in Cepaea" was published?
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
year = 0 means this paper is preprint; John Van Reenen is the author's name; papers refers to paper.Id; calculation = DIVIDE(SUM(paper.Id where Name = 'John Van Reenen' AND ConferenceID = 0 AND  JournalId = 0), SUM(paper.Id where Name = 'John Van Reenen'))
What is the url of the journal in which the paper "Area Effects in Cepaea" was published?
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
'Academic Medicine' is the FullName of journal; between 2005 and 2010 refer to Year 2005 BETWEEN 2010
What is the url of the journal in which the paper "Area Effects in Cepaea" was published?
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
published in the World Computer Congress refers to FullName = 'World Computer Congress'; average refers to DIVIDE(COUNT(FullName = 'World Computer Congress'), COUNT(Id))
What is the url of the journal in which the paper "Area Effects in Cepaea" was published?
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
'Increasing the Concurrency in Estelle' is the Title of the paper; home page of the conference refers to HomePage;
What is the url of the journal in which the paper "Area Effects in Cepaea" was published?
url refers to HomePage; 'Area Effects in Cepaea' is the Title of paper
Ibm Journal of Research and Development refer to FullName 'Ibm Journal of Research and Development' is the full name of paper
Among the papers with conference ID of 0, list down the authors of papers with a journal ID less than 100.
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
don't have short name refers to ShortName is NULL OR ShortName = ''
Among the papers with conference ID of 0, list down the authors of papers with a journal ID less than 100.
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
after the year 2000 refers to Year > 2000; preprinted refers to ConferenceId = 0 AND JournalId = 0; percentage refers to DIVIDE(COUNT(ConferenceId = 0 AND JournalId = 0 AND Year > 2000), COUNT(Id))
Among the papers with conference ID of 0, list down the authors of papers with a journal ID less than 100.
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
in 2011 refers to Year = 2011; 'Mol Brain' is the ShortName of journal
Among the papers with conference ID of 0, list down the authors of papers with a journal ID less than 100.
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
'2004 YD5' is the title of paper
Among the papers with conference ID of 0, list down the authors of papers with a journal ID less than 100.
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
Papers refers to Paper.Id; ECSQARU is the ShortName of the conference; 2003 refers to Year = '2003'
Among the papers with conference ID of 0, list down the authors of papers with a journal ID less than 100.
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
journal "Iet Software/iee Proceedings - Software" refers to FullName = 'Iet Software/iee Proceedings - Software'; papers refers to COUNT(JournalId)
Among the papers with conference ID of 0, list down the authors of papers with a journal ID less than 100.
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
full name includes the word Workshop refers to FullName LIKE '%Workshop%'
Among the papers with conference ID of 0, list down the authors of papers with a journal ID less than 100.
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
Published in 2008 refer to Year = 2008
Among the papers with conference ID of 0, list down the authors of papers with a journal ID less than 100.
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
Id of 187 refers to ConferenceId = 187; during 1990 to 2000 refers to Year BETWEEN 1990 and 2000; total number of conference refers to Count(ConferenceId = 187)
Among the papers with conference ID of 0, list down the authors of papers with a journal ID less than 100.
Conference ID of 0 refers to ConferenceId = 0; journal ID of less than 100 refers to JournalId < 100
papers that Jundu has written refers to Name LIKE '%Jun du%'
How many authors is affiliated to the organization "Otterbein University"?
Otterbein University is an Affiliation
about Charged particle multiplicity refers to Title which contains 'Charged particle multiplicity'; affiliated with INFN refers to Affiliation LIKE '%INFN%' ; percentage refers to DIVIDE(COUNT(Affiliation LIKE '%INFN%' ), COUNT(AuthorId)) * 100%
How many authors is affiliated to the organization "Otterbein University"?
Otterbein University is an Affiliation
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
How many authors is affiliated to the organization "Otterbein University"?
Otterbein University is an Affiliation
conference ID from 160 to 170 refers to ConferenceId BETWEEN 160 AND 170
How many authors is affiliated to the organization "Otterbein University"?
Otterbein University is an Affiliation
'Academic Medicine' is the FullName of journal; between 2005 and 2010 refer to Year 2005 BETWEEN 2010
How many authors is affiliated to the organization "Otterbein University"?
Otterbein University is an Affiliation
journal "Concepts in Magnetic Resonance Part A" refers to FullName = 'Concepts in Magnetic Resonance Part A'; in 2018 refers to Year = 2018
How many authors is affiliated to the organization "Otterbein University"?
Otterbein University is an Affiliation
do not have a website refers to HomePage = ''
How many authors is affiliated to the organization "Otterbein University"?
Otterbein University is an Affiliation
paper ID of 15 refers to PaperId = 15
How many authors is affiliated to the organization "Otterbein University"?
Otterbein University is an Affiliation
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
How many authors is affiliated to the organization "Otterbein University"?
Otterbein University is an Affiliation
Papers refers to Paper.Id; short name of the conference refers to Conference.ShortName
How many authors is affiliated to the organization "Otterbein University"?
Otterbein University is an Affiliation
published in 2009 refers to Year = 2009
What was the topic of the article "A Formal Approach to Service Component Architecture" and when was it published?
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
What was the topic of the article "A Formal Approach to Service Component Architecture" and when was it published?
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
conference ID from 160 to 170 refers to ConferenceId BETWEEN 160 AND 170
What was the topic of the article "A Formal Approach to Service Component Architecture" and when was it published?
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
do not have a website refers to HomePage = ''
What was the topic of the article "A Formal Approach to Service Component Architecture" and when was it published?
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
paper refers to paper.Id; paper with the most authors refers to MAX(PaperAuthor.PaperId)
What was the topic of the article "A Formal Approach to Service Component Architecture" and when was it published?
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
'Zuliang Du' is the name of paper author; latest publication refers to MAX(Year)
What was the topic of the article "A Formal Approach to Service Component Architecture" and when was it published?
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
all the international conferences on artificial intelligence refers to FullName LIKE 'International Conference on Artificial Intelligence%'
What was the topic of the article "A Formal Approach to Service Component Architecture" and when was it published?
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
affiliated with Birkbeck University of London refers to Affiliation = 'Birkbeck University of London'
What was the topic of the article "A Formal Approach to Service Component Architecture" and when was it published?
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
Year = 0 means this paper is preprint, or not published
What was the topic of the article "A Formal Approach to Service Component Architecture" and when was it published?
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
papers of Jean-luc Hainaut refers to Name = 'Jean-luc Hainaut'
What was the topic of the article "A Formal Approach to Service Component Architecture" and when was it published?
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
'Joe Lograsso' is name of paper author
Among the author included in the paper of "Inspection resistant memory: Architectural support for security from physical examination", write down the author name and ID who were affiliated with Microsoft Research, USA.
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
authors refers to AuthorId; 'An Improved Active Suspension Model for Attitude Control of Electric Vehicles' is the Title of a paper; A paper can have more than one author. Co-authorship can be derived from (paper ID, author ID) pair.
Among the author included in the paper of "Inspection resistant memory: Architectural support for security from physical examination", write down the author name and ID who were affiliated with Microsoft Research, USA.
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
affiliated with the University of Oxford refers to Affiliation = 'University of Oxford'
Among the author included in the paper of "Inspection resistant memory: Architectural support for security from physical examination", write down the author name and ID who were affiliated with Microsoft Research, USA.
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
"FIBER: A Generalized Framework for Auto-tuning Software" is the Title of paper; affiliated refers to Affiliation;  University of Tokyo is the affiliation organization
Among the author included in the paper of "Inspection resistant memory: Architectural support for security from physical examination", write down the author name and ID who were affiliated with Microsoft Research, USA.
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
"Area Effects in Cepaea" is the title of paper
Among the author included in the paper of "Inspection resistant memory: Architectural support for security from physical examination", write down the author name and ID who were affiliated with Microsoft Research, USA.
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
published in 2009 refers to Year = 2009
Among the author included in the paper of "Inspection resistant memory: Architectural support for security from physical examination", write down the author name and ID who were affiliated with Microsoft Research, USA.
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
papers that are either preprinted or unpublished along refers to Year = 0
Among the author included in the paper of "Inspection resistant memory: Architectural support for security from physical examination", write down the author name and ID who were affiliated with Microsoft Research, USA.
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
published in 1995 refers to Year = 1995; 'Thomas Wiegand' is the name of author
Among the author included in the paper of "Inspection resistant memory: Architectural support for security from physical examination", write down the author name and ID who were affiliated with Microsoft Research, USA.
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
Year = 0 means this paper is preprint, or not published
Among the author included in the paper of "Inspection resistant memory: Architectural support for security from physical examination", write down the author name and ID who were affiliated with Microsoft Research, USA.
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
published in the World Computer Congress refers to FullName = 'World Computer Congress'; average refers to DIVIDE(COUNT(FullName = 'World Computer Congress'), COUNT(Id))
Among the author included in the paper of "Inspection resistant memory: Architectural support for security from physical examination", write down the author name and ID who were affiliated with Microsoft Research, USA.
"Inspection resistant memory: Architectural support for security from physical examination" is the title of paper;  'Microsoft Research, USA' is the Affiliation
'Extended Fuzzy Regression Models' is the title of paper; full name of the conference refers to FullName
How many authors have written paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: "?
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
papers that are either preprinted or unpublished along refers to Year = 0
How many authors have written paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: "?
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
all the international conferences on artificial intelligence refers to FullName LIKE 'International Conference on Artificial Intelligence%'
How many authors have written paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: "?
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
article "A Formal Approach to Service Component Architecture" refers to Title = 'A Formal Approach to Service Component Architecture'; topic of the article refers to Keyword
How many authors have written paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: "?
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
"Energy-efficiency bounds for noise-tolerant dynamic circuits" is the Title of paper
How many authors have written paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: "?
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
author ID of under 100 refers to AuthorId < 100; 'Zurich, ETH' is the Affiliation
How many authors have written paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: "?
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
paper "Multiple paternity in a natural population of a salamander with long-term sperm storage" refers to Title = 'Multiple paternity in a natural population of a salamander with long-term sperm storage'
How many authors have written paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: "?
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
years 1990 and 2000 refers to Year BETWEEN '1990' AND '2000'; papers refers to COUNT(id)
How many authors have written paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: "?
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
affiliated with the University of Oxford refers to Affiliation = 'University of Oxford'
How many authors have written paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: "?
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
'Determination of Planetary Meteorology from Aerobot Flight Sensors' refer to title of the paper
How many authors have written paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: "?
paper "145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT: " refers to Title like'%145 GROWTH HORMONE RECEPTORS AND THE ONSET OF HYPERINSULINEMIA IN THE OBESE ZUCKER RAT:%'
Papers refers to Paper.Id; short name of the conference refers to Conference.ShortName