WP_Query Object
(
    [query] => Array
        (
            [post_type] => tribe_events
            [posts_per_page] => 5
            [post_status] => publish
            [orderby] => Array
                (
                    [post_date] => ASC
                    [tec_event_start_date] => ASC
                )
            [order] => DESC
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => post_tag
                            [field] => term_id
                            [terms] => 1541
                        )
                )
            [meta_query] => Array
                (
                    [tec_event_start_date] => Array
                        (
                            [key] => _EventStartDate
                            [compare] => EXISTS
                        )
                    [tec_event_end_date] => Array
                        (
                            [key] => _EventEndDate
                            [value] => 2025-10-31 18:07:36
                            [compare] => >=
                            [type] => DATETIME
                        )
                )
        )
    [query_vars] => Array
        (
            [post_type] => tribe_events
            [posts_per_page] => 5
            [post_status] => publish
            [orderby] => Array
                (
                    [post_date] => ASC
                    [tec_event_start_date] => ASC
                )
            [order] => DESC
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => post_tag
                            [field] => term_id
                            [terms] => 1541
                        )
                )
            [error] => 
            [m] => 
            [p] => 0
            [post_parent] => 
            [subpost] => 
            [subpost_id] => 
            [attachment] => 
            [attachment_id] => 0
            [name] => 
            [pagename] => 
            [page_id] => 0
            [second] => 
            [minute] => 
            [hour] => 
            [day] => 0
            [monthnum] => 0
            [year] => 0
            [w] => 0
            [category_name] => 
            [tag] => 
            [cat] => 
            [tag_id] => 1541
            [author] => 
            [author_name] => 
            [feed] => 
            [tb] => 
            [paged] => 0
            [meta_key] => 
            [meta_value] => 
            [preview] => 
            [s] => 
            [sentence] => 
            [title] => 
            [fields] => all
            [menu_order] => 
            [embed] => 
            [category__in] => Array
                (
                )
            [category__not_in] => Array
                (
                )
            [category__and] => Array
                (
                )
            [post__in] => Array
                (
                )
            [post__not_in] => Array
                (
                )
            [post_name__in] => Array
                (
                )
            [tag__in] => Array
                (
                )
            [tag__not_in] => Array
                (
                )
            [tag__and] => Array
                (
                )
            [tag_slug__in] => Array
                (
                )
            [tag_slug__and] => Array
                (
                )
            [post_parent__in] => Array
                (
                )
            [post_parent__not_in] => Array
                (
                )
            [author__in] => Array
                (
                )
            [author__not_in] => Array
                (
                )
            [search_columns] => Array
                (
                )
            [meta_query] => Array
                (
                    [tec_event_start_date] => Array
                        (
                            [key] => _EventStartDate
                            [compare] => EXISTS
                        )
                    [tec_event_end_date] => Array
                        (
                            [key] => _EventEndDate
                            [value] => 2025-10-31 18:07:36
                            [compare] => >=
                            [type] => DATETIME
                        )
                )
            [ignore_sticky_posts] => 
            [suppress_filters] => 
            [cache_results] => 1
            [update_post_term_cache] => 1
            [update_menu_item_cache] => 
            [lazy_load_term_meta] => 1
            [update_post_meta_cache] => 1
            [nopaging] => 
            [comments_per_page] => 50
            [no_found_rows] => 
        )
    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => post_tag
                            [terms] => Array
                                (
                                    [0] => 1541
                                )
                            [field] => term_id
                            [operator] => IN
                            [include_children] => 1
                        )
                )
            [relation] => AND
            [table_aliases:protected] => Array
                (
                    [0] => wp_term_relationships
                )
            [queried_terms] => Array
                (
                    [post_tag] => Array
                        (
                            [terms] => Array
                                (
                                    [0] => 1541
                                )
                            [field] => term_id
                        )
                )
            [primary_table] => wp_posts
            [primary_id_column] => ID
        )
    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                    [tec_event_start_date] => Array
                        (
                            [key] => _EventStartDate
                            [compare] => EXISTS
                        )
                    [tec_event_end_date] => Array
                        (
                            [key] => _EventEndDate
                            [value] => 2025-10-31 18:07:36
                            [compare] => >=
                            [type] => DATETIME
                        )
                    [relation] => AND
                )
            [relation] => AND
            [meta_table] => wp_postmeta
            [meta_id_column] => post_id
            [primary_table] => wp_posts
            [primary_id_column] => ID
            [table_aliases:protected] => Array
                (
                    [0] => wp_postmeta
                    [1] => mt1
                )
            [clauses:protected] => Array
                (
                    [tec_event_start_date] => Array
                        (
                            [key] => _EventStartDate
                            [compare] => EXISTS
                            [compare_key] => =
                            [alias] => wp_postmeta
                            [cast] => CHAR
                        )
                    [tec_event_end_date] => Array
                        (
                            [key] => _EventEndDate
                            [value] => 2025-10-31 18:07:36
                            [compare] => >=
                            [type] => DATETIME
                            [compare_key] => =
                            [alias] => mt1
                            [cast] => DATETIME
                        )
                )
            [has_or_relation:protected] => 
        )
    [date_query] => 
    [request] => SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID
					 FROM wp_posts  LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )  INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id )
					 WHERE 1=1  AND ( 
  wp_term_relationships.term_taxonomy_id IN (1546)
) AND ( 
  wp_postmeta.meta_key = '_EventStartDate' 
  AND 
  ( mt1.meta_key = '_EventEndDate' AND CAST(mt1.meta_value AS DATETIME) >= '2025-10-31 18:07:36' )
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish'))
					 GROUP BY wp_posts.ID
					 ORDER BY wp_posts.post_date ASC, CAST(wp_postmeta.meta_value AS CHAR) ASC
					 LIMIT 0, 5
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 85353
                    [post_author] => 105
                    [post_date] => 2025-10-23 16:34:25
                    [post_date_gmt] => 2025-10-23 11:04:25
                    [post_content] => 
We are delighted to announce exSPLORe 2026, a five-day workshop from January 13–17, 2026, traversing the exciting areas of quantitative research in Data Science, Machine Learning, and Artificial Intelligence.
 	- Jan 13–14: Tutorials on Generative AI, LLMs, and Sequential Learning Theory.
- Jan 15: Industry interactions and panel discussions with Data Science Practitioners.
- Jan 16–17: Research workshop, featuring talks by luminaries, Young Researcher Best Paper Award, and Hackathon Winners.
 
Venue
Takshila Hall ( AC-02 | LR-007), Ashoka University
To Participate
Graduates, advanced undergraduates, post-docs, and faculty interested in related fields are encouraged to apply.
Limited accommodation is available for outstation participants.
 
Click here to Register
Last date for registration: November 30, 2025
Confirmed Speakers
| Peter W. Glynn, Stanford University
Ashish Goel, Stanford University
Aditya Gopalan, IISc
Vineet Goyal, Columbia University
Prateek Jain, Google DeepMind
Karthyek Murthy, USC Los Angeles
Dheeraj Nagaraj, Google DeepMind | Venkat Padmanabhan, Microsoft Research
Alexandre Proutiere, KTH Royal Institute of Technology
Arun Sai Suggala, Google DeepMind
Dootika Vats, IIT Kanpur
Nishith Vishnoi, Yale University
Assaf Zeevi, Columbia University | 
 
 
Steering committee: V Borkar (IIT Bombay), P Glynn (Stanford), G Iyengar (Columbia), S Juneja (Ashoka University), P Netrapalli (Google DeepMind), A Ramdas (CMU)
Organising committee: V Borkar (IIT Bombay), S Juneja (Ashoka), P Netrapalli (Google DeepMind), Sumegh P (Ashoka), KS Mallikarjuna Rao (IIT Bombay), D Shah (MIT), A Thakkar (Ashoka)
 
                    [post_title] => Explorations in Statistics, Probability, Learning and Optimization Research 2026
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => exsplore2025
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2025-10-30 11:28:46
                    [post_modified_gmt] => 2025-10-30 05:58:46
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.ashoka.edu.in/?post_type=tribe_events&p=85353
                    [menu_order] => 0
                    [post_type] => tribe_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
            [1] => WP_Post Object
                (
                    [ID] => 85709
                    [post_author] => 1
                    [post_date] => 2025-10-29 07:02:20
                    [post_date_gmt] => 2025-10-29 07:02:20
                    [post_content] => Abstract- People routinely reveal their preferences online, e.g., when choosing search results, videos, or products. Such data is used by algorithms to learn human tastes. Recently, curated datasets of human preferences have been used to fine-tune language models, substantially improving their alignment with human intent. These successes raise a natural question: can recommender systems learn more effectively from comparisons rather than ratings? The talk will trace a path from basic models of choice behaviour to new frameworks for recommender systems. The main focus will be on our theoretical result showing that personalised recommendations can be learned efficiently from comparison data, despite the underlying optimisation problem being nonconvex. I will then describe a bandit formulation that addresses the classical exploration-exploitation trade-off in a novel way. Finally, I’ll share empirical insights motivating richer models of human choice. I will conclude by arguing that learning from human preferences is key to building interactive AI systems that reliably serve human needs.
Bio- Suryanarayana Sankagiri is a postdoctoral researcher at EPFL, Switzerland, in the Information and Network Dynamics Laboratory. He obtained his B.Tech. in Electrical Engineering from IIT Bombay in 2016, and his M.S. and Ph.D. in Electrical and Computer Engineering from the University of Illinois Urbana-Champaign in 2018 and 2022. During his Ph.D., he worked on the design and analysis of network protocols—ranging from message-passing algorithms for graph clustering, to consensus mechanisms in blockchains, to pricing protocols for payment channel networks. At EPFL, his research focuses on recommender systems that learn from comparisons and choices, designing new algorithms as well as models that better capture human behaviour. More broadly, his interests lie in understanding modern human-in-the-loop intelligent systems.
Here is a zoom link for online aattendees: https://zoom.us/j/92550826231?pwd=w0KQ9NmqB3DAHxOnlWkYNXUchUbvzA.1
                    [post_title] => Learning Human Preferences: From Clicks to Conversations
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => learning-human-preferences-from-clicks-to-conversations
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2025-10-29 07:16:46
                    [post_modified_gmt] => 2025-10-29 07:16:46
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.ashoka.edu.in?post_type=tribe_events&p=85709
                    [menu_order] => 0
                    [post_type] => tribe_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
        )
    [post_count] => 2
    [current_post] => -1
    [before_loop] => 1
    [in_the_loop] => 
    [post] => WP_Post Object
        (
            [ID] => 85353
            [post_author] => 105
            [post_date] => 2025-10-23 16:34:25
            [post_date_gmt] => 2025-10-23 11:04:25
            [post_content] => 
We are delighted to announce exSPLORe 2026, a five-day workshop from January 13–17, 2026, traversing the exciting areas of quantitative research in Data Science, Machine Learning, and Artificial Intelligence.
 	- Jan 13–14: Tutorials on Generative AI, LLMs, and Sequential Learning Theory.
- Jan 15: Industry interactions and panel discussions with Data Science Practitioners.
- Jan 16–17: Research workshop, featuring talks by luminaries, Young Researcher Best Paper Award, and Hackathon Winners.
 
Venue
Takshila Hall ( AC-02 | LR-007), Ashoka University
To Participate
Graduates, advanced undergraduates, post-docs, and faculty interested in related fields are encouraged to apply.
Limited accommodation is available for outstation participants.
 
Click here to Register
Last date for registration: November 30, 2025
Confirmed Speakers
| Peter W. Glynn, Stanford University
Ashish Goel, Stanford University
Aditya Gopalan, IISc
Vineet Goyal, Columbia University
Prateek Jain, Google DeepMind
Karthyek Murthy, USC Los Angeles
Dheeraj Nagaraj, Google DeepMind | Venkat Padmanabhan, Microsoft Research
Alexandre Proutiere, KTH Royal Institute of Technology
Arun Sai Suggala, Google DeepMind
Dootika Vats, IIT Kanpur
Nishith Vishnoi, Yale University
Assaf Zeevi, Columbia University | 
 
 
Steering committee: V Borkar (IIT Bombay), P Glynn (Stanford), G Iyengar (Columbia), S Juneja (Ashoka University), P Netrapalli (Google DeepMind), A Ramdas (CMU)
Organising committee: V Borkar (IIT Bombay), S Juneja (Ashoka), P Netrapalli (Google DeepMind), Sumegh P (Ashoka), KS Mallikarjuna Rao (IIT Bombay), D Shah (MIT), A Thakkar (Ashoka)
 
            [post_title] => Explorations in Statistics, Probability, Learning and Optimization Research 2026
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => closed
            [ping_status] => closed
            [post_password] => 
            [post_name] => exsplore2025
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2025-10-30 11:28:46
            [post_modified_gmt] => 2025-10-30 05:58:46
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://www.ashoka.edu.in/?post_type=tribe_events&p=85353
            [menu_order] => 0
            [post_type] => tribe_events
            [post_mime_type] => 
            [comment_count] => 0
            [filter] => raw
        )
    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 2
    [max_num_pages] => 1
    [max_num_comment_pages] => 0
    [is_single] => 
    [is_preview] => 
    [is_page] => 
    [is_archive] => 1
    [is_date] => 
    [is_year] => 
    [is_month] => 
    [is_day] => 
    [is_time] => 
    [is_author] => 
    [is_category] => 
    [is_tag] => 1
    [is_tax] => 
    [is_search] => 
    [is_feed] => 
    [is_comment_feed] => 
    [is_trackback] => 
    [is_home] => 
    [is_privacy_policy] => 
    [is_404] => 
    [is_embed] => 
    [is_paged] => 
    [is_admin] => 
    [is_attachment] => 
    [is_singular] => 
    [is_robots] => 
    [is_favicon] => 
    [is_posts_page] => 
    [is_post_type_archive] => 1
    [query_vars_hash:WP_Query:private] => 5a00b2fac6c88dafc6b7c35544a668fb
    [query_vars_changed:WP_Query:private] => 1
    [thumbnails_cached] => 
    [allow_query_attachment_by_filename:protected] => 
    [stopwords:WP_Query:private] => 
    [compat_fields:WP_Query:private] => Array
        (
            [0] => query_vars_hash
            [1] => query_vars_changed
        )
    [compat_methods:WP_Query:private] => Array
        (
            [0] => init_query_flags
            [1] => parse_tax_query
        )
    [query_cache_key:WP_Query:private] => wp_query:288d0cd6c1412675ebb0958fe1d498cd:0.08817500 17619142560.35565000 1761914256
    [tribe_is_event] => 1
    [tribe_is_multi_posttype] => 
    [tribe_is_event_category] => 
    [tribe_is_event_venue] => 
    [tribe_is_event_organizer] => 
    [tribe_is_event_query] => 1
    [tribe_is_past] => 
)