Automated Author Profile

Remeseiro, Beatriz

0000-0001-9265-253x

Current S-Index

10.9

Sum of Dataset Indices for all datasets

Average Dataset Index per Dataset

1.4

Average Dataset Index per dataset

Total Datasets

8

Total datasets for this author

Average FAIR Score

76.7%

Average FAIR Score per dataset

Total Citations

11

Total citations to the author's datasets

Total Mentions

0

Total mentions of the author's datasets

S-Index Interpretation

S-Index Over Time

Cumulative Citations Over Time

Cumulative Mentions Over Time

Datasets

NutriConv: Dataset adapted from EFSA PANCAKE project

This dataset has been adapted from the PANCAKE project developed by the European Food Safety Authority (EFSA), originally designed for dietary assessment in European populations. It contains 210 low-resolution images (182×136 px), each depicting a single food item with associated weight annotations.To support the development and evaluation of multitask deep learning models for food classification and weight estimation, each image is labeled with:A food category identifierThe corresponding food weight in gramsA segmentation mask (PNG) generated using Meta’s Segment Anything Model (SAM), manually refined for pixel-level accuracyThis dataset was used in the article "NutriConv: A Convolutional Approach for Digital Dietary Tracking trained on EFSA’s PANCAKE Dataset". While the original PANCAKE data was not structured for machine learning, this version includes preprocessed, cleaned, and annotated images in a format suitable for deep learning workflows.Contents:images/: Cleaned food imagesmasks/: Segmentation masks in PNG formatlabels.csv: File containing image names, food class IDs, and weights in grams Additionally, we include a subset of the Nutrition5k dataset, reorganized into classes based on unique sets of ingredients, disregarding their quantities. Only combinations appearing in at least ten images were retained, resulting in 896 images grouped into 44 ingredient-based classes. While this class definition introduces visual variability—since different dishes may share ingredients but differ in appearance—it provides a pragmatic approximation aligned with our classification task. This curated subset was used as an external validation set for evaluating the performance of the NutriConv model.Thames, Q., Karpur, A., Norris, W., Xia, F., Panait, L., Weyand, T., & Sim, J. (2021). Nutrition5k: Towards automatic nutritional understanding of generic food. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition (pp. 8903-8911).

Authors

  • Junquera Álvarez, Enol ;
  • Díaz, Irene ;
  • Remeseiro, Beatriz ;
  • Rico, Noelia ;
  • Gonzalez-Solares, Sonia
0 Citations0 Mentions79% FAIR0.3 Dataset Index
10.5281/zenodo.151660712025

NutriConv: Dataset adapted from EFSA PANCAKE project

This dataset has been adapted from the PANCAKE project developed by the European Food Safety Authority (EFSA), originally designed for dietary assessment in European populations. It contains 210 low-resolution images (182×136 px), each depicting a single food item with associated weight annotations.To support the development and evaluation of multitask deep learning models for food classification and weight estimation, each image is labeled with:A food category identifierThe corresponding food weight in gramsA segmentation mask (PNG) generated using Meta’s Segment Anything Model (SAM), manually refined for pixel-level accuracyThis dataset was used in the article "NutriConv: A Convolutional Approach for Digital Dietary Tracking trained on EFSA’s PANCAKE Dataset". While the original PANCAKE data was not structured for machine learning, this version includes preprocessed, cleaned, and annotated images in a format suitable for deep learning workflows.Contents:images/: Cleaned food imagesmasks/: Segmentation masks in PNG formatlabels.csv: File containing image names, food class IDs, and weights in grams Additionally, we include a subset of the Nutrition5k dataset, reorganized into classes based on unique sets of ingredients, disregarding their quantities. Only combinations appearing in at least ten images were retained, resulting in 896 images grouped into 44 ingredient-based classes. While this class definition introduces visual variability—since different dishes may share ingredients but differ in appearance—it provides a pragmatic approximation aligned with our classification task. This curated subset was used as an external validation set for evaluating the performance of the NutriConv model.Thames, Q., Karpur, A., Norris, W., Xia, F., Panait, L., Weyand, T., & Sim, J. (2021). Nutrition5k: Towards automatic nutritional understanding of generic food. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition (pp. 8903-8911).

Authors

  • Junquera Álvarez, Enol ;
  • Díaz, Irene ;
  • Remeseiro, Beatriz ;
  • Rico, Noelia ;
  • Gonzalez-Solares, Sonia
0 Citations0 Mentions79% FAIR0.3 Dataset Index
10.5281/zenodo.158005112025

NutriConv: Dataset adapted from EFSA PANCAKE project

This dataset has been adapted from the PANCAKE project developed by the European Food Safety Authority (EFSA), originally designed for dietary assessment in European populations. It contains 210 low-resolution images (182×136 px), each depicting a single food item with associated weight annotations.To support the development and evaluation of multitask deep learning models for food classification and weight estimation, each image is labeled with:A food category identifierThe corresponding food weight in gramsA segmentation mask (PNG) generated using Meta’s Segment Anything Model (SAM), manually refined for pixel-level accuracyThis dataset was used in the article "NutriConv: A Convolutional Approach for Digital Dietary Tracking trained on EFSA’s PANCAKE Dataset". While the original PANCAKE data was not structured for machine learning, this version includes preprocessed, cleaned, and annotated images in a format suitable for deep learning workflows.Contents:images/: Cleaned food imagesmasks/: Segmentation masks in PNG formatlabels.csv: File containing image names, food class IDs, and weights in grams

Authors

  • Junquera Álvarez, Enol ;
  • Díaz, Irene ;
  • Remeseiro, Beatriz ;
  • Rico, Noelia ;
  • Gonzalez-Solares, Sonia
0 Citations0 Mentions79% FAIR0.3 Dataset Index
10.5281/zenodo.151660722025

TripAdvisor Restaurant Reviews (Version: 2.0.0)

DescriptionThis dataset contains restaurant reviews from TripAdvisor for five European cities, capturing detailed information on users, restaurants (items), and reviews. It offers a comprehensive view of user experiences, opinions, and restaurant attributes.Data StructureUser InformationuserId: Unique identifier for each user (hashed).name: Display name or username.location: User's location (city and country).Restaurant Information (Items)itemId: Unique identifier for each restaurant.name: Restaurant name.city: City where the restaurant is located.priceInterval: Price range.url: Link to the restaurant’s TripAdvisor review page.rating: Average rating score for the restaurant.type: List of cuisine types (e.g., [Spanish, Mediterranean]).Review InformationreviewId: Unique identifier for each review.userId: Corresponding user who wrote the review.itemId: Restaurant associated with the review.title: Title of the review summarizing the user’s impression.text: Full text of the review describing the user’s experience.date: Date when the review was posted.rating: Numerical score (typically from 0 to 50, where 50 represents the highest satisfaction).language: Language of the review.images: List of URLs pointing to images uploaded by the user (if available).url: Link to the full review on TripAdvisor.Code exampleimport pandas as pdcity = "Barcelona"# Load restaurantsitems = pd.read_pickle(f"{city}/items.pkl")# Load usersusers = pd.read_pickle(f"{city}/users.pkl")# Load reviewsreviews = pd.read_pickle(f"{city}/reviews.pkl")

Authors

  • Pablo Pérez-Núñez ;
  • Blanco, Eva ;
  • Bolon-Canedo, Veronica ;
  • Beatriz Remeseiro
4 Citations0 Mentions73% FAIR3.1 Dataset Index
10.5281/zenodo.146223242025

TripAdvisor Restaurant Reviews (Version: 2.0.0)

DescriptionThis dataset contains restaurant reviews from TripAdvisor for five European cities, capturing detailed information on users, restaurants (items), and reviews. It offers a comprehensive view of user experiences, opinions, and restaurant attributes.Data StructureUser InformationuserId: Unique identifier for each user (hashed).name: Display name or username.location: User's location (city and country).Restaurant Information (Items)itemId: Unique identifier for each restaurant.name: Restaurant name.city: City where the restaurant is located.priceInterval: Price range.url: Link to the restaurant’s TripAdvisor review page.rating: Average rating score for the restaurant.type: List of cuisine types (e.g., [Spanish, Mediterranean]).Review InformationreviewId: Unique identifier for each review.userId: Corresponding user who wrote the review.itemId: Restaurant associated with the review.title: Title of the review summarizing the user’s impression.text: Full text of the review describing the user’s experience.date: Date when the review was posted.rating: Numerical score (typically from 0 to 50, where 50 represents the highest satisfaction).language: Language of the review.images: List of URLs pointing to images uploaded by the user (if available).url: Link to the full review on TripAdvisor.Code exampleimport pandas as pdcity = "Barcelona"# Load restaurantsitems = pd.read_pickle(f"{city}/items.pkl")# Load usersusers = pd.read_pickle(f"{city}/users.pkl")# Load reviewsreviews = pd.read_pickle(f"{city}/reviews.pkl")

Authors

  • Pablo Pérez-Núñez ;
  • Blanco, Eva ;
  • Bolon-Canedo, Veronica ;
  • Beatriz Remeseiro
2 Citations0 Mentions79% FAIR1.0 Dataset Index
10.5281/zenodo.56448912025

TripAdvisor Restaurant Reviews (Version: 1.0.0)

Dataset of restaurant reviews from TripAdvisor that includes text and images from different cities.

Authors

  • Pérez-Núñez, Pablo ;
  • Luaces, Oscar ;
  • Díez, Jorge ;
  • Remeseiro, Beatriz ;
  • Bahamonde, Antonio
4 Citations0 Mentions79% FAIR1.7 Dataset Index
10.5281/zenodo.56448922021

TripAdvisor Points of Interest (Version: 1.0.0)

Dataset with Point of Interest (POI) reviews from TripAdvisor that includes text and images from different cities.

Authors

  • Alonso, Carlos ;
  • Pérez-Núñez, Pablo ;
  • Luaces, Oscar ;
  • Díez, Jorge ;
  • Remeseiro, Beatriz ;
  • Bahamonde, Antonio
1 Citation0 Mentions73% FAIR2.3 Dataset Index
10.5281/zenodo.57498452021

TripAdvisor Points of Interest (Version: 1.0.0)

Dataset with Point of Interest (POI) reviews from TripAdvisor that includes text and images from different cities.

Authors

  • Alonso, Carlos ;
  • Pérez-Núñez, Pablo ;
  • Luaces, Oscar ;
  • Díez, Jorge ;
  • Remeseiro, Beatriz ;
  • Bahamonde, Antonio
0 Citations0 Mentions73% FAIR1.8 Dataset Index
10.5281/zenodo.57498462021