+ All Categories
Home > Education > Recipes for PhD

Recipes for PhD

Date post: 19-Aug-2014
Category:
Upload: milad-shokouhi
View: 7,223 times
Download: 1 times
Share this document with a friend
Description:
A set of tips for PhD students, particularly those that work on computer science and information retrieval.
Popular Tags:
69
Recipes for PhD Milad Shokouhi
Transcript
Page 1: Recipes for PhD

Recipes for PhDMilad Shokouhi

Page 2: Recipes for PhD

About your Chef

• Undergraduate at Bu-Ali Sina university Iran (top 10 uni, but not top 5)

• PhD at RMIT Australia (2.5 years)

• Senior Applied Researcher at Microsoft (Bing & MSRC)

• Honorary Lecturer at University of Glasgow

@invertedindex

Page 3: Recipes for PhD

Let’s Cook!

Page 4: Recipes for PhD

Hello WorldWhy, What, Where, When & How?

Page 5: Recipes for PhD

http://qsiu.dev.qs.com/wp-content/uploads/2013/07/graduate_bars.png

Why?

Do you like research?

What do you want to do in future?

Do you care a lot about $$?

Page 6: Recipes for PhD

What?

What do you like?

What does future look like?

What undergraduate subjects did you well on?

Page 7: Recipes for PhD

Where?

Which universities do related research?

Rankings are good proxy but may lie

Faculty ranking matters more than university ranking

Advisor is more important than both

Duration, visa requirements and work permits

Page 8: Recipes for PhD

When?

In Australia, Autumn starts in March

Deadlines for applications, scholarships, IELTS, etc.

Page 9: Recipes for PhD

How?

• Make your own timetable.

• Study for tests.

• Apply.

Page 10: Recipes for PhD

Build up your research profileCV, recommendation letters, getting in touch

Page 11: Recipes for PhD

You are awesome, but no one’s perfect!

Page 12: Recipes for PhD

Believe in yourself…

Work hard on your weaknesses.

Turn them into your strengths.

Follow footsteps of others.

Not a great GPA? Do great on your Masters project, get a paper out of it.

Page 13: Recipes for PhD

…and others will start having believing in you!

Get recommendation letters

You are not famous – yet

Your Masters advisor may be

You must be good if recommended by someone good.

Page 14: Recipes for PhD

Get in touch• Dear Professor, Dear Sir/Madam

• Explain your previous research

• Explain why you have reached out this particular person/group.

• Professors get many emails like this. Differentiate and show that you care.

Page 15: Recipes for PhD

Check box

http://whyitdemos.com/eduabroad1/wp-content/uploads/2013/06/scholarships.jpg

Target universities identified.

Entry tests.

Recommendation letters.

CVs and publications.

Letter to potential future supervisors.

Page 16: Recipes for PhD

AppetizerCongratulations! You are now a PhD student. Early year(s)…

Page 17: Recipes for PhD

Everything’s great, now let’s change the world!

Well,… except that, you probably won’t!

Page 18: Recipes for PhD

Your PhD project

• Pick something that your advisor cares about.

• Pick something that you like.

• Pick an area which is not too mature.

• Pick an area which is not too immature.

• Pick an area which is trendy.• Too trendy: high competition

• Not trendy: less impact and recognition.

• Pick something that you can do.

Page 19: Recipes for PhD

Your advisor

• Pick an advisor which is well-known in the field.

• Junior advisors may spend more time with you but may lack experience.

• Senior advisors may be “too busy”.

• Look how successful their previous students are.

• Get feedback from their current students.

• Learn about their supervision style.

Page 20: Recipes for PhD

PhD probability density function

• Before the peak:• Lots of reading

• Lots of failing experiments

• At the peak: • You know your area first paper

• After the peak: • lots of writing

Time (#years, #semesters)

Rea

din

g, C

on

fusi

on

& S

tres

s

Thesis/Funding deadline

Page 21: Recipes for PhD

PhD Cumulative density function

• You need to start early.

• Don’t waste time in early years.

• At the end of your PhD you’ll have so many ideas• Save some time for writing them!

Thesis/Funding deadline

Time (#years, #semesters)

#pap

ers,

Su

cces

s

Page 22: Recipes for PhD

To get to the peak earlier

• Read

• Read

• Read

• Read

• Read

• Read

• Read

Page 23: Recipes for PhD

Read…

• Identify the top conferences and journals in your field and read as many papers as you can.

• Identify the top authors in your field and read their papers.

• Follow the citation graph and read the related papers.

• Summarize each paper you read in a few sentences.

• Read critically.

Page 24: Recipes for PhD

Do … take part in regular paper reading groups, or start your own. Its often much easier to ask stupid questions when you’re in a forum run just by students

Filip Radlinski@firadl

Page 25: Recipes for PhD

if you are targeting a publication in venue X, read lots of papers from venue X. There is probably a formula, or at least a set of community expectations. They might not be helpful, in various ways, but you should at least know what they are.

Paul Thomas@pt_ir

Page 26: Recipes for PhD

Main dishGet your hands dirty with experiments

Page 27: Recipes for PhD

Your PhD shelf

• Latex

• Vim, emacs, MS Word

• R, Matlab

• Scripting languages

• IR toolkits: Lemur, Indri, Zettair, Terrier etc.

• Data• TREC

• Query logs

• Tweets, blogs etc.

Page 28: Recipes for PhD

Bash Scripts Are Your Friend!

• Same pipeline with different parameters and on different datasets.

• Run experiment, compute stat tests, generate plots and latex tables.

Page 29: Recipes for PhD

Baselines

• Identify the state-of-the-art baselines.

• Implement them and make sure that your results are consistent with published work• If not, you have to understand why. • Contact the authors if needed.

• Be fair to your baselines:• Implement them as carefully as you do your own work.• Train and tune them with the same data and features

when possible.

Page 30: Recipes for PhD

Developing your ideas

• Start with easy and incremental ones.

• Look into the raw data and to find patterns.

• Run oracle experiments.

• Run tons of experiments.

• Use source control tools.

• Build new testbeds and release them.

Page 31: Recipes for PhD

Don’t shy away from coding.Get stuck in and make a prototype.Look to theory to provide an underpinning for your research, and consider how the empirical research you are doing fits into this bigger picture

Leif Azzopardi@leifos

Page 32: Recipes for PhD

Dealing with research problems is like doing a puzzle. Not only you have to focus on individual pieces, but you also need to keep the big picture in mind.

Maarten de Rijke@mdr

Page 33: Recipes for PhD

Get feedback

• Talk to as many people as possible about your work.

• Learn how others tackle their problems and compare with yourself.

• You should be able to explain your work to a non-technical person.

• You should be able to convince experts about your work.

Page 34: Recipes for PhD

Don’t give up soon, but fail early

• Things usually don’t work when tried first.

• Go deeper, ask for help and debug.

• Be flexible. If something’s not working & is unlikely to work,• Then move on.

• Don’t spend too much time on it, no matter how much you’ve already spent.

Page 35: Recipes for PhD

Back it up!

Page 36: Recipes for PhD

Hatch OutPapers & Presentations

Page 37: Recipes for PhD

Be organized & Plan ahead

Page 38: Recipes for PhD

Time to publish

• Start early. If you don’t have a paper, write a poster.

• Doctoral consortiums are great for getting early feedback.

• Collaborate with other – more experienced – students.

• Don’t focus on a single conference only.

• Don’t rush it too much.• Don’t submit half-baked papers due to time pressure.

• Sometimes it’s worth waiting for a better conference.

Page 39: Recipes for PhD

Proof read your work

• Spelling mistakes are unacceptable.

• Going beyond the page limit is unacceptable.

• Mathematical mistakes in formulas are unacceptable.

• Misrepresenting previous work is unacceptable and unethical.

Page 40: Recipes for PhD

Choosing the right title

• Descriptive: not too short, not too long.

• The reader should be able to guess from title what your work is about.

• Avoid boring titles.

Page 41: Recipes for PhD

Abstract

• First part motivation

• Second part contribution

• Third part summary of the results

• Anyone should be able to describe your work based on abstract without having to read the whole paper.

Page 42: Recipes for PhD

Introduction

• Opening paragraphs set the tone.

• Avoid cliché.

• Clearly describe the motivation behind your work.

• What is your signature dish?

• Back it up with examples and screen shots when possible.

• Describe what the reader should expect to find in remaining sections.

Page 43: Recipes for PhD

Related work

• Be comprehensive.

• Group them based on topics.

• Don’t be vague.

• Provide more details for more relevant papers.

• Be clear about their differences compared to your work.

• Avoid self-citation unless really necessary.• Refer to your previous work in third person.

Page 44: Recipes for PhD

Writing style

• Be consistent• British vs. American

spelling

• Capitalization

• Tables, Figures, Captions and notations

• Be formal• Don’t use “I”.

• Don’t use “don’t”! • Don’t use

exclamation mark!!

• Be efficient, do not rant, do not ramble.

• Define the acronyms before using them.

Page 45: Recipes for PhD

Tables & figures

• Follow the same style.

• Usually, captions are above tables and below figures.

• Avoid short captions. Ideally, the text in the caption should be enough for the reader to understand the figure (or table).

• Legends, axes and labels should be easily readable.

• Plots should still be clear on a black and white print.

• Do you need error bars or statistical significance tests?

Page 46: Recipes for PhD

Results

• When possible report results on publically available datasets

• Explain the features clearly.

• Explain which features were most effective.

• Failure analysis is key, don’t just report numbers.

• Compare with state-of-the-art.

Page 47: Recipes for PhD

Acknowledge whoever has helped

• Leif Azzopardi• Peter Bailey (check his SIGIR tips on twitter)

• Bodo Billerbeck• Nick Craswell• Maarten de Rijke

• Vanessa Murdock• Kira Radinsky• Filip Radlinski

• Paul Thomas

• Vishwa Vinay• Justin Zobel (check his book on “writing for computer science”).

I’m grateful to the following Chefs in alphabetical order,

Page 48: Recipes for PhD

Get your paper proof-read by others

• If something’s confusing for proof-readers it could be confusing for reviewers too.

• Your first papers will come back with lots of comments.• Don’t worry, you’re not the only one.

• It gets better as you write more.

Page 49: Recipes for PhD

Don’t leave things to last minute

• Plan in advance.

• Get the first draft ready & iterate.

Page 50: Recipes for PhD

It probably will be last minute anyway…

• Some things will be out of your control.

• You may not get so much sleep for a few days – be prepared.

• Set your clocks to Samoan time!

Page 51: Recipes for PhD
Page 52: Recipes for PhD

http://www.hdwallpaperstock.in/walls/exotic_beach_accessories-wide.jpg

Relax!

Page 53: Recipes for PhD

You’re not done yet…

• You’re expected to address the issues raised by the reviewers.

• Take the feedback seriously but not personally. • Appreciate them and improve your work.

• In cases where you have to address them in a letter:• Make sure you have understood the points & be polite.

Page 54: Recipes for PhD

PresentationWell-presented food tastes better

Page 55: Recipes for PhD

Presenting your work

• Get inspired by watching great speakers.

• Wear comfortable but not too informal.

• Practice your talk but not memorize it.

• Don’t read from your notes.

• Open with interesting slides.

• “Outline slides” are often boring.

phdcomics.com

Page 56: Recipes for PhD

Presenting your work (cont’d)

• Dense slides are confusing.

• Minimize text, equations and animations

• Speak clearly and don’t rush your words.

• Make sure people at the back can see and hear you.

• Don’t skip too much.

• Finish on time.

• Thank the audience.

Page 57: Recipes for PhD

Handling questions

• Don’t panic.

• You know your work better than anyone else.

• Don’t get angry and don’t take it personally.

• Make sure you understood the question.

• Don’t get into long arguments.

• Have the courage to admit mistakes and shortcomings.

Page 58: Recipes for PhD

Life outside the kitchenInternships, guest visits

Page 59: Recipes for PhD

www.theinternshipmovie.com/

• Learn more about industry research.

• Experience a competitive job interview.

• Work on something different.

• Meet and work with new people.

Page 60: Recipes for PhD

Collaborate like crazy, and broaden your academic network: Discover if there are opportunities to spend part of your PhD in another university, working with another research group. There may be funding or scholarships, plus it’s a great way to see the world and experience life in a different environment

Peter Bailey@peter_r_bailey

Page 61: Recipes for PhD

Get a life!

• PhD is not your life.

• “Healthy brain lives in a healthy body” – Persian idiom

• Regularly take some time off to do something else.

• If you ignore people around you, they’ll start doing the same after a while.

Page 62: Recipes for PhD

Frustration

• We’ve all been there…

• Remember, “If we knew what we were doing it wouldn’t be called research” – (Albert Einstein)

Photo suggested by Leif Azzopardi

• Consult with others.

• Ignore negative comments about slow progress.

• Don’t panic if others have published more.• You can’t compare fields.

• Quantity does not matter.

Page 63: Recipes for PhD

When stuck on an experiment try writing it up – this will be needed for publication anyway (even though it may be only an early draft), but it might make it much more clearly to you what you are trying to do, and what the way forward is; it also allows you to more clearly communicate your work to others and may facilitate feedback from others.

Bodo Billerbeck@bodobop

Page 64: Recipes for PhD

Take charge

• Look, let’s be very clear:• It’s your PhD

• It’s your life

• … and your advisor does not care as much as you think about you!

Page 65: Recipes for PhD

DessertWriting up your thesis

Page 66: Recipes for PhD

Writing your thesis

• Start writing early, otherwise• It gets harder, and you may forget/lose things.

• Resist running more experiments unless really essential.

• Get multiple people proof read & iterate.

• Proof read reversely at least once starting from the last chapter.

Page 67: Recipes for PhD

Enough is Enough!

• Don’t be a perfectionist.

• If you really miss it you can always do a post-doc.

• Don’t forget that:• You are getting older.

• There’s more to learn – $and to earn$ – out there.

Page 68: Recipes for PhD

The PhD is not the greatest work of your life – it is a proof of concept that you are capable of doing a project of that scale mostly by yourself, so that when you leave school and are working in a team of people, it is clear that you will have a contribution. The important part is to complete it and move on without delay, to get to more interesting work. (From Bruce Croft.)

Vanessa Murdock@vanessa_murdock

Page 69: Recipes for PhD

Thank You, Good Luck,

& Bon Appétit…


Recommended