Christos Christodoulopoulos seated at a desk with a computer.
Christos Christodoulopoulos is a senior applied scientist with the Alexa Knowledge team based in Cambridge, UK. In this article, he provides career advice to computational linguistics' graduate students considering whether to pursue a research role in industry.

Can computational linguists find a home in the technology industry?

Alexa senior applied scientist provides career advice to graduate students considering a research role in industry.

Editor’s Note: Christos Christodoulopoulos is a senior applied scientist within the Alexa Knowledge team based in Cambridge, UK. His research focuses on knowledge extraction, knowledge graph question answering and fact verification. Christodoulopoulos joined Amazon in 2016 as a research scientist — his first non-academic position.

His background is in computational linguistics: the study of human language using computational methods. After earning his undergraduate degree in digital systems and technology education, Christodoulopoulos obtained his master’s degree in computational linguistics at the University of Edinburgh, with a thesis on computational models for linguistic phenomena like entailment and polarity.

Christos Christodoulopoulos, senior applied scientist, Alexa Knowledge team, at Cambridge in the UK.
Christos Christodoulopoulos

His doctoral research focused on the underlying structure of syntactic categories across languages and how (or if) they relate to semantic primitives. During his post-doctoral work at the University of Illinois at Urbana-Champaign, Christodoulopoulos worked on computational models of child language acquisition (based on the Syntactic Bootstrapping hypothesis) and machine-learning models for extending semantic role labeling (SRL). In the article below, Christodoulopoulos, who has transitioned from more theoretical research on language to more applied research on knowledge extraction, shares his advice on how young researchers can transition to an industry research position.

A friend who teaches at Cornell recently asked me to share career advice for graduate students who are deciding whether they want to work in industry. He teaches natural language processing and computational linguistics. Some of his students come from a traditional (non-computational) linguistics background and wanted to know whether there are career paths for them within the technology industry. Having not had any industry experience before joining Amazon, I tried to think of advice I wish someone had given me when I first started. Here’s what I shared:

Internships:

Former Amazon interns offer their advice

We asked some recent science interns (and PhD students) what advice they’d give to fellow future interns — here’s what they told us.

  • Pursue more than one internship, if possible. Try different companies or research groups. Find projects that lie just beyond your current research — close enough to hit the ground running and finish within three to six months, but challenging enough that you learn something new.
  • During your internship talk to as many people as possible: start with your interview (I decided to accept my current position after my conversation with two of my panel members), arrange 1:1s with other team members/leaders, attend talks, seminars, reading groups, and other activities that provide a more multi-disciplinary perspective.

Research:

  • Consciously expand your research to other areas, or use other tools than the ones you’re using in your day-to-day research.
  • For writing both academic and industry research papers, try to think about the implications of your work. What will the reader take away? Can they incorporate your findings into their work? ("Our system performs x% better than our competitors" is not a finding) Would your paper/work be relevant in six months, two years, or even five years? At Amazon, we use a working backwards model where we start from a customer need and work our way back to the solution — this gives us the confidence that the problem/end state is important, even if the solution changes.
  • Review research papers for as many conferences as you can. Try to gain a sense of the quality — and breadth —of work in your area. Read other reviewers' comments. See what they spotted and what they missed (or chose not to mention). Be respectful in your comments, but don't shy away from pointing out issues that stand out. Be constructive in your criticism and try to offer counter examples or suggestions for improvements. Try to highlight the positives of the work, focusing on what the community can learn from it. Always include an executive summary for the area chair (they will thank you).
  • Don't confuse tools with ways of thinking about a problem. If I ask you how you would solve sentiment analysis, BERT isn't an answer. Think of the underlying reason why such a technique would work, and try to generalize it. A company will not hire you because you're an expert in a tool/technique — you need to show you can learn a new one when the first one goes out of style (or better yet, develop the new one).
  • Be frugal with your resources. Do you need this amount of computation? This much data? How much effort would it take to transfer to other languages? What can the typological differences between languages tell us about the potential to generalize the model? This is academia's edge over industry.
  • Try to collaborate with other researchers as you pursue your PhD. Learn how to share the workload, but also resources like code and data. Use this opportunity to develop best practices for version control, code commenting, lab notes, and unit testing.

Career:

  • Before starting your PhD journey (or during the first year or so) decide if the academic model of research is for you. Getting a PhD is a long, arduous process (especially in the US) and can be very lonely even within a big research lab — the end state of your studies after all, is to be the sole expert in your (admittedly tiny) research area. If the extreme focus on a tiny sub-area isn't your thing, that’s OK — you can usually convert the first couple of years of your PhD into a master’s. Most research positions require a PhD, even though some companies will hire researchers with master’s degrees.
  • Pursuing a PhD is a long process, but it provides the opportunity to demonstrate what research can be. As my advisor used to say, a PhD is just a "driver's license for research". In retrospect, this was when I had the most time to work on ideas that excited me, and discover as much about my field as I could. Even if your thesis is on a very narrow topic make sure you get a chance to expand your research horizons by collaborating with other students on their projects, or simply during your literature review.
  • As my advisor used to say, a PhD is just a 'driver's license for research'.
    Christos Christodoulopoulos
    Idea-led vs. product-led research: there are a number of industry research groups that operate much more similarly to an academic research lab (where the main output is publications, data sets, and models), whereas others (including Amazon) focus on products/customers. This doesn't mean you won't get to publish — rather that you follow a product-driven, grounded approach instead of an idea-driven one — see our science website for examples. I have come to love working on product-led research for two reasons: first, you have a tangible impact on customers' lives (and you get to brag to your family and friends!); and second, it forces you to deal with the scale and “messiness” of real-world data. For me, this means dealing with language as it is, rather than as I would like it be.
  • Learn good administration practices. Look at how big companies organize their teams and programs (for example, Scrum and Kanban). Learn what makes a good meeting and adopt a meeting code of conduct (ask for an agenda, try to ensure everyone is heard, take notes and share).
  • Be a good teammate and eventually leader. Unfortunately, academics are never taught management skills (people or project), and not everyone is a natural team player or leader. Be aware of your unconscious biases, be self-critical, and earn trust. If you aren’t sure if you should take management courses (I haven't), try to observe how management is done around you, and learn from what works and what doesn't. I have found that Amazon’s list of leadership principles make for excellent day-to-day guidelines (even for non-managers like me).  

Non-computational disciplines:

  • The big technology companies — and a lot of start-ups — are interested in non-computational linguists. The difference is whether the positions offered are research/publications-oriented, or more engineering/analysis focused. At Amazon we have a number of roles like Language Engineer, Language Data Researcher, Data Linguist, Data Associate that consider linguists without computational background as candidates (data handling and scripting skills are required though — see below). You can also meet some of the Amazonians in these positions by visiting the Alexa AI team page, and clicking on Kat, Melanie, or Saumil.
  • Coding in Python is vital, even for non-computational linguists. It's steadily replacing R as the default data analysis language and it's very versatile in that it can be used from hacky scripts all the way to production systems (and of course it's the language of deep nets). Take programming courses and try to participate in Kaggle competitions or other shared challenges in your area. Our recent FEVER challenge is a good example of a standalone competition that requires a big chunk of the standard NLP pipeline

I hope you find this advice of use, and wish that your career journey is as challenging and rewarding as mine has been. As extra homework, I highly recommend reading Chris Manning’s excellent position paper “Computational Linguists and Deep Learning” from the column “Last Words” of the Computational Linguistics Journal. In his article in the same column, my PhD advisor Mark Steedman writes: “Human knowledge is expressed in language. So computational linguistics is very important.”

Related content

US, CA, Palo Alto
We’re working to improve shopping on Amazon using the conversational capabilities of large language models, and are searching for pioneers who are passionate about technology, innovation, and customer experience, and are ready to make a lasting impact on the industry. You'll be working with talented scientists, engineers, and technical program managers (TPM) to innovate on behalf of our customers. If you're fired up about being part of a dynamic, driven team, then this is your moment to join us on this exciting journey!"?
US, CA, Santa Clara
AWS AI/ML is looking for world class scientists and engineers to join its AI Research and Education group working on foundation models, large-scale representation learning, and distributed learning methods and systems. At AWS AI/ML you will invent, implement, and deploy state of the art machine learning algorithms and systems. You will build prototypes and innovate on new representation learning solutions. You will interact closely with our customers and with the academic and research communities. You will be at the heart of a growing and exciting focus area for AWS and work with other acclaimed engineers and world famous scientists. Large-scale foundation models have been the powerhouse in many of the recent advancements in computer vision, natural language processing, automatic speech recognition, recommendation systems, and time series modeling. Developing such models requires not only skillful modeling in individual modalities, but also understanding of how to synergistically combine them, and how to scale the modeling methods to learn with huge models and on large datasets. Join us to work as an integral part of a team that has diverse experiences in this space. We actively work on these areas: * Hardware-informed efficient model architecture, training objective and curriculum design * Distributed training, accelerated optimization methods * Continual learning, multi-task/meta learning * Reasoning, interactive learning, reinforcement learning * Robustness, privacy, model watermarking * Model compression, distillation, pruning, sparsification, quantization About Us Inclusive Team Culture Here at AWS, we embrace our differences. We are committed to furthering our culture of inclusion. We have ten employee-led affinity groups, reaching 40,000 employees in over 190 chapters globally. We have innovative benefit offerings, and host annual and ongoing learning experiences, including our Conversations on Race and Ethnicity (CORE) and AmazeCon (gender diversity) conferences. Amazon’s culture of inclusion is reinforced within our 14 Leadership Principles, which remind team members to seek diverse perspectives, learn and be curious, and earn trust. Work/Life Balance Our team puts a high value on work-life balance. It isn’t about how many hours you spend at home or at work; it’s about the flow you establish that brings energy to both parts of your life. We believe striking the right balance between your personal and professional life is critical to life-long happiness and fulfillment. We offer flexibility in working hours and encourage you to find your own balance between your work and personal lives. Mentorship & Career Growth Our team is dedicated to supporting new members. We have a broad mix of experience levels and tenures, and we’re building an environment that celebrates knowledge sharing and mentorship. Our senior members enjoy one-on-one mentoring and thorough, but kind, code reviews. We care about your career growth and strive to assign projects based on what will help each team member develop into a better-rounded engineer and enable them to take on more complex tasks in the future.
US, WA, Bellevue
We are looking for detail-oriented, organized, and responsible individuals who are eager to learn how to work with large and complicated data sets. Knowledge of econometrics, (Bayesian) time series, macroeconomic, as well as basic familiarity with Matlab, R, or Python is necessary, and experience with SQL would be a plus. These are full-time positions at 40 hours per week, with compensation being awarded on an hourly basis. You will learn how to build data sets and perform applied econometric analysis at Internet speed collaborating with economists, scientists, and product managers. These skills will translate well into writing applied chapters in your dissertation and provide you with work experience that may help you with placement. Roughly 85% of previous cohorts have converted to full time economics employment at Amazon. If you are interested, please send your CV to our mailing list at econ-internship@amazon.com.
US, WA, Seattle
The AWS AI Labs team has a world-leading team of researchers and academics, and we are looking for world-class colleagues to join us and make the AI revolution happen. Our team of scientists have developed the algorithms and models that power AWS computer vision services such as Amazon Rekognition and Amazon Textract. As part of the team, we expect that you will develop innovative solutions to hard problems, and publish your findings at peer reviewed conferences and workshops. AWS is the world-leading provider of cloud services, has fostered the creation and growth of countless new businesses, and is a positive force for good. Our customers bring problems which will give Applied Scientists like you endless opportunities to see your research have a positive and immediate impact in the world. You will have the opportunity to partner with technology and business teams to solve real-world problems, have access to virtually endless data and computational resources, and to world-class engineers and developers that can help bring your ideas into the world. Our research themes include, but are not limited to: few-shot learning, transfer learning, unsupervised and semi-supervised methods, active learning and semi-automated data annotation, large scale image and video detection and recognition, face detection and recognition, OCR and scene text recognition, document understanding, 3D scene and layout understanding, and geometric computer vision. For this role, we are looking for scientist who have experience working in the intersection of vision and language. We are located in Seattle, Pasadena, Palo Alto (USA) and in Haifa and Tel Aviv (Israel).
US, WA, Seattle
Do you want to join an innovative team of scientists who use machine learning to help Amazon provide the best experience to our Selling Partners by automatically understanding and addressing their challenges, needs and opportunities? Do you want to build advanced algorithmic systems that are powered by state-of-art ML, such as Natural Language Processing, Large Language Models, Deep Learning, Computer Vision and Causal Modeling, to seamlessly engage with Sellers? Are you excited by the prospect of analyzing and modeling terabytes of data and creating cutting edge algorithms to solve real world problems? Do you like to build end-to-end business solutions and directly impact the profitability of the company and experience of our customers? Do you like to innovate and simplify? If yes, then you may be a great fit to join the Selling Partner Experience Science team. Key job responsibilities Use statistical and machine learning techniques to create the next generation of the tools that empower Amazon's Selling Partners to succeed. Design, develop and deploy highly innovative models to interact with Sellers and delight them with solutions. Work closely with teams of scientists and software engineers to drive real-time model implementations and deliver novel and highly impactful features. Establish scalable, efficient, automated processes for large scale data analyses, model development, model validation and model implementation. Research and implement novel machine learning and statistical approaches. Lead strategic initiatives to employ the most recent advances in ML in a fast-paced, experimental environment. Drive the vision and roadmap for how ML can continually improve Selling Partner experience. About the team Selling Partner Experience Science (SPeXSci) is a growing team of scientists, engineers and product leaders engaged in the research and development of the next generation of ML-driven technology to empower Amazon's Selling Partners to succeed. We draw from many science domains, from Natural Language Processing to Computer Vision to Optimization to Economics, to create solutions that seamlessly and automatically engage with Sellers, solve their problems, and help them grow. Focused on collaboration, innovation and strategic impact, we work closely with other science and technology teams, product and operations organizations, and with senior leadership, to transform the Selling Partner experience.
US, CA, Cupertino
We're looking for an Applied Scientist to help us secure Amazon's most critical data. In this role, you'll work closely with internal security teams to design and build AR-powered systems that protect our customers' data. You will build on top of existing formal verification tools developed by AWS and develop new methods to apply those tools at scale. You will need to be innovative, entrepreneurial, and adaptable. We move fast, experiment, iterate and then scale quickly, thoughtfully balancing speed and quality. Inclusive Team Culture Here at AWS, we embrace our differences. We are committed to furthering our culture of inclusion. We have ten employee-led affinity groups, reaching 40,000 employees in over 190 chapters globally. We have innovative benefit offerings, and host annual and ongoing learning experiences, including our Conversations on Race and Ethnicity (CORE) and AmazeCon (gender diversity) conferences. Work/Life Balance Our team puts a high value on work-life balance. It isn’t about how many hours you spend at home or at work; it’s about the flow you establish that brings energy to both parts of your life. We believe striking the right balance between your personal and professional life is critical to life-long happiness and fulfillment. We offer flexibility in working hours and encourage you to find your own balance between your work and personal lives. Mentorship & Career Growth Our team is dedicated to supporting new members. We have a broad mix of experience levels and tenures, and we’re building an environment that celebrates knowledge sharing and mentorship. Our senior members enjoy one-on-one mentoring and thorough, but kind, code reviews. We care about your career growth and strive to assign projects based on what will help each team member develop into a better-rounded engineer and enable them to take on more complex tasks in the future. Key job responsibilities Deeply understand AR techniques for analyzing programs and other systems, and keep up with emerging ideas from the research community. Engage with our customers to develop understanding of their needs. Propose and develop solutions that leverage symbolic reasoning services and concepts from programming languages, theorem proving, formal verification and constraint solving. Implement these solutions as services and work with others to deploy them at scale across Payments and Healthcare. Author papers and present your work internally and externally. Train new teammates, mentor others, participate in recruiting and interviewing, and participate in our tactical and strategic planning. About the team Our small team of applied scientists works within a larger security group, supporting thousands of engineers who are developing Amazon's payments and healthcare services. Security is a rich area for automated reasoning. Most other approaches are quite ad-hoc and take a lot of human effort. AR can help us to reason deliberately and systematically, and the dream of provable security is incredibly compelling. We are working to make this happen at scale. We partner closely with our larger security group and with other automated reasoning teams in AWS that develop core reasoning services.
GB, London
Are you excited about applying economic models and methods using large data sets to solve real world business problems? Then join the Economic Decision Science (EDS) team. EDS is an economic science team based in the EU Stores business. The teams goal is to optimize and automate business decision making in the EU business and beyond. An internship at Amazon is an opportunity to work with leading economic researchers on influencing needle-moving business decisions using incomparable datasets and tools. It is an opportunity for PhD students and recent PhD graduates in Economics or related fields. We are looking for detail-oriented, organized, and responsible individuals who are eager to learn how to work with large and complicated data sets. Knowledge of econometrics, as well as basic familiarity with Stata, R, or Python is necessary. Experience with SQL would be a plus. As an Economics Intern, you will be working in a fast-paced, cross-disciplinary team of researchers who are pioneers in the field. You will take on complex problems, and work on solutions that either leverage existing academic and industrial research, or utilize your own out-of-the-box pragmatic thinking. In addition to coming up with novel solutions and prototypes, you may even need to deliver these to production in customer facing products. Roughly 85% of previous intern cohorts have converted to full time economics employment at Amazon.
US, NY, New York
Search Thematic Ad Experience (STAX) team within Sponsored Products is looking for a leader to lead a team of talented applied scientists working on cutting-edge science to innovate on ad experiences for Amazon shoppers!. You will manage a team of scientists, engineers, and PMs to innovate new widgets on Amazon Search page to improve shopper experience using state-of-the-art NLP and computer vision models. You will be leading some industry first experiences that has the potential to revolutionize how shopping looks and feels like on Amazon, and e-commerce marketplaces in general. You will have the opportunity to design the vision on how ad experiences look on Amazon search page, and use the combination of advanced techniques and continuous experimentation to realize this vision. Your work will be core to Amazon’s advertising business. You will be a significant contributor in building the future of sponsored advertising, directly impacting the shopper experience for our hundreds of millions of shoppers worldwide, while delivering significant value for hundreds of thousands of advertisers across the purchase journey with ads on Amazon. Key job responsibilities * Be the technical leader in Machine Learning; lead efforts within the team, and collaborate and influence across the organization. * Be a critic, visionary, and execution leader. Invent and test new product ideas that are powered by science that addresses key product gaps or shopper needs. * Set, plan, and execute on a roadmap that strikes the optimal balance between short term delivery and long term exploration. You will influence what we invest in today and tomorrow. * Evangelize the team’s science innovation within the organization, company, and in key conferences (internal and external). * Be ruthless with prioritization. You will be managing a team which is highly sought after. But not all can be done. Have a deep understanding of the tradeoffs involved and be fierce in prioritizing. * Bring clarity, direction, and guidance to help teams navigate through unsolved problems with the goal to elevate the shopper experience. We work on ambiguous problems and the right approach is often unknown. You will bring your rich experience to help guide the team through these ambiguities, while working with product and engineering in crisply defining the science scope and opportunities. * Have strong product and business acumen to drive both shopper improvements and business outcomes. A day in the life * Lead a multidisciplinary team that embodies “customer obsessed science”: inventing brand new approaches to solve Amazon’s unique problems, and using those inventions in software that affects hundreds of millions of customers * Dive deep into our metrics, ongoing experiments to understand how and why they are benefitting our shoppers (or not) * Design, prototype and validate new widgets, techniques, and ideas. Take end-to-end ownership of moving from prototype to final implementation. * Be an advocate and expert for STAX science to leaders and stakeholders inside and outside advertising. About the team We are the Search thematic ads experience team within Sponsored products - a fast growing team of customer-obsessed engineers, technologists, product leaders, and scientists. We are focused on continuous exploration of contexts and creatives to drive value for both our customers and advertisers, through continuous innovation. We focus on new ads experiences globally to help shoppers make the most informed purchase decision while helping shortcut the time to discovery that shoppers are highly likely to engage with. We also harvest rich contextual and behavioral signals that are used to optimize our backend models to continually improve the shopper experience. We obsess about our customers and are continuously seeking opportunities to delight them.
US, CA, Palo Alto
Amazon is the 4th most popular site in the US. Our product search engine, one of the most heavily used services in the world, indexes billions of products and serves hundreds of millions of customers world-wide. We are working on a new initiative to transform our search engine into a shopping engine that assists customers with their shopping missions. We look at all aspects of search CX, query understanding, Ranking, Indexing and ask how we can make big step improvements by applying advanced Machine Learning (ML) and Deep Learning (DL) techniques. We’re seeking a thought leader to direct science initiatives for the Search Relevance and Ranking at Amazon. This person will also be a deep learning practitioner/thinker and guide the research in these three areas. They’ll also have the ability to drive cutting edge, product oriented research and should have a notable publication record. This intellectual thought leader will help enhance the science in addition to developing the thinking of our team. This leader will direct and shape the science philosophy, planning and strategy for the team, as we explore multi-modal, multi lingual search through the use of deep learning . We’re seeking an individual that can enhance the science thinking of our team: The org is made of 60+ applied scientists, (2 Principal scientists and 5 Senior ASMs). This person will lead and shape the science philosophy, planning and strategy for the team, as we push into Deep Learning to solve problems like cold start, discovery and personalization in the Search domain. Joining this team, you’ll experience the benefits of working in a dynamic, entrepreneurial environment, while leveraging the resources of Amazon [Earth's most customer-centric internet company]. We provide a highly customer-centric, team-oriented environment in our offices located in Palo Alto, California.
JP, 13, Tokyo
Our mission is to help every vendor drive the most significant impact selling on Amazon. Our team invent, test and launch some of the most innovative services, technology, processes for our global vendors. Our new AVS Professional Services (ProServe) team will go deep with our largest and most sophisticated vendor customers, combining elite client-service skills with cutting edge applied science techniques, backed up by Amazon’s 20+ years of experience in Japan. We start from the customer’s problem and work backwards to apply distinctive results that “only Amazon” can deliver. Amazon is looking for a talented and passionate Applied Science Manager to manage our growing team of Applied Scientists and Business Intelligence Engineers to build world class statistical and machine learning models to be delivered directly to our largest vendors, and working closely with the vendors' senior leaders. The Applied Science Manager will set the strategy for the services to invent, collaborating with the AVS business consultants team to determine customer needs and translating them to a science and development roadmap, and finally coordinating its execution through the team. In this position, you will be part of a larger team touching all areas of science-based development in the vendor domain, not limited to Japan-only products, but collaborating with worldwide science and business leaders. Our current projects touch on the areas of causal inference, reinforcement learning, representation learning, anomaly detection, NLP and forecasting. As the AVS ProServe Applied Science Manager, you will be empowered to expand your scope of influence, and use ProServe as an incubator for products that can be expanded to all Amazon vendors, worldwide. We place strong emphasis on talent growth. As the Applied Science Manager, you will be expected in actively growing future Amazon science leaders, and providing mentoring inside and outside of your team. Key job responsibilities The Applied Science Manager is accountable for: (1) Creating a vision, a strategy, and a roadmap tackling the most challenging business questions from our leading vendors, assess quantitatively their feasibility and entitlement, and scale their scope beyond the ProServe team. (2) Coordinate execution of the roadmap, through direct reports, consisting of scientists and business intelligence engineers. (3) Grow and manage a technical team, actively mentoring, developing, and promoting team members. (4) Work closely with other science managers, program/product managers, and business leadership worldwide to scope new areas of growth, creating new partnerships, and proposing new business initiatives. (5) Act as a technical supervisor, able to assess scientific direction, technical design documents, and steer development efforts to maximize project delivery.